The playground
Try any of 919 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
Playground demo key · api.reefapi.com
post/mcp-registry/v1/server_detail1 credit
Full merged profile for one MCP server across every registry it appears in: manifest (tools/capabilities/transport), install paths (packages/remotes/connections), license, GitHub repo health, and cross-registry presence (how many registries list it = trust signal).
Working example
Parameters
A GitHub URL/slug (owner/repo), a Smithery qualifiedName, a Glama id, or an Official registry name. github_url is the most reliable (it joins all registries).
Include GitHub repo-health enrichment (stars/issues/archived/license). Default true.
request preview
curl -X POST https://api.reefapi.com/mcp-registry/v1/server_detail \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"id":"github.com/modelcontextprotocol/servers"}'Hit Send to run this endpoint live.