
Mcp Hub Tool
@hekmon8
About Mcp Hub Tool
MCP Hub tool工具可以通过`search_mcp`可按关键词搜索MCP工具列表,再通过`get_mcp_detail`查看详细说明(如功能、安装步骤等)。用户可快速定位所需工具并获取部署指南,如Python的`pip install`或Docker集成方式,提升开发效率,数据基于MCP Hub数据库,支持精准筛选和元数据检索。
Basic information
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.
More Other MCP servers
Reactive Resume
amruthpillaiA one-of-a-kind resume builder that keeps your privacy in mind. Completely secure, customizable, portable, open-source and free forever. Try it out today!
Servers
modelcontextprotocolModel Context Protocol Servers
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments