Skip to main content
Glama
saviodamato

AgentRank MCP

by saviodamato

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
AGENTRANK_API_KEYYesYour AgentRank API key, obtained from https://agentsafepath.com/registrar.html
AGENTRANK_BASE_URLNoBase URL for the AgentRank API, defaults to https://api.agentrank.intelligenceofcode.comhttps://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

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.5/5.0

Scored across 2 tools

Disambiguation5/5

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.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern (search_businesses, get_business_profile) using snake_case, making them predictable and easy to understand.

Tool Count4/5

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.

Completeness5/5

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.

Maintenance

ActivityStale
ResponsivenessNo issues