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 Cursor
// .cursor/mcp.json
{
"mcpServers": {
"getagentictools": { "url": "https://getagentictools.com/api/mcp" }
}
} VS Code (Copilot)
// .vscode/mcp.json
{
"servers": {
"getagentictools": { "type": "http", "url": "https://getagentictools.com/api/mcp" }
}
} OpenAI Codex
# ~/.codex/config.toml
[mcp_servers.getagentictools]
url = "https://getagentictools.com/api/mcp" Gemini CLI
// ~/.gemini/settings.json
{
"mcpServers": {
"getagentictools": { "httpUrl": "https://getagentictools.com/api/mcp" }
}
} 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
| Tool | What it does |
|---|---|
search_tools | Ranked search across all four categories — query, optional category filter, install command and page URL on every hit. |
get_tool | Full detail for one tool: description, repo, license, install command — plus SKILL.md-extracted capabilities for enriched skills. |
list_categories | The four categories with live counts. |
whats_new | Recently updated tools by real upstream push date. |
ecosystem_stats | Measured 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.