
Mcp Hub Tool
@hekmon8
About Mcp Hub Tool
MCP Hub tool工具可以通过`search_mcp`可按关键词搜索MCP工具列表,再通过`get_mcp_detail`查看详细说明(如功能、安装步骤等)。用户可快速定位所需工具并获取部署指南,如Python的`pip install`或Docker集成方式,提升开发效率,数据基于MCP Hub数据库,支持精准筛选和元数据检索。
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-hub": {
"url": "https://www.aimcp.info/api/open/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
Frequently asked questions
How do I get an API key?
Sign up or log in at [https://www.aimcp.info](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`.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Website
FunnyWolfAdversary simulation and Red teaming platform with AI

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments