Server data from the Official MCP Registry
Find real, verifiable businesses with provenance and source URLs - for AI agents.
Find real, verifiable businesses with provenance and source URLs - for AI agents.
This is a well-structured MCP server with proper authentication, appropriate permissions for its purpose, and secure credential handling. The server requires an API key for all operations, validates input parameters, and handles errors gracefully. No security vulnerabilities or dangerous patterns were identified. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue.
5 files analyzed · 7 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: AGENTRANK_API_KEY
Environment variable: AGENTRANK_BASE_URL
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-saviodamato-agentrank-mcp": {
"env": {
"AGENTRANK_API_KEY": "your-agentrank-api-key-here",
"AGENTRANK_BASE_URL": "your-agentrank-base-url-here"
},
"args": [
"agentrank-mcp"
],
"command": "uvx"
}
}
}From the project's GitHub README.
Give your AI agent access to real, verifiable businesses — with provenance and source URLs, so it never invents phone numbers or addresses.
This is an MCP server that exposes the AgentRank / AgentIndex search to any MCP client (Claude Desktop, Cursor, and others).
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 with fit_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.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>.
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.)
Add the same block under mcpServers in your Cursor MCP settings.
pip install -r requirements.txt
AGENTRANK_API_KEY=ak_your_key_here python -m agentrank_mcp.server
And point your client's command at python with args
["-m", "agentrank_mcp.server"] and the folder on PYTHONPATH.
| Var | Required | Default |
|---|---|---|
AGENTRANK_API_KEY | yes | — |
AGENTRANK_BASE_URL | no | https://api.agentrank.intelligenceofcode.com |
The key is never logged.
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.
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.