Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-06-18 streamable-http

MCP Registry Server

ai.com.mcp/registry

Publish and discover MCP servers via the official MCP Registry. Powered by HAPI MCP server.

Uptime
100.0%
1 direct probes · 30d
Response
538ms
last probe
Tools
3
callable
Resources
2
readable
Prompts
1
available

Tools · 3

getV01Servers

List MCP servers - Returns a list of all registered MCP servers

getV01ServersServerNameVersions

List all versions of an MCP server - Returns all available versions for a specific MCP server, ordered by publication date (newest first)

getV01ServersServerNameVersionsVersion

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

OpenAPI Specification

The OpenAPI specification for this API

http://localhost:3000/registry.json
Bearer Protected Resource Metadata

Bearer Protected Resource Metadata for authorization server discovery

http://localhost:3000/.well-known/bearer-protected-resource

Prompts · 1

system

System prompt for API interaction

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"
    }
  }
}