chainverdict
ChainVerdict — chainverdict.xyz
Checks an autonomous agent runs before it moves money or trusts a counterparty: token safety verdicts and wallet risk profiles on Base, on-chain payment verification, financial-identifier validation, and live domain security posture.
Every call is paid per request in USDC on Base over the x402 protocol — no accounts, no API keys, no signup. Every response carries an evidence record saying what was checked, how fresh it is and what it does not establish, and is Ed25519-signed. No LLM inference anywhere: every answer is a deterministic computation or a live read of external state, so the same input returns the same answer forever.
MCP server
ChainVerdict is a remote MCP (Model Context Protocol) server, built on the
official @modelcontextprotocol/sdk
and served over Streamable HTTP at:
https://chainverdict.xyz/mcpIt is published in the official MCP registry as xyz.chainverdict/chainverdict.
initializeandtools/listare free, so registries and clients can index the server without paying.tools/callis x402-paid at the price of the route behind the tool — exceptpayment_info, which is free.20 MCP tools, all read-only and idempotent, annotated with
readOnlyHint/destructiveHint/idempotentHint/openWorldHint.No MCP resources or prompts are exposed; this server is tools-only.
Tool descriptions interpolate the live price from the same map the payment
middleware charges from, so tools/list can never advertise a rate that is not
the rate. test/mcp-parity.test.js fails the build if a tool exists for a route
that is no longer sold, or if a sold route has no tool.
Tools
Tool | What it answers |
| Free. How x402 payment works, the price of every tool, where payments settle. |
| Is this ERC-20 on Base a scam, a honeypot, or safe to hold? |
| Wallet risk profile for a Base address before you pay it. |
| Decode and confirm an on-chain payment on Base. |
| Resolve a symbol or address to the canonical Base token. |
| Deterministic check-digit and format validation. |
| SPF/DMARC/DKIM posture, live TLS probe, brand look-alike analysis. |
| Live Base chain reads. |
| Document utilities. |
POST /v1/batch/validate is HTTP-only by design: 500 identifiers do not belong
in a tool-call argument.
Related MCP server: crest-verify
HTTP rate card
Every endpoint answers an unpaid request with a 402 quote.
Route | Price |
| $0.01 |
| $0.01 |
| $0.001 |
| $0.001 |
| $0.001 |
| $0.002 |
| $0.002 |
| $0.02 |
| $0.005 |
| $0.002 |
| $0.001 |
| $0.10 |
| $0.01 |
| $0.01 |
| $0.005 |
| $0.002 |
| $0.001 |
| $0.003 |
| $0.005 |
| $0.004 |
Free to read before you pay for anything: / (discovery), /health,
/openapi.json, /llms.txt, /v1/methodology, /.well-known/x402.json.
The whole portfolio, machine-readable: https://pulse.chainverdict.xyz/.well-known/portfolio.json
Local dev
npm ci
X402_ENABLED=false npm start # free mode, no payments
npm test # 34 testsOps
Stateless. No database, no cron, no maintained data set. Sources are pure arithmetic over public specifications plus live Base RPC.
Limitations
These are informational signals. None is a compliance control, none discharges a legal obligation, and none is regulated financial, legal or compliance advice. A valid signature proves a response came from this service unaltered — not that the answer is correct. A signed wrong answer is still wrong, and still signed.
Operated by Alexander Balieu, independent professional established in Luxembourg.
Licence
MIT. See LICENSE.
Related MCP Connectors
Verify x402 payment endpoints before an AI agent pays: scam scan, on-chain checks, trust scores.
Pay-per-call safety checks for AI agents: screen a crypto address or URL before you transact.
30 pay-per-call APIs for AI agents: compliance, trade, safety, web, data. USDC on Base via x402.
Pay-per-call data APIs for AI agents. USDC on Base via x402. 33 tools, no signup.
Related MCP Servers
- AlicenseAqualityDmaintenancesecurity tools for AI agents: URL safety scanning, prompt injection detection (200+ patterns), email/password breach checks via HIBP, domain & IP reputation analysis, and AI skill supply chain scanning. Free tier (3 calls/day) or pay-per-request with USDC micropayments via x402.9161MIT
- AlicenseNot gradedqualityDmaintenanceVerify x402 endpoints before your agent spends. Three tools: verify (SPEND/CAUTION/INVESTIGATE/DO NOT SPEND backed by 50K+ services), passport (full trust identity), risk_check (deep assessment). No API keys, no signup.12MIT
- FlicenseAqualityCmaintenancePay-per-call tools for AI agents including trust checks, due diligence, market data, and human-verified approvals, settled in USDC on Base via the x402 protocol.16
- FlicenseNot gradedqualityCmaintenance53 security & enrichment MCP tools for AI agents. Contract scanning, threat intel, OSINT, crypto data, DNS/WAF recon. Pay-per-call via HTTP 402 + USDC on Base mainnet. No API keys. First call free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/alexanderbalieu-connections/chainverdict'
If you have feedback or need assistance with the MCP directory API, please join our Discord server