getagentictools MCP server
MCP serverSearchThis app lets your AI search a catalog of more than 41,000 agent skills, tools, add-ons, and loops. Every result comes with real install counts and stars, so you can see what people actually use before adding anything. Instead of browsing long lists yourself, you can ask your AI to find the right ability for a task.
Available today. Use it from your connected AI after setup.
No other account needed.
After adding it, ask your AI to search for the kind of skill or tool you need. Use the install counts and stars in the results to decide which one to add.
Then ask your AI: use getagentictools MCP server to search tools
What your AI can do with it
- Search 41,000+ agent skills, tools, add-ons, and loops
- Find options that match a task you describe
- See real install counts for each result
- See how many stars each result has
- Compare results by installs and stars before choosing one
From the project's README
As published by dmoka/getagentictools-mcp in README.md.
Search 41,000+ agent skills, MCP servers, Claude Code plugins, and agentic loops from inside any MCP-capable agent. This is the remote MCP server for getagentictools.com — real install counts and GitHub stars, refreshed weekly, never faked.
Endpoint: https://getagentictools.com/api/mcp — Streamable HTTP, free, no auth, no tracking.
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 to their catalog pages.
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 |
How it works
- Deterministic. No LLM sits between your agent and the data — tokenized field-weighted scoring, popularity as a tiebreak only.
- Fresh by construction. The server reads the same dataset the website serves, generated in the same deploy, so it cannot drift from what you see on getagentictools.com. The catalog is re-harvested weekly from GitHub and public registries.
- Free and unauthenticated. Public data, read-only, no accounts, no tracking beyond standard web logs.
About this repo
This repo mirrors the deployed server source (api/), which lives in a private monorepo alongside the site and data pipeline. PRs are welcome — we port accepted changes upstream; direct pushes here are overwritten by the next sync.
The data endpoints it reads (/data/agent/*.json) are public — you can build your own tooling against them. Attribution appreciated.
License
MIT © Daniel Moka
Tools it offers (5)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
search_toolsget_toollist_categorieswhats_newecosystem_stats
Signals
- Last commit
- Jul 2026
Advanced
- Delivery
- catalog MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-getagentictools-catalog- Source
- github.com/dmoka/getagentictools-mcp
- Hosted endpoint
https://getagentictools.com/api/mcp