Get one MCP server
mcp_getFetch the complete record for ONE MCP server in the agentage directory by its canonical slug: full description, categories, the packages and remote endpoints it ships, the tools it exposes, a ready-to-run install command, and a README excerpt. Use this after mcp_search to get the depth a result card omits - pass a slug exactly as returned by mcp_search. Slugs are canonical and registry-derived ("io-github-github-github-mcp-server"), NOT the plain product name ("github"); if you pass a plain name anyway it is resolved by search as a fallback - a single confident match returns that server (with resolved_from set), anything else returns an error naming the candidate slugs to retry with. No slug yet? call mcp_search first. Read-only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slug | Yes | The canonical slug of one server, taken verbatim from a mcp_search result. Catalog slugs are registry-derived and rarely match the plain product name (e.g. "io-github-github-github-mcp-server", not "github"), so prefer a slug from mcp_search. A plain name is accepted as a best-effort fallback: it resolves only when exactly one server matches, otherwise the error lists candidate slugs. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| slug | Yes | ||
| title | Yes | ||
| tools | Yes | The MCP tools this server exposes, from its live tools/list | |
| install | No | The recommended way to run this server, derived from its first package/remote | |
| license | No | ||
| remotes | Yes | ||
| category | Yes | ||
| language | No | ||
| packages | Yes | ||
| description | Yes | ||
| details_url | Yes | Human detail page for this server - open it for more information | |
| is_official | Yes | ||
| resolved_from | No | Present only when the requested slug was not canonical and was resolved by name; this is what you asked for - use `slug` from now on | |
| readme_excerpt | No | First ~2000 chars of the README; open details_url for the full document | |
| transport_types | Yes |