Search the MCP directory
mcp_searchSearch the agentage MCP directory - a public catalog of Model Context Protocol servers crawled from the official registry - for servers matching a keyword, optionally narrowed by type, category, language, or license. Use this FIRST whenever the user wants to discover, find, compare, or pick an MCP server ("is there an MCP for X", "which MCP servers do Y"). Results are ranked by text relevance to the query first, then by popularity, so the best match is on top. Returns a page of lean cards (slug, title, description, category, transport, match_score - text relevance the ranking is based on, details_url). To read one server's full packages, tools, and install command, call mcp_get with the slug from a result; open a card's details_url for the human detail page. Valid category, language, and license values come from the mcp_categories tool, not from guesswork - call it before filtering and pass its labels verbatim, or the call is rejected. Read-only - never installs or runs anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Optional. 1-based page number; defaults to 1. Use pagination.total_pages to page. | |
| type | No | Optional. Restrict to one distribution type: npm | pypi | oci | mcpb | nuget, or "remote" for hosted (HTTP) servers. Omit to search every type. | |
| limit | No | Optional. Results per page; defaults to 20, capped at 50. | |
| query | Yes | What to search for - a keyword, product, capability, or server name (e.g. "github", "postgres", "web search"). Matched across names, titles, and descriptions. Prefer a single distinctive term over a long phrase. | |
| license | No | Optional. Restrict to a license, given either as an SPDX id ("MIT", "Apache-2.0") or as the full name mcp_categories lists ("MIT License"). Omit for no license filter. | |
| category | No | Optional. Restrict to one category label. Valid values come from the mcp_categories tool - call it to get the exact labels (with counts) and pass one verbatim; anything else is rejected. Omit for no category filter. | |
| language | No | Optional. Restrict to a repository language (e.g. "TypeScript", "Python"). Exact, case-sensitive; call mcp_categories for valid values. Omit for no language filter. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | The query the backend actually ran | |
| results | Yes | ||
| pagination | Yes |