tool-index-mcp
v1.0.0
Published
MCP client for AgentHub Tool Index — query 20,700+ AI tools, MCP servers, and agent skills
Maintainers
Readme
tool-index-mcp
MCP client for AgentHub — query 20,700+ AI tools, MCP servers, OpenClaw skills, npm packages, and PyPI packages from any MCP-compatible agent.
Quick Start
npx tool-index-mcpMCP Client Config
Add to your Claude/Cursor/Windsurf config:
{
"mcpServers": {
"agenthub": {
"command": "npx",
"args": ["tool-index-mcp"]
}
}
}What it does
Connects your agent to the AgentHub Tool Index via MCP (stdio → HTTP proxy).
Available MCP tools:
search_tools— semantic search across 20,700+ toolsget_tool— get full details for a specific toolcompare_tools— side-by-side comparisonrecommend_stack— get tool recommendations for a use caseget_install_instructions— get install/setup instructions
REST API
The same data is available via REST:
# Search
curl "https://tool-index-api.fly.dev/v1/tools/search?q=browser+automation"
# Get tool by slug
curl "https://tool-index-api.fly.dev/v1/tools/browser-mcp"
# Categories
curl "https://tool-index-api.fly.dev/v1/categories"Direct MCP Connection
{
"mcpServers": {
"agenthub": {
"url": "https://tool-index-api.fly.dev/mcp"
}
}
}Coverage
- 20,700+ tools indexed
- Sources: MCP servers, OpenClaw skills, npm, PyPI, GitHub
- Updated: enriched with stars, downloads, health status, AgentRank scores
License
MIT
