Business search via MCP

Give your AI agent a tool to search real businesses — every result carries a source URL and a trust score, so it acts on facts instead of invented data. Coverage: Brazil, US, Europe (~2.7M businesses).

Example query

search_businesses("coworking in Itaim Bibi, São Paulo", 5)

Example response (simplified)

[
  { "name": "...", "category": "coworking", "region": "SP",
    "trust_score": 72, "sources": ["https://..."] }
]

Install

uvx agentrank-mcp   # env: AGENTRANK_API_KEY

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