getagentictools MCP server
Enables searching 41,000+ agent skills, MCP servers, Claude Code plugins, and agentic loops, retrieving ranked results with install commands and catalog page URLs, getting full tool details, listing categories, viewing recently updated tools, and accessing ecosystem statistics.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@getagentictools MCP serverfind me an MCP server for Postgres"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
getagentictools MCP server
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/mcpCursor
// .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.
Related MCP server: SkillFlow MCP Server
Tools
Tool | What it does |
| Ranked search across all four categories. Query, optional category filter; install command and page URL on every hit |
| Full detail for one tool — description, repo, license, install command, plus SKILL.md-extracted capabilities for enriched skills |
| The four categories with live counts |
| Recently updated tools, by real upstream push date |
| 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
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/dmoka/getagentictools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server