
Mcp Hub Tool
@hekmon8
关于 Mcp Hub Tool
MCP Hub tool工具可以通过`search_mcp`可按关键词搜索MCP工具列表,再通过`get_mcp_detail`查看详细说明(如功能、安装步骤等)。用户可快速定位所需工具并获取部署指南,如Python的`pip install`或Docker集成方式,提升开发效率,数据基于MCP Hub数据库,支持精准筛选和元数据检索。
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-hub": {
"url": "https://www.aimcp.info/api/open/mcp",
"transport": "http",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
🚀 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,
评论