AI & Machine Learning
agentranking.io
Searches and retrieves profiles of on-chain AI agents with filters for archetype, chain, skills, verification, revenue, and performance metrics.
ENDPOINT 1
https://agentranking.io/api/mcp
MCP server metadata
- Name
- agentranking
- Version
- 1.2.0
AgentRanking public registry. Search ranked on-chain agents, fetch profiles, trust scores, FairScale assessments, and public AR credentials. No API key. Tools are read-only; they do not move funds or launch tokens.
Known tools 11
search_agentsSearch the AgentRanking public index by name, description, owner, chain, archetype, verification, or skills.
Inferred read-onlyget_agent_reputationTrust Oracle for one wallet: registration, verification tier, trust score, reports, and a caution/proceed recommendation.
Inferred read-onlyget_verified_statusPublic verification flags for an agent plus the operator credential when KYC is currently valid (AR-… public id).
Inferred read-onlycheck_card_eligibilityCard spend eligibility for a wallet via the configured issuer adapter.
Inferred read-onlyget_fairscale_assessmentCached FairScale trust assessment for an agent (score / 100, tier, pillars) when FairScale is enabled.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.agentranking]
url = "https://agentranking.io/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"agentranking": {
"type": "http",
"url": "https://agentranking.io/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: agentranking
Remote MCP URL: https://agentranking.io/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"agentranking": {
"url": "https://agentranking.io/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"agentranking": {
"type": "http",
"url": "https://agentranking.io/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "agentranking",
"transport": "streamable-http",
"url": "https://agentranking.io/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for agentranking.io was fetched 2026-07-30T23:56:16.614Z and is being refreshed.
agentranking.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.