{"name":"xyz.chainverdict/chainverdict","slug":"chainverdict","title":null,"description":"Pay-per-call x402 checks before an agent moves money: token safety, wallet risk, identifiers.","url":"https://mcp.market/server/chainverdict","rating":null,"grade":"B","score":75,"certified":false,"status":"active","category":"ai","tags":["ai"],"presence":{"score":20,"stars":0,"forks":0,"downloads_week":null,"last_push_at":"2026-09-04T09:23:18.000Z","license":"MIT"},"uptime":{"percent":100,"checks":5,"ok":5,"last_checked_at":"2026-09-20T19:10:55.334Z","last_ok_at":"2026-09-20T19:10:55.334Z","latency_ms":183},"claimed":false,"transport":"remote","callable_via_gateway":true,"default_price_micros":0,"repository":"https://github.com/alexanderbalieu-connections/chainverdict","website":null,"version":"2.2.1","remotes":[{"type":"streamable-http","url":"https://chainverdict.xyz/mcp"}],"packages":[],"tools":[{"name":"data_block","description":"Latest block number, timestamp, tx count, gas utilization. $0.001 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"data_gas","description":"Live Base gas conditions: base fee, priority fees, congestion, est transfer cost. $0.002 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"data_portfolio","description":"ETH + canonical token balances (USDC/WETH/cbBTC/EURC) for an address. $0.004 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Base address to read balances for (0x-prefixed, 42 chars)"}},"required":["address"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"data_token_activity","description":"Recent transfer count, volume, unique senders/receivers, activity level. $0.005 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"ERC-20 token contract address on Base (0x-prefixed, 42 chars)"},"blocks":{"description":"Look-back window in blocks (default 2000, ~1 hour on Base)","type":"number"}},"required":["address"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"data_token_supply","description":"Total/circulating/burned supply and burn percentage for an ERC-20 on Base. $0.003 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"ERC-20 token contract address on Base (0x-prefixed, 42 chars)"}},"required":["address"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"html_to_markdown","description":"Convert raw HTML to clean Markdown. $0.002 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"html":{"type":"string","description":"Raw HTML string to convert (full document or fragment)"}},"required":["html"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"payment_info","description":"Free. Explains how to call the paid tools on this server: the x402 protocol, the network and asset, the settlement address, and the price of every tool.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{},"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"security_email","description":"Live DNS check of a domain's email authentication records. $0.01 per call.","write_action":true,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to check, without scheme (e.g. example.com)"},"selector":{"description":"Optional DKIM selector to look up (e.g. google, default, s1)","type":"string"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"security_tls","description":"Live TLS handshake: cert validity, issuer, expiry countdown. $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Hostname to probe over TLS on port 443, without scheme (e.g. example.com)"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"security_typosquat","description":"Flags homoglyph and edit-distance look-alikes of known brands (c0inbase, b1nance, etc.). $0.005 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"domain":{"type":"string","description":"Domain to analyse for brand impersonation (e.g. c0inbase.com)"},"brands":{"description":"Optional comma-separated brand list to check against (defaults to a built-in set)","type":"string"}},"required":["domain"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"text_diff","description":"Diff two texts (lines/words/chars). $0.002 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"a":{"type":"string","description":"Original text (left side of the diff)"},"b":{"type":"string","description":"Modified text (right side of the diff)"},"mode":{"description":"Diff granularity; defaults to lines","type":"string","enum":["lines","words","chars"]}},"required":["a","b"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"token_verdict","description":"Heuristic ERC-20 safety verdict on Base: bytecode risk capabilities, ownership, metadata, 0-100 score, hold/caution/avoid. $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"ERC-20 token contract address on Base (0x-prefixed, 42 chars)"}},"required":["address"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_bic","description":"BIC/SWIFT structural validation and decomposition. $0.001 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"bic":{"type":"string","description":"BIC/SWIFT code, 8 or 11 characters (e.g. DEUTDEFF or DEUTDEFF500)"}},"required":["bic"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_iban","description":"IBAN mod-97 checksum + country length rules. $0.001 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"iban":{"type":"string","description":"IBAN including 2-letter country prefix (e.g. DE89 3704 0044 0532 0130 00; spaces tolerated)"}},"required":["iban"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_isin","description":"Securities identifier checksum validation. $0.001 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"isin":{"type":"string","description":"12-character International Securities Identification Number (ISO 6166), e.g. US0378331005"}},"required":["isin"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_lei","description":"Legal Entity Identifier checksum validation. $0.002 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"lei":{"type":"string","description":"20-character Legal Entity Identifier (ISO 17442), e.g. 5299000J2N45DDNE4Y28"}},"required":["lei"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"validate_vat","description":"EU VAT format validation with deterministic checksums (DE, IT, LU, PL, SI). $0.001 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"vat":{"type":"string","description":"EU VAT number including country prefix (e.g. DE123456789, LU12345678)"}},"required":["vat"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"verify_payment","description":"Decode ERC-20 transfers in a Base transaction: amounts, counterparties, confirmations. $0.02 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"txhash":{"type":"string","description":"Base transaction hash to decode (0x-prefixed, 66 chars)"}},"required":["txhash"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"verify_token","description":"Is this the real USDC/EURC/WETH/cbBTC/USDT on Base? Anti-phishing for stablecoin payments. $0.005 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"query":{"type":"string","description":"Token contract address (0x…) or symbol (e.g. USDC, WETH) to verify against the canonical Base list"}},"required":["query"],"$schema":"http://json-schema.org/draft-07/schema#"}},{"name":"wallet_dossier","description":"Profile of a Base address: EOA vs contract, balance, activity band, flags. $0.01 per call.","write_action":false,"price_micros":0,"input_schema":{"type":"object","properties":{"address":{"type":"string","description":"Base address to profile (0x-prefixed, 42 chars; EOA or contract)"}},"required":["address"],"$schema":"http://json-schema.org/draft-07/schema#"}}],"scan":{"score":75,"grade":"B","scanned_at":"2026-09-20T20:12:26.730Z","report":{"scannerVersion":"0.1.9","scannedAt":"2026-09-20T20:12:26.644Z","components":{"code":{"score":-1,"max":25,"notes":["remote-only server, no package to scan"]},"reliability":{"score":20,"max":20,"notes":["remote reachable in 1063ms"]},"poisoning":{"score":15,"max":15,"notes":["20 tool descriptions checked"]},"auth":{"score":3,"max":15,"notes":["open endpoint exposes 1 write-action tools with no auth"]},"maintenance":{"score":15,"max":15,"notes":["last push 16 days ago"]},"identity":{"score":3,"max":10,"notes":["namespace and repository owner differ"]}},"findings":[{"id":"auth.open-write","severity":"high","component":"auth","title":"Write-action tools reachable without authentication"}],"inputs":{"probes":[{"url":"https://chainverdict.xyz/mcp","reachable":true,"authRequired":false,"latencyMs":1063,"serverInfo":{"name":"chainverdict","version":"1.0.0"}}],"packages":[],"repo":{"found":true,"owner":"alexanderbalieu-connections","repo":"chainverdict","archived":false,"pushedAt":"2026-09-04T09:23:18Z","stars":0,"forks":0,"openIssues":0,"ownerType":"User","ownerAvatarUrl":"https://avatars.githubusercontent.com/u/302518181?v=4","ownerCreatedAt":"2026-07-11T13:38:20Z","license":"MIT"},"icon":{"url":"https://chainverdict.xyz/favicon.ico","source":"site","width":256,"height":256},"presence":{"stars":0,"forks":0,"downloadsWeek":null,"license":"MIT","lastPushAt":"2026-09-04T09:23:18.000Z","score":20}}}},"grade_history":[],"reviews":[]}