← x402score.org

INDIVIDUAL MCP TOOL

get_sample_score

Returns a clearly-marked stale sample counterparty score in the exact response schema of score_x402_counterparty (verdict, wash_trading_ratio, real_buyer_count, repeat_buyer_rate, source, updated_at, confidence).

x402score.orgnone authenticationAvailability not checked

LIVE ENDPOINT

https://x402score.org/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_sample_score and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

x402score.org

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.x402-counterparty-score]
url = "https://x402score.org/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "x402-counterparty-score": {
      "type": "http",
      "url": "https://x402score.org/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: x402-counterparty-score
Remote MCP URL: https://x402score.org/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": {
    "x402-counterparty-score": {
      "url": "https://x402score.org/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "x402-counterparty-score": {
      "type": "http",
      "url": "https://x402score.org/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "x402-counterparty-score",
  "transport": "streamable-http",
  "url": "https://x402score.org/mcp"
}
MCP Inspector

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

Related tools

  • score_x402_counterparty — Returns trust verdict (trusted/caution/avoid) with wash-trading ratio, real-buyer count, and repeat-buyer rate for an x402 endpoint URL or pay-to address.