AgentRank MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AGENTRANK_API_KEY | Yes | Your AgentRank API key, obtained from https://agentsafepath.com/registrar.html | |
| AGENTRANK_BASE_URL | No | Base URL for the AgentRank API, defaults to https://api.agentrank.intelligenceofcode.com | https://api.agentrank.intelligenceofcode.com |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_businessesA | Busca empresas reais e verificáveis por uma intenção em linguagem natural. Use quando o usuário quiser encontrar um negócio (ex.: "farmácia em Copacabana com telefone", "hotel em São Paulo", "software company in California"). Retorna empresas ranqueadas com fit_score, trust_score, justificativa, riscos e as FONTES (source_url) de cada dado — verifique a proveniência antes de agir. Nunca invente telefone, endereço ou e-mail: use apenas o que vier nas fontes. Args: intent: a intenção em linguagem natural (ex.: "restaurante em Pinheiros"). limit: número máximo de resultados (1 a 50; padrão 10). |
| get_business_profileA | Retorna o perfil completo de uma empresa (por company_id de uma busca anterior). Traz localização, canais de contato, horários, ofertas, políticas e evidências — cada afirmação com proveniência e source_url. Use para obter o telefone/endereço verificável de um resultado antes de agir sobre ele. Args: company_id: o id retornado por search_businesses. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
The two tools have clearly distinct purposes: one searches for businesses, the other retrieves detailed profile of a specific business. There is no overlap or ambiguity.
Both tool names follow a consistent verb_noun pattern (search_businesses, get_business_profile) using snake_case, making them predictable and easy to understand.
With only 2 tools, the set is minimal but appropriate for a read-only business lookup service. It covers the essential operations of searching and retrieving details without unnecessary bloat.
The tool set provides a complete workflow for finding and verifying business information: search to discover companies, then get profile to retrieve detailed data. No obvious gaps for the stated purpose.