streamable-httpMITupdated 1mo ago
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.
catalog 能做什么?
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
安装
把 catalog 添加到你的客户端。选择你正在使用的那个。
claude mcp add --transport http catalog https://getagentictools.com/api/mcpcodex mcp add catalog --url https://getagentictools.com/api/mcp{
"mcpServers": {
"catalog": {
"url": "https://getagentictools.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"catalog": {
"type": "http",
"url": "https://getagentictools.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"catalog": {
"url": "https://getagentictools.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"catalog": {
"serverUrl": "https://getagentictools.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
5 个工具
catalog 向已连接的智能体提供 5 个工具。
- 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
评分
69 / 100
良好
- 文档22/25
- 维护16/25
- 可信度13/20
- 能力6/15
- 安装体验12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 32 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 5 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
版本历史
| 版本 | 发布于 |
|---|---|
| 1.0.0最新 | 2026年7月29日 |