getagentictools MCP server
Enables searching and retrieving details of 41,000+ agent skills, MCP servers, Claude Code plugins, and agentic loops from any MCP-capable agent.
README
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/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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.