docs / mcp-registry

MCP Server & Agent-Skill Registry API

MCP Server & Agent-Skill Registry API

base /mcp-registry/v16 endpoints
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).

ParameterAllowed / rangeDescription
idrequiredA 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).
repo_health = trueoptionalInclude GitHub repo-health enrichment (stars/issues/archived/license). Default true.
Try in playground →
post/mcp-registry/v1/skill_detail1 credit

Metadata for one agent-skill repo (GitHub-backed). Fetches the repo + its SKILL.md frontmatter (name/description/license) + repo health.

ParameterAllowed / rangeDescription
idrequiredGitHub URL or owner/repo slug of the skill repository.
Try in playground →
post/mcp-registry/v1/security_signals2 credits

HEURISTIC risk signals for an MCP server (NOT a safe/unsafe certification). Flags permission breadth (fs/network/exec), credential/env-var requests, repo health (archived/low-adoption), prompt-injection patterns in description/manifest, and corroboration (cross-registry presence). Always returns a disclaimer.

ParameterAllowed / rangeDescription
idrequiredGitHub URL/slug or Smithery qualifiedName of the server to scan.
Try in playground →
post/mcp-registry/v1/list_sourcesfree

The registries this engine aggregates, their roles, auth status and live reachability. Free.

Try in playground →