
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
zkverify-mcp
Advanced tools
zkVerify — Trustless blockchain verification over x402 with Merkle proofs + ECDSA signing
Trustless blockchain verification over x402 with Merkle proofs + ECDSA signing
When an AI agent pays for blockchain data via x402, how does it know the data is authentic? It doesn't. 99% of x402 transactions are at risk (arXiv, July 2026 — 31 vulnerabilities found).
zkVerify solves this: every API response includes a Merkle proof + ECDSA signature. The agent can verify independently — zero trust required.
| Endpoint | Price | Returns |
|---|---|---|
GET /verify/balance/:address?chain=base | $0.02 | Account balance + Merkle proof + signature |
GET /verify/contract/:address?chain=base | $0.02 | Contract code hash + signature |
GET /health | Free | Service status + signer address |
GET /.well-known/x402 | Free | x402 discovery (Bazaar) |
GET /verify/balance/0xABC...?chain=ethereumeth_getProof from RPC
b. Verifies Merkle Patricia Proof against stateRoot
c. Signs the result with ECDSA
d. Returns: { balance, blockNumber, stateRoot, merkleProof, signature }curl https://zkverify-production.up.railway.app/verify/balance/0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045?chain=ethereum
# Returns: balance, Merkle proof (9 nodes), ECDSA signature, verified: true
import { fullVerify } from "zkverify";
const result = await fetch("https://zkverify-production.up.railway.app/verify/balance/0xABC...?chain=ethereum").then(r => r.json());
console.log(result.fullyVerified); // true = verified 100%
zkVerify includes an MCP server with 3 tools for Claude/Cursor:
{
"mcpServers": {
"zkverify": {
"command": "npx",
"args": ["-y", "zkverify-mcp"],
"env": {
"ZKVERIFY_URL": "https://zkverify-production.up.railway.app"
}
}
}
}
eth_getProof from Ethereum L1Title: "System and method for providing cryptographically verifiable API responses using Merkle proofs and ECDSA signatures over HTTP payment protocols"
See patent/USPTO_PROVISIONAL.md
A simplified circom circuit (~202 constraints) proves that verification was performed correctly without revealing proof data.
MIT — free to use, modify, and distribute. Attribution appreciated.
Built with ZKForge — the first x402 service providing cryptographically verifiable blockchain data.
FAQs
zkVerify — Trustless blockchain verification over x402 with Merkle proofs + ECDSA signing
We found that zkverify-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.