Server data from the Official MCP Registry
Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.
Search 41,000+ agent skills, MCP servers, plugins & loops — real install counts and stars.
Remote endpoints: streamable-http: https://getagentictools.com/api/mcp
Valid MCP server (1 strong, 2 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.
5 tools verified · Open access · No issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"com-getagentictools-catalog": {
"url": "https://getagentictools.com/api/mcp"
}
}
}From the project's GitHub README.
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.
claude mcp add --transport http getagentictools https://getagentictools.com/api/mcp
// .cursor/mcp.json
{
"mcpServers": {
"getagentictools": { "url": "https://getagentictools.com/api/mcp" }
}
}
// .vscode/mcp.json
{
"servers": {
"getagentictools": { "type": "http", "url": "https://getagentictools.com/api/mcp" }
}
}
# ~/.codex/config.toml
[mcp_servers.getagentictools]
url = "https://getagentictools.com/api/mcp"
// ~/.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.
| 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 |
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.
MIT © Daniel Moka
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.