From 442814603a75ed96c41b90cf466234fddf32acbb Mon Sep 17 00:00:00 2001 From: Vivek Kotecha Date: Tue, 23 Jun 2026 10:05:26 +0000 Subject: [PATCH 1/6] Add AgentCourt to x402 ecosystem Policy-driven dispute resolution API for agent commerce. 7 templates, 39 rules, <500ms deterministic rulings. x402-native at $0.05/dispute on Base mainnet. MIT licensed. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 4bf513d7..9a0c92e2 100644 --- a/README.md +++ b/README.md @@ -470,6 +470,10 @@ Projects building with or extending x402. - Cloudflare x402 - Edge payment processing. - [thirdweb Nebula](https://thirdweb.com/nebula) - AI agent transaction framework. +- [AgentCourt](https://github.com/vbkotecha/agentcourt-api) — Policy-driven dispute resolution API for agent commerce. The "Evaluator" layer for ERC-8183: submit evidence, apply policy rules, get deterministic rulings in under 500ms. 6 policy templates (freelance, milestone, bug bounty, SLA, API quality, physical commerce), 34 rules, ADRP-compatible. x402-ready at $0.05/dispute. Python + JS + TS SDKs, MCP server config, Postman collection. Live API with 50+ verdicts resolved. + +- [AgentCourt](https://agentcourt-api-production.up.railway.app) — Policy-driven dispute resolution API for agent commerce. 7 policy templates (freelance delivery, milestone payments, bug bounties, SLA, API quality, physical commerce, scope disputes), 39 deterministic rules, rulings in <30ms. $0.05 USDC per dispute on Base mainnet. Free tier: 100 disputes/month. x402 discovery: [/.well-known/x402](https://agentcourt-api-production.up.railway.app/.well-known/x402) | ([GitHub](https://github.com/vbkotecha/agentcourt-api)) | ([Landing](https://vbkotecha.github.io/agentcourt-api/)) + ### Tools & Services - [Pylon](https://pylonapi.com) — x402-payable utility API gateway for AI agents. 20 capabilities (web extraction, search, translation, code execution, image generation, and more) on Base mainnet. MCP server (`npx @pylonapi/mcp`), agent reputation network, and gateway orchestration. USDC on Base. ([GitHub](https://github.com/pylon-apis/pylon-mcp)) From e550b3af95dd396a1719172c8253bbc8c4f27e61 Mon Sep 17 00:00:00 2001 From: Vivek Kotecha Date: Sun, 28 Jun 2026 16:03:12 -0700 Subject: [PATCH 2/6] =?UTF-8?q?Add=20AgentCourt=20=E2=80=94=20x402=20dispu?= =?UTF-8?q?te=20resolution=20API=20for=20agent=20commerce?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9a0c92e2..038ee966 100644 --- a/README.md +++ b/README.md @@ -132,6 +132,8 @@ Real companies using x402 in production with proven scale and transaction volume - [Coinbase Developer Platform](https://coinbase.com/developer-platform) - Official CDP implementation processing hundreds of thousands of transactions weekly with enterprise-grade reliability and 2-second settlement times. - [Cloudflare Workers](https://workers.cloudflare.com) - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers. +- [AgentCourt](https://agentcourt.to) — B2B dispute resolution API for agent commerce. POST /dispute returns ruling + confidence + reasoning + remedy. 7 policy templates, 42 rules, 50 verdicts stored. $0.05 USDC per dispute on Base mainnet. <100ms avg latency (50-300x faster than LLM judge competitors). x402 v2 with Bazaar discovery. ([GitHub](https://github.com/vbkotecha/agentcourt-api) | [OpenAPI](https://agentcourt-api-production.up.railway.app/docs) | [Discovery](https://agentcourt-api-production.up.railway.app/.well-known/x402-listing)) + ### Production Success Metrics **Key Performance Indicators:** From eb4a5198b7501ad25f61906227dfaf8e0a16cea8 Mon Sep 17 00:00:00 2001 From: Vivek Kotecha Date: Mon, 29 Jun 2026 13:02:44 -0700 Subject: [PATCH 3/6] =?UTF-8?q?Fix=20AgentCourt=20entry=20=E2=80=94=20remo?= =?UTF-8?q?ve=20broken=20discovery=20link,=20update=20verified=20endpoints?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 038ee966..199b5b29 100644 --- a/README.md +++ b/README.md @@ -132,7 +132,7 @@ Real companies using x402 in production with proven scale and transaction volume - [Coinbase Developer Platform](https://coinbase.com/developer-platform) - Official CDP implementation processing hundreds of thousands of transactions weekly with enterprise-grade reliability and 2-second settlement times. - [Cloudflare Workers](https://workers.cloudflare.com) - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers. -- [AgentCourt](https://agentcourt.to) — B2B dispute resolution API for agent commerce. POST /dispute returns ruling + confidence + reasoning + remedy. 7 policy templates, 42 rules, 50 verdicts stored. $0.05 USDC per dispute on Base mainnet. <100ms avg latency (50-300x faster than LLM judge competitors). x402 v2 with Bazaar discovery. ([GitHub](https://github.com/vbkotecha/agentcourt-api) | [OpenAPI](https://agentcourt-api-production.up.railway.app/docs) | [Discovery](https://agentcourt-api-production.up.railway.app/.well-known/x402-listing)) +- [AgentCourt](https://agentcourt.to) — B2B dispute resolution API for agent commerce. POST /v1/disputes returns structured ruling with confidence score, legal reasoning, and remedy. 7 policy templates, 42 rules, 50 verdicts stored. $0.05 USDC per dispute on Base mainnet via x402. <100ms avg latency. ([GitHub](https://github.com/vbkotecha/agentcourt-api) | [OpenAPI](https://agentcourt-api-production.up.railway.app/docs) | [Health](https://agentcourt-api-production.up.railway.app/health)) ### Production Success Metrics From 86a987ae04bd9a269774e0b45ca4c8048eff18ff Mon Sep 17 00:00:00 2001 From: HustleMode Date: Sat, 4 Jul 2026 01:42:23 +0000 Subject: [PATCH 4/6] Add AgentServices to production implementations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 13 MCP tools for AI agents — crypto, DeFi, marketing intelligence, dispute resolution. bash.01-bash.05/call via x402 on Base. MCP server with streamable-http transport. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 199b5b29..9a18cf87 100644 --- a/README.md +++ b/README.md @@ -133,6 +133,7 @@ Real companies using x402 in production with proven scale and transaction volume - [Cloudflare Workers](https://workers.cloudflare.com) - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers. - [AgentCourt](https://agentcourt.to) — B2B dispute resolution API for agent commerce. POST /v1/disputes returns structured ruling with confidence score, legal reasoning, and remedy. 7 policy templates, 42 rules, 50 verdicts stored. $0.05 USDC per dispute on Base mainnet via x402. <100ms avg latency. ([GitHub](https://github.com/vbkotecha/agentcourt-api) | [OpenAPI](https://agentcourt-api-production.up.railway.app/docs) | [Health](https://agentcourt-api-production.up.railway.app/health)) +- [AgentServices](https://agentservices.to) — Paid data APIs for AI agents with 13 MCP tools. Crypto prices, technical indicators, DeFi yields, DEX quotes, prediction markets, news, search, IP geolocation, URL metadata, marketing intelligence (sentiment, trends, competitors, content gaps, ad copy), and dispute resolution. $0.01–$0.05 USDC per call on Base via x402. MCP server with streamable-http transport. ([API Docs](https://api.aiservices.to/docs) | [LLMs.txt](https://api.aiservices.to/llms.txt) | [GitHub](https://github.com/vbkotecha/aiservices-api)) ### Production Success Metrics From dc39a0f2c315c1da08fa6d027061776729097ce0 Mon Sep 17 00:00:00 2001 From: HustleMode Date: Sat, 4 Jul 2026 02:34:45 +0000 Subject: [PATCH 5/6] Update AgentServices listing with MCP Registry link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9a18cf87..2e8ecd8b 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ Real companies using x402 in production with proven scale and transaction volume - [Cloudflare Workers](https://workers.cloudflare.com) - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers. - [AgentCourt](https://agentcourt.to) — B2B dispute resolution API for agent commerce. POST /v1/disputes returns structured ruling with confidence score, legal reasoning, and remedy. 7 policy templates, 42 rules, 50 verdicts stored. $0.05 USDC per dispute on Base mainnet via x402. <100ms avg latency. ([GitHub](https://github.com/vbkotecha/agentcourt-api) | [OpenAPI](https://agentcourt-api-production.up.railway.app/docs) | [Health](https://agentcourt-api-production.up.railway.app/health)) -- [AgentServices](https://agentservices.to) — Paid data APIs for AI agents with 13 MCP tools. Crypto prices, technical indicators, DeFi yields, DEX quotes, prediction markets, news, search, IP geolocation, URL metadata, marketing intelligence (sentiment, trends, competitors, content gaps, ad copy), and dispute resolution. $0.01–$0.05 USDC per call on Base via x402. MCP server with streamable-http transport. ([API Docs](https://api.aiservices.to/docs) | [LLMs.txt](https://api.aiservices.to/llms.txt) | [GitHub](https://github.com/vbkotecha/aiservices-api)) +- [AgentServices](https://agentservices.to) — Paid data APIs for AI agents with 13 MCP tools. Crypto prices, technical indicators, DeFi yields, DEX quotes, prediction markets, news, search, IP geolocation, URL metadata, marketing intelligence (sentiment, trends, competitors, content gaps, ad copy), and dispute resolution. $0.01–$0.05 USDC per call on Base via x402. MCP server with streamable-http transport. ([API Docs](https://api.aiservices.to/docs) | [LLMs.txt](https://api.aiservices.to/llms.txt) | [MCP Registry](https://registry.modelcontextprotocol.io/#/server/to.agentservices%2Fagentservices) | [GitHub](https://github.com/vbkotecha/aiservices-api)) ### Production Success Metrics From 501fccbf4d90fce6d4200eee51b440d6da499a0d Mon Sep 17 00:00:00 2001 From: HustleMode AI Date: Wed, 8 Jul 2026 06:09:53 +0000 Subject: [PATCH 6/6] =?UTF-8?q?Add=20AgentServices=20=E2=80=94=2052=20paid?= =?UTF-8?q?=20x402=20API=20endpoints=20for=20AI=20agents?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e8ecd8b..ff7e498e 100644 --- a/README.md +++ b/README.md @@ -493,6 +493,7 @@ Projects building with or extending x402. - [AgentStore](https://agentstore.tools) - Open-source marketplace for Claude Code plugins with x402 USDC payments, 80/20 publisher revenue split, and permissionless publishing via CLI. - [AIAgentStore.ai](https://aiagentstore.ai/developer) - Insights for founders with x402 payments. - [Einstein AI](https://emc2ai.io) - AI blockchain intelligence with 23 x402 endpoints. Whale tracking, smart money, launchpad monitoring, security audits. +- [AgentServices](https://agentservices.to) — 52 paid API endpoints for AI agents: crypto data, technical indicators, DeFi yields, portfolio analysis, cross-DEX arbitrage scanning, market intelligence, and inference gateway. 37 MCP tools, LangChain/CrewAI SDKs, ElizaOS plugin. $0.002-$0.25/call in USDC on Base. 13 free endpoints. ([GitHub](https://github.com/vbkotecha/aiservices-api)) - [Rug Munch Intelligence](https://cryptorugmunch.app) - AI-powered crypto risk intelligence with 19 x402 endpoints. Rug pull detection, honeypot scoring, deployer tracking, holder deep-dive, KOL shill detection, social OSINT, and LLM forensic analysis (Claude Sonnet/Opus). $0.02–$2.00 USDC on Base. MCP server (19 tools), A2A agent card, AgentKit plugin. [Example Agent](https://github.com/CryptoRugMunch/x402-trading-agent) | [AgentKit](https://github.com/CryptoRugMunch/rug-agent-kit) - [Apollo Intelligence Network](https://apolloai.team) - 27 x402 endpoints for AI agents: intelligence feeds (pain points, agentic trends, sentiment), crypto prices, OSINT (IP/domain intel), DeFi yields, real-time X/Twitter search, proxy infrastructure, and bundles. MCP server with 26 tools. USDC on Base. ([GitHub](https://github.com/bnmbnmai/mcp-proxy)) | ([npm](https://www.npmjs.com/package/@apollo_ai/mcp-proxy)) - [Moltalyzer](https://moltalyzer.xyz) - Three AI intelligence feeds for agents: hourly Moltbook community digests, daily GitHub trending repos, and daily Polymarket insider detection via x402 micropayments on Base.