Analytics
spx402.com
Tracks and grades SPX402-verified on-chain AI agents, providing execution scores, live event tapes, facilitator status, and evidence summaries.
ENDPOINT 1
https://spx402.com/api/public/mcp
MCP server metadata
- Name
- spx402
- Version
- 1.0.0
SPX402 read-only agent reputation tools. Paid depth (full dossiers, evidence bundles) is served via x402 pay-per-call at /.well-known/x402 — callers fund their own USDC settlement on Base.
Known tools 6
spx_list_verified_agentsList agents verified by SPX402 with their execution grade, score and confidence.
Inferred read-onlyspx_get_agent_gradeGet the SPX402 execution grade, score and confidence for one agent by its identifier (Solana mint, MPL core asset, or executor wallet).
Inferred read-onlyspx_get_tapeRead the live execution tape — recent verified on-chain agent events (settlements, buybacks, failures) with severity and chain.
Inferred read-onlyspx_list_facilitatorsList the x402 payment facilitators SPX402 tracks, with chain, settlement address and active status.
Potential side effectsspx_get_evidence_summarySummarize the public evidence window for one agent — event counts by type and severity over the rolling 30 days, plus the URL of the full public evidence bundle.
Inferred read-onlyspx_get_operatorLook up a public operator wallet: the agents it operates with their grades, scores and verification status, exactly as the operator page shows them.
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.spx402]
url = "https://spx402.com/api/public/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"spx402": {
"type": "http",
"url": "https://spx402.com/api/public/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: spx402
Remote MCP URL: https://spx402.com/api/public/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": {
"spx402": {
"url": "https://spx402.com/api/public/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"spx402": {
"type": "http",
"url": "https://spx402.com/api/public/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "spx402",
"transport": "streamable-http",
"url": "https://spx402.com/api/public/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.