MCP Registry Server
ai.com.mcp/registryPublish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.
Tools · 3
List MCP servers - Returns a list of all registered MCP servers
List all versions of an MCP server - Returns all available versions for a specific MCP server, ordered by publication date (newest first)
Get specific MCP server version - Returns detailed information about a specific version of an MCP server. Use the special version `latest` to get the latest version.
Resources · 2
The OpenAPI specification for this API
http://localhost:3000/registry.json
Bearer Protected Resource Metadata for authorization server discovery
http://localhost:3000/.well-known/bearer-protected-resource
Prompts · 1
System prompt for API interaction
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"mcp_registry_server": {
"url": "https://registry.run.mcp.com.ai/mcp",
"transport": "streamable-http"
}
}
}