MCP Registry — Every Published Server (Latest Versions, Transports, Packages, Repositories)
27,436 Model Context Protocol servers in the official MCP Registry, one row per server at its latest published version, with reverse-DNS name, title, description, version, source repository and host, website, remote transports (type@url), packages by registry (npm, PyPI, OCI, MCPB, NuGet, Cargo), package and remote counts, publication and update timestamps and registry status, as of 2026-09-06.
Use Cases
- Tool discovery for agent frameworks
- Ecosystem growth and hosting-mix tracking
- Remote versus local transport analysis
- Vendor and repository due diligence
Methodology
Cursor-paginated fetch of /v0/servers?version=latest in pages of 100; servers with registry status 'deleted' (moderation removals) excluded; sorted by name.
Update Schedule
Static snapshot. The registry accepts new servers and versions continuously; refresh weekly.
Attribution
Source: Official MCP Registry (registry.modelcontextprotocol.io), an unauthenticated read-only API that downstream aggregators are invited to consume; project code Apache-2.0/MIT, documentation CC BY 4.0.
Schema
| name | type |
|---|---|
| name | string |
| title | string |
| description | string |
| version | string |
| repository_url | string |
| repository_source | string |
| website_url | string |
| remote_transports | string |
| package_registries | string |
| package_count | integer |
| remote_count | integer |
| published_at | date |
| updated_at | date |
| status | string |
Sample Data
| name | title | status | version | updated_at | description | website_url | published_at | remote_count | package_count | repository_url | remote_transports | repository_source | package_registries |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ac.inference.sh/mcp | inference.sh | active | 2.0.1 | 2026-07-27T10:44:51.359Z | run any ai model. compose agents, stack knowledge, connect tools. one api, pay per run. | 2026-07-27T10:44:51.359Z | 1 | 0 | streamable-http@https://api.inference.sh/mcp | ||||
| ac.tandem/docs-mcp | active | 0.3.2 | 2026-04-22T21:06:34.500Z | Remote MCP server for Tandem docs, install guides, SDKs, workflows, and agent setup help. | https://tandem.ac/docs-mcp | 2026-04-22T21:06:34.500Z | 1 | 0 | https://github.com/frumu-ai/tandem | streamable-http@https://tandem.ac/mcp | github | ||
| ad.inside/inside-ads | Inside Ads | active | 1.0.0 | 2026-08-18T20:55:46.452Z | Telegram ad exchange: estimate reach and cost with no account, then create and run campaigns. | https://inside.ad | 2026-08-18T20:55:46.452Z | 1 | 0 | streamable-http@https://app.inside.ad/api/mcp | |||
| ae.propick/propick | Propick Integration MCP | active | 1.0.0 | 2026-08-25T11:16:56.879Z | Manage your real-estate stock on Propick (Dubai): bulk listing sync, lookups and run reports. | https://propick.ae | 2026-08-25T11:16:56.879Z | 1 | 0 | streamable-http@https://propick.ae/mcp | |||
| ag.hood/name-service | hood. — .hood name service | active | 0.1.0 | 2026-07-10T04:58:06.628Z | Resolve .hood names on Robinhood Chain — forward/reverse, text records, availability & pricing. | https://www.hood.ag/docs | 2026-07-10T04:58:06.628Z | 1 | 0 | streamable-http@https://www.hood.ag/api/mcp |
Get this via API
# 1. Add dAgentBase once, in any MCP client. No install, no vendor keys.
# Claude.ai / Claude Desktop: Settings -> Connectors -> Add custom connector
# Cursor / Claude Code / others: mcp.json
{
"mcpServers": {
"dagentbase": {
"url": "https://dagentbase.com/api/mcp",
"headers": { "Authorization": "Bearer dm_live_YOUR_KEY" }
}
}
}
# 2. Then ask your agent, in plain language:
# "Preview 'MCP Registry — Every Published Server (Latest Versions, Transports, Packages, Repositories)' and, if it fits, claim it and download the files."
# Tools it will use: search_listings -> preview_listing -> purchase_listing -> get_download_urls
# 1. Add dAgentBase once, in any MCP client. No install, no vendor keys.
# Claude.ai / Claude Desktop: Settings -> Connectors -> Add custom connector
# Cursor / Claude Code / others: mcp.json
{
"mcpServers": {
"dagentbase": {
"url": "https://dagentbase.com/api/mcp",
"headers": { "Authorization": "Bearer dm_live_YOUR_KEY" }
}
}
}
# 2. Then ask your agent, in plain language:
# "Preview 'MCP Registry — Every Published Server (Latest Versions, Transports, Packages, Repositories)' and, if it fits, claim it and download the files."
# Tools it will use: search_listings -> preview_listing -> purchase_listing -> get_download_urlsone time · open license
Details
Available formats