exhibit402-mcp
exhibit402-mcp
exhibit402 用のMCPサーバー。これは、x402で支払いを行うライブWeb証拠サービスであり、エージェントがBase上のUSDCを支払って、公開URLが現在提供している内容を恒久的に証明し、既存の証明書を再検証できるようにします。
キャプチャの仕組み: 2つの独立したオブザーバーが異なるネットワーク上で、同じ凍結された瞬間にURLをキャプチャします。バイト単位で同一のキャプチャはCERTIFIEDティアになります。異なるキャプチャはWITNESSEDティアになり、ピクセル一致率と差分マップが含まれます。どちらの場合も、証拠(スクリーンショットと署名付きマニフェスト)はArweaveに恒久的に保存され、RFC 3161タイムスタンプトークンが含まれ、支払ったウォレットにBase上でERC-721証明書が発行されます。
機械可読なサービスドキュメント: /llms.txt と /openapi.json。
ツール
ツール | 機能 | 価格 (Base上のUSDC) |
| キャプチャの料金を支払い、証明書が確定するまで(最大約6分)クレームチケットをポーリングします。証明書のJSON(ティア、トークンID、ar://リンク、ハッシュ)を返します。 | $1.00 ( |
| exhibit402証明書を再検証します: サービスは保存されたバイトを再ダウンロードし、すべてのSHA-256を再計算し、オンチェーンレコードを確認します。機械可読な判定を返します。 | $0.02 |
certify_url がポーリングタイムアウトに達した場合でも、claim_url を返します。クレームチケットは永続的で、読み取りは無料です。後でプレーンなGETでクレームURLを取得して、完了した証明書を収集できます。二重に課金されることはありません。
返金ポリシー(サービスによって開示): 拒否されたキャプチャ(サイズ超過、到達不能なページ、コンテンツスクリーン)は、$0.10の手数料を差し引いて自動的に返金されます。サービス障害は全額返金されます。WITNESSEDは成果物であり、失敗ではなく、返金されません。
Related MCP server: VERITY
セットアップ
環境変数が1つ必要です:
EXHIBIT402_WALLET_KEY: Base(チェーンID 8453)でUSDCを保持するウォレットのEVM秘密鍵(16進数)。ウォレットにETHは不要です。x402はEIP-3009を介して決済し、ファシリテーターがガスを支払います。キーはプロセスの環境に残り、ログに記録されることはありません。
キーがない場合でも、サーバーは起動してツールをリストし、すべての呼び出しは静かに失敗する代わりに明確なセットアップエラーを返します。
Claude Code (一行)
claude mcp add exhibit402 --env EXHIBIT402_WALLET_KEY=0xYOUR_KEY -- npx -y exhibit402-mcpClaude Desktop
claude_desktop_config.json に追加:
{
"mcpServers": {
"exhibit402": {
"command": "npx",
"args": ["-y", "exhibit402-mcp"],
"env": { "EXHIBIT402_WALLET_KEY": "0xYOUR_KEY" }
}
}
}Cursor
.cursor/mcp.json に追加:
{
"mcpServers": {
"exhibit402": {
"command": "npx",
"args": ["-y", "exhibit402-mcp"],
"env": { "EXHIBIT402_WALLET_KEY": "0xYOUR_KEY" }
}
}
}価格概要
アクション | 価格 |
フルページキャプチャ | $1.00 |
ビューポートキャプチャ (1280x800) | $0.50 |
証明書の検証 | $0.02 |
拒否されたキャプチャの返金手数料 | $0.10保持、残り返金 |
すべての支払いはx402(Base上のUSDC、eip155:8453)です。支払いはキャプチャ開始前に決済されます。クレームチケットのポーリングは無料です。
オペレーター向けの注意事項
EXHIBIT402_URLはサービスのベースURLを上書きします(デフォルトhttps://exhibit402.dylan-caponi.workers.dev)。通常は必要ありません。フルフィルメントは通常30〜120秒で、コールドオブザーバーや再試行ラウンドがある場合は最大約5分かかります。
verify_certificateからのverified: false判定は配信された結果であり、課金されます。不正なID、不明なID、ゲートウェイの停止は課金されません。サービスは支払い前にプライベートおよび内部アドレスを拒否します。
ライセンス
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceProvides pay-per-use tools for AI agents like web screenshots and crypto intelligence using automatic USDC micropayments on the Base network. It simplifies access to premium APIs by handling blockchain transactions automatically when a payment is required.1212MIT
- AlicenseNot gradedqualityCmaintenanceReal-time fact-checking agent. Verifies claims and URLs against live web sources. Returns CURRENT, OUTDATED, DISPUTED, or UNVERIFIABLE verdicts with confidence scores and what changed. x402 payments on Base.45MIT
- AlicenseAqualityDmaintenanceEnables AI agents to certify their creations with verifiable, timestamped proof anchored to Bitcoin, and to verify certificates.3MIT
- AlicenseNot gradedqualityDmaintenanceEnables URL shortening using a hash-based approach with pay-per-call via x402 micropayments on Base L2.MIT
Related MCP Connectors
Check a Base contract, transaction or web page before you act. Free pricing, paid per call in USDC.
Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call
Scrape, crawl, map and extract the web. Pay per call in USDC, no account or API key.
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/dylancaponi/exhibit402-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server