INDIVIDUAL MCP TOOL
get_verified_status
Public verification flags for an agent plus the operator credential when KYC is currently valid (AR-… public id).
LIVE ENDPOINT
https://agentranking.io/api/mcp
Connect to this endpoint to inspect the live schema for get_verified_status and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
Parent server
CONNECT 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.
Related tools
search_agents— Search the AgentRanking public index by name, description, owner, chain, archetype, verification, or skills.get_agent— Fetch a public AgentRanking profile by chainId and agentId.get_top_agents— Top agents by Agent Rank.get_trust_scores— Bulk Trust Oracle payloads for up to 20 wallets.get_agent_reputation— Trust Oracle for one wallet: registration, verification tier, trust score, reports, and a caution/proceed recommendation.get_agent_credential— Public operator credential for an agent.get_agent_risk— Public Agent Risk Oracle by owner wallet.get_agent_passport— Agent Passport by AgentRanking database id (Agent.id).