AgentRank MCP
The AgentRank MCP server allows AI agents to find and verify real-world businesses through two core tools:
search_businesses: Find businesses using natural-language queries (e.g., "pharmacy in Copacabana with phone", "software company in California"). Results are ranked and include:fit_score— how well the business matches your intenttrust_score(0–100) — reliability/safety of the entityJustification, risk notes, and
source_urlfor each result
get_business_profile: Retrieve a full profile for a specific business using acompany_idfrom search results, including location, contact channels (phone, email), business hours, offers, policies, and provenance-backed evidence with source URLs for every claim.
Key benefit: All data is backed by verifiable source URLs, preventing AI agents from hallucinating contact details like phone numbers or addresses.
It integrates with any MCP client (e.g., Claude Desktop, Cursor) via an API key.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@AgentRank MCPfind verified electricians in Chicago"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
AgentRank MCP server
MCP server for AI agents to search real, source-backed businesses. Every result carries a source URL and a trust score, so your agent acts on facts — never invented phone numbers or addresses. Coverage: Brazil, US, Europe (~2.7M businesses, growing).
Works with any MCP client (Claude Desktop, Cursor, …).
Public beta · free key, no invite · website: https://agentsafepath.com ·
official MCP registry: io.github.saviodamato/agentrank-mcp.
Use cases
Business search / company lookup with source-backed data.
Local business search for agents (city + category + contact).
Company profile: contacts, address, website, provenance.
Source-backed company data instead of hallucinated details.
Related MCP server: discava – Business Directory for AI
Tools
search_businesses(intent, limit=10)— find businesses by a natural-language intent (e.g."farmácia em Copacabana com telefone","software company in California"). Returns ranked results withfit_score,trust_score, justification, risks and the source URL of each fact.get_business_profile(company_id)— full profile of a result: location, contact channels, hours, offers, policies and evidence, each with provenance and source.
1. Get an API key
Register your agent (free, no invite) at
https://agentsafepath.com/registrar.html — you receive a key once. It identifies
your agent and is sent as Authorization: Bearer <key>.
2. Add it to your MCP client
Claude Desktop
Edit claude_desktop_config.json (Settings → Developer → Edit Config) and add:
{
"mcpServers": {
"agentrank": {
"command": "uvx",
"args": ["agentrank-mcp"],
"env": { "AGENTRANK_API_KEY": "ak_your_key_here" }
}
}
}Restart Claude Desktop. You'll see search_businesses and get_business_profile
available. (uvx comes with uv; or use the "From source"
option below.)
Cursor
Add the same block under mcpServers in your Cursor MCP settings.
From source (no packaging)
pip install -r requirements.txt
AGENTRANK_API_KEY=ak_your_key_here python -m agentrank_mcp.serverAnd point your client's command at python with args
["-m", "agentrank_mcp.server"] and the folder on PYTHONPATH.
Environment variables
Var | Required | Default |
| yes | — |
| no |
|
The key is never logged.
Beta & limits
Public beta. Free tier: ~100 queries/day, 1500/month per agent (HTTP 429 with
Retry-After when exceeded). One key per agent; the key is shown once at registration.
How agents should use the data
Every result carries sources (source URLs). Verify provenance before acting —
data without a source should not be used. trust_score (0–100) reflects how safe the
entity is to commit to; fit_score reflects match to the intent.
mcp-name: io.github.saviodamato/agentrank-mcp
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-quality-maintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IPLast updated
- AlicenseAqualityDmaintenanceSearch for local businesses worldwide. Structured data optimized for AI agents. • Search Millions of businesses over 49 countries (Europe, Northamerica, Southamerica, Asia, Oceania) • Quality & demand scoring for every business • Ranking based on real user click-through data • No API key needed, free access • Rate limit: 500 requests/hour per IPLast updated61MIT
- AlicenseAqualityBmaintenanceCountry-agnostic MCP-callable directory for AI agents to find local SMBs — realtors, insurance agents, medical practitioners — by category, location, or natural-language query. Returns business catalog data and UTM-tagged booking URLs (zero PII).Last updated5MIT

Vexi MCP Serverofficial
AlicenseAqualityBmaintenanceEnables MCP clients to search and retrieve structured business data from the Vexi API, allowing AI agents to get clean, typed business objects with identity, offerings, and trust signals.Last updated437MIT
Related MCP Connectors
Owner-verified local business data for AI agents: profiles, hours, prices, with provenance.
Live Google Maps business search, review, and photo data for AI agents over MCP.
Local business intel for AI agents: audits, lead scoring, tech stack, prospecting.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/saviodamato/agentrank-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server