Interacts with Model Context Protocol (MCP) servers through a FastAPI-based API.
This tool provides an asynchronous API server, built with FastAPI, to facilitate communication with Model Context Protocol (MCP) servers. It allows users to list available MCP servers, discover tools offered by those servers, and invoke specific tools with given parameters. The server offers interactive API documentation through Swagger UI and ReDoc, making it easy to test and integrate with MCP-enabled applications.
Key Features
014 GitHub stars
02Enumerates tools available from MCP servers
03Lists available MCP servers
04Built with FastAPI for asynchronous operations
05Provides Swagger UI and ReDoc for API documentation
06Invokes tools on MCP servers
Use Cases
01Orchestrating interactions between applications and MCP-enabled models
02Developing custom interfaces for interacting with MCP tools
03Automating tool execution across multiple MCP servers