← theaiagentindex.com
INDIVIDUAL MCP TOOL
search_agents
Search the AI Agent Index for agents matching specific criteria.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.theaiagentindex-com]
url = "https://theaiagentindex.com/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"theaiagentindex-com": {
"type": "http",
"url": "https://theaiagentindex.com/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: theaiagentindex-com
Remote MCP URL: https://theaiagentindex.com/mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"theaiagentindex-com": {
"url": "https://theaiagentindex.com/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"theaiagentindex-com": {
"type": "http",
"url": "https://theaiagentindex.com/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "theaiagentindex-com",
"transport": "streamable-http",
"url": "https://theaiagentindex.com/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_agent— Get full structured details for a specific AI agent by its slug identifier.list_categories— List all available categories in the AI Agent Index, including AI agent software categories and the AI Automation Agencies services directory.search_agencies— Search the AI Agent Index for AI automation agencies (services firms that build AI solutions for clients).get_agency— Get full structured details for a specific AI automation agency by its slug identifier.