# Agentage MCP Catalog MCP server

Search the official MCP registry: 15k+ servers with trust grades, stars, tools, install config.

## Links
- Registry page: https://www.getdrio.com/mcp/io-agentage-mcp-catalog
- Website: https://catalog.agentage.io/mcp

## Install
- Command: `npx -y @agentage/catalog-mcp`
- Endpoint: https://catalog.agentage.io/mcp
- Auth: Not captured

## Setup notes
- Package: Npm @agentage/catalog-mcp v0.0.2
- Remote endpoint: https://catalog.agentage.io/mcp

## Tools
- mcp_search (Search the MCP directory) - Search 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. To learn which category/language/license values exist before filtering, call mcp_categories. Read-only - never installs or runs anything. Endpoint: https://catalog.agentage.io/mcp
- mcp_get (Get one MCP server) - Fetch the complete record for ONE MCP server in the agentage directory by its exact 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, never a guessed or constructed one. No slug yet? call mcp_search first. Read-only. Endpoint: https://catalog.agentage.io/mcp
- mcp_categories (List directory filter values) - List the directory's available filter values - every category, language, and license, each with how many servers carry it. Call this BEFORE mcp_search when you intend to filter, so you pass exact, existing values for the type/category/language/license arguments instead of guessing. Takes no input. Read-only. Endpoint: https://catalog.agentage.io/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.agentage
- Version: 1.3.0
- Runtime: Npm
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Jul 17, 2026
- Source: https://registry.modelcontextprotocol.io
