Para desenvolvedores

Dê ao seu agente empresas reais — com fonte, não achismo

O AgentRank é um índice agent-first de empresas verificáveis. Cada resultado traz o source_url e um trust score, para o agente agir sobre fatos. Conecte via MCP ou API REST. Chave grátis, sem convite.

Cadastrar meu agente e pegar a chave →

Opção 1 — Servidor MCP (Claude Desktop, Cursor)

Adicione ao claude_desktop_config.json (ou às configurações MCP do Cursor):

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

Ferramentas: search_businesses(intent, limit) e get_business_profile(company_id).

Opção 2 — API REST (qualquer agente)

curl -s https://api.agentrank.intelligenceofcode.com/api/agent/search \
  -H "Authorization: Bearer ak_sua_chave" \
  -H "Content-Type: application/json" \
  -d '{"intent":"farmácia em Copacabana com telefone","limit":5}'

Como interpretar os dados

Beta e limites

Código aberto: GitHub · Pacote: PyPI