Add company lookup to any MCP client (Claude Desktop, Cursor…). Two tools: search businesses by intent, and fetch a company profile — all source-backed. In the official MCP registry as io.github.saviodamato/agentrank-mcp.
{
"mcpServers": {
"agentrank": { "command": "uvx", "args": ["agentrank-mcp"],
"env": { "AGENTRANK_API_KEY": "ak_your_key" } }
}
}
search_businesses(intent, limit) get_business_profile(company_id)
Get a key: register · developer docs · GitHub · PyPI