/smithery/servers

POST /api/smithery/servers

Price: 1 credit

Get one Smithery MCP server by its registry id. Returns the publisher and licence, the repository and homepage links, the hosted MCP endpoint and its last successful deployment, the domain-verification record, the connection config schema, and the full advertised tool, prompt and resource surface with each tool's input schema and behaviour hints.

How to use it

Pass the id exactly as Smithery displays it — `exa` or `owner/name`; an npm-style `@owner/name` is a different string and does not resolve. Reach for this when you need what a server can actually do: `tools` carries every tool's name, description and JSON input schema, which is what you need before wiring a server into an agent, and `config_schema` says which credentials the caller must supply. `mcp_url` is present only for servers Smithery hosts; a listed-only server has a repository and no endpoint. The install count and relevance score that /smithery/servers/search returns are not repeated here. An unknown id comes back as 412, not an empty result.

Parameters

Request body

Response

Errors

Response headers