Chat icon

Chat

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.

主要功能

  • 4 GitHub stars
  • Enumerates tools available from MCP servers
  • Lists available MCP servers
  • Built with FastAPI for asynchronous operations
  • Provides Swagger UI and ReDoc for API documentation
  • Invokes tools on MCP servers

使用案例

  • Orchestrating interactions between applications and MCP-enabled models
  • Developing custom interfaces for interacting with MCP tools
  • Automating tool execution across multiple MCP servers
Chat: API for Model Context Protocol (MCP) Servers