← x402score.org
INDIVIDUAL MCP TOOL
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.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests retrieving external content.
- A tool name or description suggests a financial action.
Parent endpoint
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
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).