AgentIndex
Rank #52,443smithery/agentidx/agentcrawl
Discovery platform for AI agents. Find any AI agent by capability — search 20,000+ indexed agents across GitHub, npm, MCP, and HuggingFace.
AgentIndex is a Model Context Protocol (MCP) server published by agentidx. It ranks #52,443 of 115,460 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. AgentIndex is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 11, 2026.
Ranks ahead of 63,017 of 115,460 servers on MCP Toplist.
Use AgentIndex
Hosted remote endpoint gated by authentication — connect via its URL and authenticate with the provider (OAuth flow or an API key/header, per its docs).
claude mcp add --transport http agentcrawl https://server.smithery.ai/agentidx/agentcrawl/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.agentcrawl]
url = "https://server.smithery.ai/agentidx/agentcrawl/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/agentidx/agentcrawl/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentcrawl": {
"url": "https://server.smithery.ai/agentidx/agentcrawl/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"agentcrawl": {
"type": "http",
"url": "https://server.smithery.ai/agentidx/agentcrawl/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentcrawl": {
"serverUrl": "https://server.smithery.ai/agentidx/agentcrawl/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"agentcrawl": {
"url": "https://server.smithery.ai/agentidx/agentcrawl/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fagentidx%2Fagentcrawl)<a href="https://mcptoplist.com/server/smithery%2Fagentidx%2Fagentcrawl"><img src="https://mcptoplist.com/badge/smithery%2Fagentidx%2Fagentcrawl.svg" alt="MCP Toplist: Top 50% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
agentidx
Other servers by agentidx
View all agentidx servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains AgentIndex?
- AgentIndex is maintained by agentidx, which publishes 3 MCP servers (2 total versions) tracked on MCP Toplist.
- Is AgentIndex listed on the Official MCP Registry?
- AgentIndex is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does AgentIndex have?
- AgentIndex ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for AgentIndex?
- The source code for AgentIndex is hosted at github.com/agentidx/agentindex.