# ai-agent-index

Search and retrieve structured data on AI agents for business automation. Filter by category, pricing, integration, and capability. Updated daily.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add heather-macavelia/ai-agent-index

# Browse available tools
npx -y @smithery/cli@latest tool list heather-macavelia/ai-agent-index

# Get full schema for a tool
npx -y @smithery/cli@latest tool get heather-macavelia/ai-agent-index search_agents

# Call a tool
npx -y @smithery/cli@latest tool call heather-macavelia/ai-agent-index search_agents '{}'
```

## Direct MCP Connection

Endpoint: `https://ai-agent-index--heather-macavelia.run.tools`

## Tools (2)

- `search_agents` — Search the AI Agent Index for agents matching specific criteria. Returns structured agent data. Use this to find agents…
- `get_agent` — Get full structured details for a specific AI agent by its slug identifier. Returns pricing, capabilities, integrations…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get heather-macavelia/ai-agent-index <tool-name>
```
