MCP server for company lookup

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.

Install

{
  "mcpServers": {
    "agentrank": { "command": "uvx", "args": ["agentrank-mcp"],
      "env": { "AGENTRANK_API_KEY": "ak_your_key" } }
  }
}

Tools

search_businesses(intent, limit)
get_business_profile(company_id)

Get a key: register · developer docs · GitHub · PyPI