Search the catalog from inside your agent

A free remote MCP server over the full getagentictools catalog — 41,734 agent skills, MCP servers, Claude Code plugins and agentic loops, with real install counts and GitHub stars. No API key, no tracking, deterministic answers.

https://getagentictools.com/api/mcp

Connect your client

Claude Code

claude mcp add --transport http getagentictools https://getagentictools.com/api/mcp
One command, any project. Add --scope user to make it available everywhere.

Cursor

// .cursor/mcp.json
{
  "mcpServers": {
    "getagentictools": { "url": "https://getagentictools.com/api/mcp" }
  }
}
Settings → MCP, or drop the file into your project.

VS Code (Copilot)

// .vscode/mcp.json
{
  "servers": {
    "getagentictools": { "type": "http", "url": "https://getagentictools.com/api/mcp" }
  }
}
Requires VS Code 1.101+ with MCP enabled.

OpenAI Codex

# ~/.codex/config.toml
[mcp_servers.getagentictools]
url = "https://getagentictools.com/api/mcp"
Remote HTTP servers are supported in current Codex releases.

Gemini CLI

// ~/.gemini/settings.json
{
  "mcpServers": {
    "getagentictools": { "httpUrl": "https://getagentictools.com/api/mcp" }
  }
}
httpUrl (not url) selects streamable HTTP.

Then ask your agent things like “find me an MCP server for Postgres” or “what skills exist for PDF extraction?” — results carry install commands and links back here.

Tools

ToolWhat it does
search_toolsRanked search across all four categories — query, optional category filter, install command and page URL on every hit.
get_toolFull detail for one tool: description, repo, license, install command — plus SKILL.md-extracted capabilities for enriched skills.
list_categoriesThe four categories with live counts.
whats_newRecently updated tools by real upstream push date.
ecosystem_statsMeasured aggregates: maintainer count, license coverage, star concentration.

Frequently asked questions

What is the getagentictools MCP server?

A free, no-auth Model Context Protocol endpoint (https://getagentictools.com/api/mcp) that lets any MCP-capable agent — Claude Code, Cursor, VS Code, Codex, Gemini CLI — search the full getagentictools catalog: 41,734 agent skills, MCP servers, Claude Code plugins and agentic loops, with real install counts and GitHub stars.

Does it need an API key or account?

No. The catalog is public data; the server is read-only and unauthenticated. There is no tracking beyond standard web logs, and responses are deterministic — no LLM sits between your agent and the data.

How fresh is the data?

The server reads the same dataset the website serves, generated in the same deploy — it cannot drift from what you see on getagentictools.com. The catalog itself is re-harvested weekly from GitHub and public registries.