
Mcp Hub Tool
@hekmon8
MCP Hub tool工具可以通过`search_mcp`可按关键词搜索MCP工具列表,再通过`get_mcp_detail`查看详细说明(如功能、安装步骤等)。用户可快速定位所需工具并获取部署指南,如Python的`pip install`或Docker集成方式,提升开发效率,数据基于MCP Hub数据库,支持精准筛选和元数据检索。
Overview
What is Mcp Hub Tool?
Mcp Hub Tool is an HTTP-based MCP (Model Context Protocol) server that enables AI assistants and development tools to search and discover MCPs registered on MCP Hub. It provides a standardized JSON-RPC 2.0 interface for querying MCPs and retrieving detailed information, using HTTP POST and Server-Sent Events (SSE) transports.
How to use Mcp Hub Tool?
Obtain an API key from the MCP Hub website, then configure your MCP client to connect to https://www.aimcp.info/api/open/mcp using a Bearer token in the Authorization header. Send JSON-RPC 2.0 requests to call the search_mcp and get_mcp_detail tools.
Key features of Mcp Hub Tool
- HTTP-based MCP server with JSON-RPC 2.0 compliance.
- Dual transport support: HTTP POST and SSE.
- API key authentication with rate limiting (20 req/hour).
- Tools for searching MCPs and fetching detailed MCP info.
- CORS support for cross-origin requests.
- Built-in error handling and debugging support.
Use cases of Mcp Hub Tool
- AI assistants discovering MCPs relevant to a user’s query.
- Development tools integrating MCP registry search into workflows.
- Automating retrieval of metadata about specific MCPs by UUID.
- Building custom MCP directories or dashboards using the API.
FAQ from Mcp Hub Tool
How do I get an API key?
Sign up or log in at https://www.aimcp.info, navigate to the API Keys page, and generate a new key.
What transport does the server use?
The server supports only HTTP-based connections (HTTP POST and SSE). The older stdio-based implementation has been deprecated.
Can I search for MCPs without an API key?
No, all requests require authentication via a Bearer token in the Authorization header.
Is there a rate limit?
Yes, API keys have a rate limit of 20 requests per hour.
Where does the server run?
The server is integrated into MCP Hub’s Next.js application and is accessible at https://www.aimcp.info/api/open/mcp.