← agentrank.info

INDIVIDUAL MCP TOOL

classify_x402_address

Is this Base/x402 address a real service, a buyer, a rail (payment passthrough), a treasury sink, or dust?

agentrank.infonone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent endpoint

agentrank.info

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.agentrank]
url = "https://api.agentrank.info/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentrank": {
      "type": "http",
      "url": "https://api.agentrank.info/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentrank
Remote MCP URL: https://api.agentrank.info/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": {
    "agentrank": {
      "url": "https://api.agentrank.info/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentrank": {
      "type": "http",
      "url": "https://api.agentrank.info/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentrank",
  "transport": "streamable-http",
  "url": "https://api.agentrank.info/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • check_agent_trust — Verify a counterparty before you pay it.
  • gate_caller — Decide whether to serve or refuse a calling agent based on its reputation (provider-side access control, requireRank).
  • state_of_x402 — The State of x402: the de-noised census of the whole x402 agent-payment economy.
  • counterparty_full — The whole counterparty picture in ONE call, before you pay.