From 8a2b9f9e1c644da9acba2ea2f9cb59b1c319a27e Mon Sep 17 00:00:00 2001 From: ThoughtProof Date: Sun, 24 May 2026 08:17:46 +0200 Subject: [PATCH 1/2] Add ThoughtProof verification endpoints and pot-cli/pot-sdk --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a6a6e07..8dc7dca 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ x402 is an emerging open standard from the Coinbase ecosystem focused on safer, - [Strale](https://strale.dev) - Business data & compliance APIs for AI agents. 250+ quality-scored capabilities (company data, VAT validation, sanctions screening, KYB) across 27 countries with x402 payment support. [MCP server](https://www.npmjs.com/package/strale-mcp) available. - [Hedera and the x402 Payment Standard](https://hedera.com/blog/hedera-and-the-x402-payment-standard/) - Hedera ecosystem overview of x402-style programmable payments for applications and AI agents. - [CardZero](https://cardzero.ai) - Smart-contract wallet (ERC-4337) for AI agents on Base mainnet, USDC. Buyer-side x402 support via `POST /v1/x402/pay`. Owner-controlled spending rules (per-tx limit, daily cap, whitelist, freeze) enforced on-chain. Also runs first known production deployment of ERC-8004 + ERC-8183. +- [ThoughtProof](https://thoughtproof.ai) - Decision verification for AI agents. Three x402-gated endpoints: reasoning verification ([api.thoughtproof.ai](https://api.thoughtproof.ai)), plan-level verification ([verify.thoughtproof.ai](https://verify.thoughtproof.ai)), and pre-execution checkpoint ([sentinel.thoughtproof.ai](https://sentinel.thoughtproof.ai)). Registered as ERC-8004 Agent #37477 on Base. ### Facilitators & Networks - [Coinbase Hosted Facilitator (Base)](https://docs.cdp.coinbase.com/x402#offload-your-infra) @@ -68,6 +69,7 @@ x402 is an emerging open standard from the Coinbase ecosystem focused on safer, - [Faremeter (Typescript Facilitator, Middleware, and Examples)](https://github.com/faremeter/faremeter) - [x402-dotnet (Community)](https://github.com/michielpost/x402-dotnet) - [MCPay (Build and Monetize MCP servers. SDK, Infrastructure and Examples)](https://github.com/microchipgnu/mcpay) +- [pot-cli / pot-sdk (ThoughtProof)](https://github.com/ThoughtProof/pot-cli) - Open-source CLI and TypeScript SDK for verifying AI agent reasoning and plans before settlement. Supports x402 payment to ThoughtProof verification endpoints. [npm: pot-cli](https://www.npmjs.com/package/pot-cli), [npm: pot-sdk](https://www.npmjs.com/package/pot-sdk). - [Bermuda (ZK-private x402)](https://www.bermudabay.xyz) - ZK-private HTTP payments for x402 using Noir proofs on Base. Adds sender privacy so agents can pay without exposing wallet state. ([Docs](https://docs.bermudabay.xyz/sdk/x402)) - [x402-mcp package (Vercel)](https://github.com/ethanniser/x402-mcp) - [Gatefare MCP](https://github.com/gatefareio/mcp-server) — Marketplace MCP server for paid HTTP APIs. 13 tools across discovery, buyer (auto 402→sign→retry), and publisher domains. Non-custodial, USDC on Base. Listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=gatefareio). Install: `npx -y @gatefare/mcp`. ([npm](https://www.npmjs.com/package/@gatefare/mcp)) From d2e6cc37d44376db6803e3ccad8fb10386cdfa38 Mon Sep 17 00:00:00 2001 From: ThoughtProof Date: Sun, 24 May 2026 08:23:00 +0200 Subject: [PATCH 2/2] Add thoughtproof-mcp MCP server (Glama v0.1.0) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8dc7dca..63e4f1a 100644 --- a/README.md +++ b/README.md @@ -70,6 +70,7 @@ x402 is an emerging open standard from the Coinbase ecosystem focused on safer, - [x402-dotnet (Community)](https://github.com/michielpost/x402-dotnet) - [MCPay (Build and Monetize MCP servers. SDK, Infrastructure and Examples)](https://github.com/microchipgnu/mcpay) - [pot-cli / pot-sdk (ThoughtProof)](https://github.com/ThoughtProof/pot-cli) - Open-source CLI and TypeScript SDK for verifying AI agent reasoning and plans before settlement. Supports x402 payment to ThoughtProof verification endpoints. [npm: pot-cli](https://www.npmjs.com/package/pot-cli), [npm: pot-sdk](https://www.npmjs.com/package/pot-sdk). +- [thoughtproof-mcp (ThoughtProof)](https://github.com/ThoughtProof/thoughtproof-mcp) - MCP server for adversarial multi-model reasoning verification (4 LLMs challenge each claim). Returns verdicts with confidence scores. x402 micropayment or API key auth. [npm](https://www.npmjs.com/package/thoughtproof-mcp), [Glama](https://glama.ai/mcp/servers/ThoughtProof/thoughtproof-mcp). - [Bermuda (ZK-private x402)](https://www.bermudabay.xyz) - ZK-private HTTP payments for x402 using Noir proofs on Base. Adds sender privacy so agents can pay without exposing wallet state. ([Docs](https://docs.bermudabay.xyz/sdk/x402)) - [x402-mcp package (Vercel)](https://github.com/ethanniser/x402-mcp) - [Gatefare MCP](https://github.com/gatefareio/mcp-server) — Marketplace MCP server for paid HTTP APIs. 13 tools across discovery, buyer (auto 402→sign→retry), and publisher domains. Non-custodial, USDC on Base. Listed in the [official MCP Registry](https://registry.modelcontextprotocol.io/v0.1/servers?search=gatefareio). Install: `npx -y @gatefare/mcp`. ([npm](https://www.npmjs.com/package/@gatefare/mcp))