Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by iqszlong • Tools & CLI
A Node.js example MCP (Model Connector Protocol) server that exposes two simple tools (add and fetch-data) for AI agents to call via stdio.
A simple example MCP backend to call local tools (e.g., arithmetic or small API fetches) during development and testing.
Demonstrate or test stdio-based MCP integration in environments where Node.js can be launched as a subprocess.
A lightweight fetch-data tool to retrieve paginated article lists from a test API for prototyping data-retrieval workflows.
This repository provides a minimal MCP server implementation written in Node.js to demonstrate how AI agents can call backend tools using the MCP protocol. It includes two sample tools: "add" (adds two numbers) and "fetch-data" (fetches a configurable number of items from an API). The README explains how to install dependencies, run the server, and configure an AI client to launch the server via stdio with an absolute path. This is intended as a local/dev example to help developers learn MCP integration and test agent-tool interactions.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.