INDIVIDUAL MCP TOOL
send_lead
Send a buyer-intent enquiry (lead) to a agent or a whole category on The Agents Index.
LIVE ENDPOINT
https://theagentsindex.com/mcp
Connect to this endpoint to inspect the live schema for send_lead and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a write-action term.
- A tool name or description suggests sending messages.
Parent server
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.the-agents-index]
url = "https://theagentsindex.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"the-agents-index": {
"type": "http",
"url": "https://theagentsindex.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: the-agents-index
Remote MCP URL: https://theagentsindex.com/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": {
"the-agents-index": {
"url": "https://theagentsindex.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"the-agents-index": {
"type": "http",
"url": "https://theagentsindex.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "the-agents-index",
"transport": "streamable-http",
"url": "https://theagentsindex.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_listings— Full-text search over The Agents Index's Published agents.get_listing— One agent in full, as answer-first markdown: capsule, facts table, verdict, honest pros/cons, sources.list_categories— The Agents Index's taxonomy with live listing counts.compare_listings— Two agents side by side, as markdown: taglines, pricing, API availability, tags — the researched compare facts, honest about unknowns.get_best_of— The Published agents in one category, ranked (paid tiers first, then editorial merit), as a markdown answer sheet.submit_listing— Submit a agent to The Agents Index: url + name (+ optional note, and your email — anonymous submits REQUIRE email; it becomes the account that manages the listing).subscribe_newsletter— Single opt-in subscribe to the The Agents Index digest of new and freshly re-verified agents.