Discover and publish Model Context Protocol (MCP) servers. A fully OpenAPI-compliant registry for finding and sharing MCP server implementations with 150+ available servers.
Explore 150+ available MCP servers with detailed information about packages, versions, and implementations via our OpenAPI-compliant v0 API.
View v0 APIView the complete OpenAPI 3.1.0 specification for the MCP Server Registry API with all endpoints and schemas.
OpenAPI SpecGET /v0/servers
List all servers
GET /v0/servers/{id}
Get server details
POST /v0/publish
Publish server
Legacy API: Previous /api/*
endpoints are still available for backwards compatibility but are deprecated in favor of the OpenAPI-compliant /v0/*
endpoints.
GET /v0/servers?limit=30
Start with the first page of results
GET /v0/servers?cursor=abc123&limit=30
Use next_cursor from previous response
Responses include metadata with next_cursor
and count
fields for efficient pagination as specified in the OpenAPI schema.
GET /v0/servers/{server-id}?version=1.0.2
Optional version parameter to filter server details by specific version