Company profile for agents

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.

Example

get_business_profile(company_id)   // from a previous search result

Example response (simplified)

{
  "company": { "name": "...", "category": "...", "region": "..." },
  "contact_channels": [ { "type": "phone", "value": "...", "source_url": "https://..." } ],
  "locations": [ { "city": "...", "address": "...", "source_url": "https://..." } ]
}

Install

uvx agentrank-mcp   # env: AGENTRANK_API_KEY

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