# AgentIndex

Discovery platform for AI agents. Find any AI agent by capability — search 20,000+ indexed agents across GitHub, npm, MCP, and HuggingFace.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add agentidx/agentcrawl

# Browse available tools
npx -y @smithery/cli@latest tool list agentidx/agentcrawl

# Get full schema for a tool
npx -y @smithery/cli@latest tool get agentidx/agentcrawl discover_agents

# Call a tool
npx -y @smithery/cli@latest tool call agentidx/agentcrawl discover_agents '{}'
```

## Direct MCP Connection

Endpoint: `https://agentcrawl--agentidx.run.tools`

## Tools (3)

- `discover_agents` — Find AI agents that can perform a specific task. Returns ranked list of matching agents with quality scores and invocat…
- `get_agent_details` — Get detailed information about a specific agent including full capabilities, invocation method, scores, and metadata.
- `agent_index_stats` — Get statistics about the AgentIndex: total agents indexed, categories, protocols, sources.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get agentidx/agentcrawl <tool-name>
```
