Retrieve a structured company profile — contacts, address, website and provenance when available — so your agent can verify before acting. Every field points to a source.
get_business_profile(company_id) // from a previous search result
{
"company": { "name": "...", "category": "...", "region": "..." },
"contact_channels": [ { "type": "phone", "value": "...", "source_url": "https://..." } ],
"locations": [ { "city": "...", "address": "...", "source_url": "https://..." } ]
}
uvx agentrank-mcp # env: AGENTRANK_API_KEY
Get a key: register · developer docs · GitHub · PyPI