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
# Connect this server (installs CLI if needed)
npx -y smithery mcp add heather-macavelia/ai-agent-index
# Browse available tools
npx -y smithery tool list heather-macavelia/ai-agent-index
# Get full schema for a tool
npx -y smithery tool get heather-macavelia/ai-agent-index search_agents
# Call a tool
npx -y smithery tool call heather-macavelia/ai-agent-index search_agents '{}'Direct MCP Connection
Endpoint: https://ai-agent-index--heather-macavelia.run.tools
Tools (3)
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…list_categories— List all available AI agent categories in the AI Agent Index. Returns category slugs, display names, and agent counts.
# Get full input/output schema for a tool
npx -y smithery tool get heather-macavelia/ai-agent-index