AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
MCP verified CC0-1.0 Self-run

Awesome X402

mcp-xpaysh-awesome-x402 Β· by xpaysh

πŸš€ Curated list of x402 resources: HTTP 402 Payment Required protocol for blockchain payments, crypto micropayments, AI agents, API monetization. Includes SDKs (TypeScript, Python, Rust), examples, facilitators (Coinbase, Cloudflare), MCP integration, tutorials. Accept USDC payments with one line of code. Perfect for AI agent economy.

β€” No reviews yet
0 installs
3 views
0.0% view→install

Install

$ agentstack add mcp-xpaysh-awesome-x402

βœ“ scanned Β· βœ“ verified, works with Claude Code, Cursor, and more.

Security review

βœ“ Passed

No issues found. Passed automated security review. Β· v0.1.0 How review works β†’

  • βœ“ Prompt-injection patterns
  • βœ“ Secret / credential exfiltration
  • βœ“ Dangerous shell & filesystem operations
  • βœ“ Untrusted network calls
  • βœ“ Known-malicious package signatures

What it can access

  • ● Network access Used
  • βœ“ Filesystem access No
  • βœ“ Shell / process execution No
  • βœ“ Environment & secrets No
  • βœ“ Dynamic code execution No

From automated source analysis of v0.1.0. β€œUsed” means the capability is present in the source β€” more access means more to trust, not that it’s unsafe.

View the full security report β†’

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/mcp-xpaysh-awesome-x402)

Reliability & compatibility

βœ“ Security review passed
0 installs to date
β€” no reviews yet
● 1mo ago

Declared compatibility

Claude CodeClaude DesktopCursorWindsurf

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work β†’
Are you the author of Awesome X402? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Awesome X402 [](https://awesome.re)

> ⚑ The Ultimate x402 Resource Hub - Everythng you need to build internet-native payments using HTTP 402. Perfect for AI agents, APIs, and micropayments. Build paywalls, monetize services, and enable autonomous agent payments with crypto/USDC. Zero fees, 2-second settlement.

[](https://github.com/xpaysh/awesome-x402)

Contents

  • [🎯 Quick Start - Become an x402 Champion](#-quick-start---become-an-x402-champion)
  • [πŸ“š Official Resources](#-official-resources)
  • [πŸ“– Protocol Documentation](#-protocol-documentation)
  • [πŸš€ Quickstart Guides](#-quickstart-guides)
  • [βš™οΈ Protocol Implementations](#-protocol-implementations)
  • [🏭 Production Implementatdions](#-production-implementations)
  • [πŸ› οΈ SDKs & Client Libraries](#-sdks--client-libraries)
  • [πŸ”§ Server Frameworks & Middleware](#-server-frameworks--middleware)
  • [πŸ—οΈ Facilitators](#-facilitators)
  • [πŸ’‘ Example Applications](#-example-applications)
  • [🎨 Use Cases & Patterns](#-use-cases--patterns)
  • [πŸ€– AI Agent Integration](#-ai-agent-integration)
  • [πŸ”¨ Tools & Utilities](#-tools--utilities)
  • [πŸ§ͺ Testing & Development](#-testing--development)
  • [πŸ“š Tutorials & Learning Resources](#-tutorials--learning-resources)
  • [πŸŽ₯ Videos & Talks](#-videos--talks)
  • [πŸ“ Articles & Blog Posts](#-articles--blog-posts)
  • [πŸ‘₯ Community](#-community)
  • [🌟 Ecosystem Projects](#-ecosystem-projects)
  • [πŸ“Š Ecosystem Market Data](#-ecosystem-market-data)
  • [πŸš€ Migration Guides](#-migration-guides)
  • [πŸ”’ Security & Audits](#-security--audits)
  • [πŸ”— Related Protocols](#-related-protocols)
  • [🀝 Contributing](#-contributing)
  • [Awesome Lists](#awesome-lists)

The x402 protocol enables instant Blockchain payments over HTTP using the 402 "Payment Required" status code. This is your complete guide to mastering x402 and building the future of agent payments.

πŸš€ Start building in 5 minutes | ⚑ 2-second settlement | πŸ’° USDC on Base


🎯 Quick Start - Become an x402 Champion

New to x402? Follow this path to mastery:

  1. 5-Minute Quickstart - Accept your first payment.
  2. Choose Your Stack - Find your language/framework.
  3. Copy an Example - Working code you can run immediately.
  4. Join the Community - Get help from other builders.

For AI Agents: Start with [MCP Integration](#model-context-protocol-mcp) to enable Claude/other agents to make autonomous payments.


πŸ“š Official Resources

Core resources from the x402 protocol maintainers.

πŸ“– Protocol Documentation

Essential documentation for understanding and implementing x402.

πŸš€ Quickstart Guides

Get started with x402 in minutes.

βš™οΈ Protocol Implementations

Official and community implementations of the x402 protocol.

Go

  • coinbase/x402 ⭐ Official - Complete Go implementation.
  • Core protocol types and utilities
  • Payment verification and settlement logic
  • Multi-chain support (Base, Base Sepolia, Ethereum, Solana)

TypeScript/JavaScript

  • x402-typescript ⭐ Official - Complete TypeScript implementation.
  • Core protocol types and utilities
  • Payment verification and settlement logic
  • Multi-chain support (Base, Base Sepolia, Ethereum, Solana)
  • x402-data-api - HTTP 402 micro-payment data API with Base chain USDC payments. 16 developer data tools including email validation, DNS lookup, WHOIS, SSL check, and IP geolocation with x402 payment integration.
  • x402-express - Express.js middleware example.
  • hive-rosetta ⭐ Community - Open EIP-3009 transferWithAuthorization signer. Zero ethers/web3 dependency, primitives-only EIP-712. Returns wire shape {scheme: 'exact', network: 'eip155:8453', payload: {authorization, signature}}. Same package name on PyPI. (GitHub)

Python

  • x402 ⭐ Official - Python SDK on PyPI.
  • FastAPI middleware integration
  • Requests session with auto-payments
  • Payment requirement generation
  • ag402 ⭐ Community - Payment layer for AI agents using x402. Wrap any API or MCP server with a USDC paywall (ag402 serve), or let agents auto-pay (ag402 run). Solana USDC, ~0.5s settlement, non-custodial, 648+ tests. Glama
  • x402-pay - Call any x402 API with one API key. Routes requests through a broker that handles on-chain payment. httpx-based, optional wallet mode for direct payments. (GitHub)
  • hive-rosetta ⭐ Community - Direct port of the Node hive-rosetta signer. Byte-identical EIP-712 digest across both languages. Returns {scheme, network, payload} matching CDP /verify and /settle. (GitHub)

Rust

  • x402-rs ⭐ Community - Production-grade Rust implementation.
  • Axum middleware
  • Reqwest client wrapper
  • Self-hostable facilitator
  • Multi-chain support
  • x402-axum - Axum web framework integration.
  • x402-reqwest - Reqwest HTTP client wrapper.

🏭 Production Implementations

Real companies using x402 in production with proven scale and transaction volumes.

High-Volume Production Deployments

  • Fleet x402 Microservices - Two agent-payable AI services on Base: SEO Audit ($0.05 USDC) and Competitive Intel Pack ($0.50 USDC). Instant response, zero auth required, machine-readable JSON. (Discovery)
  • Arch Tools - 58 production API tools for AI agents with x402 payments built in. Web scraping, AI generation, crypto data, OCR, browser automation, MCP compatible. Patent-pending agent auth. 15+ chains supported. (GitHub)
  • PayAPI Market - First marketplace for x402-powered APIs. 10 APIs, 65 endpoints: UK property data, email verification, company enrichment, postcode lookup, currency/crypto rates, screenshots, DNS intelligence, web scraping, IP geolocation, QR codes. $0.001–$0.01 USDC on Base per request. MCP server discovery. (GitHub)
  • LogicNodes - Live A2A marketplace with 619 deterministic microservices payable per-call in USDC. No signup β€” agents pay via x402, results include SHA-256 trust hashes. 8 chains: Base, Solana, Arc, Arbitrum, Optimism, Polygon, Ethereum, World Chain. Tiers: Micro $0.001 Β· Basic $0.05 Β· Standard $0.15 Β· Premium $0.50 USDC. MCP: npx @logicnodez/mcp-bridge | Python: pip install logicnodes-m2m. (npm) | (PyPI) | (Agent Guide) | (llms.txt)
  • Superhighway - Web search API for AI agents, live in production on Base mainnet. Five tools: search, news, images, scrape, and one-call deep research. $0.001 USDC per call. MCP-compatible: npx -y superhighway-mcp. Free API key available.
  • Rug Munch Intelligence - 117 MCP tools + 19 REST API endpoints for crypto data: DexScreener, Birdeye, GMGN, Arkham, Nansen, Dune, Jupiter, DeFiLlama, and more. $0.001-$0.02 USDC per call. Multi-chain (Base + Solana), free trial (1 call/IP), OpenAPI spec, no API keys, no signup. (Discovery | OpenAPI | MCP Catalog | Solana | GitHub)
  • AIsa - Leading x402 payment processor with 10.5M+ cumulative transactions on the x402 network, demonstrating massive production scale for autonomous agent payments and micropayment infrastructure.
  • Bitget - Major cryptocurrency exchange integrating x402 for seamless payment flows, enabling instant settlements and gasless transfers for trading operations.
  • Stratalize β€” 100+ attested financial, healthcare, real estate, and governance intelligence tools with x402 micropayments on Base. Ed25519-signed outputs on every synthesis. $0.02–$1.00 USDC per tool call. MCP registry: com.stratalize. (x402.json)
  • Coinbase Developer Platform - Official CDP implementation processing hundreds of thousands of transactions weekly with enterprise-grade reliability and 2-second settlement times.
  • Cloudflare Workers - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers.
  • GigSoul AI Research Agent - 23-endpoint AI research API for consultants: SEC filings, earnings calls, competitor analysis, market research, and document intelligence. - Cloudflare Workers - Edge computing platform with x402 integration serving global distributed payment verification at scale across 300+ data centers..01 USDC per call on Base mainnet. Wallet: x2b6c16fb557291b98222a570526ff2430848b723. (OpenAPI | .well-known/x402.json)
  • Zuluworks AI β€” Sovereign Shaka PQC-Shield Factory - Autonomous A2A factory on Cloudflare Workers selling 5 post-quantum-hardened agent services via x402 USDC on Base L2: quantum-shield ($0.10, ML-KEM-768 PQC tunnel β€” NIST FIPS 203), kya ($0.01, agent trust scoring), browser-rendering ($0.03, headless browser extraction), memory ($0.05, semantic recall on a PQC knowledge index), workers-ai ($0.02, Llama 3.1 inference). All settlement routed through Coinbase CDP facilitator for Bazaar indexing. (Agent Card | Bazaar Manifest | MCP | Sitemap)
  • Suede Agent Studio - Visual agent-flow builder that publishes flows as pay-per-call x402 endpoints (USDC on Base). Machine-readable catalog at /api/catalog; each agent exposes /.well-known/x402, /.well-known/agent-card, and /a2a. Two live agents: Daily Lyric Drop ($0.10 USDC) and The Ownership Loop ($0.25 USDC).
  • Agent402 - Open-source, self-hostable x402 + MCP server with ~1,100 deterministic web tools: browser rendering, web search, PDF/image/OCR/audio, geo, live data (FX, weather, USGS, gov-data), network truth (DNS/TLS/WHOIS), crypto/x402 helpers, ~1,040 pure-CPU utilities. Dual-rail: free via proof-of-work, paid via USDC on Base/Polygon/Arbitrum (x402 v2 with Bazaar discovery). No LLM in the serving path β€” every tool re-tested against its own example before each release. Ships a hosted MCP connector (/mcp), an open x402 index (Find Β· Route Β· Leaderboard β€” the first public on-chain ranking of x402 sellers by settled USDC volume), and the agent402-tollbooth pay-per-crawl gate for the publisher side. MIT. (MCP) (OpenAPI) (Discovery) (GitHub)
  • GoldBean API β€” 146+ AI endpoints including Baidu OCR, Translation, TTS, LLM Chat with x402 micropayments on Base. From ### Production Success Metrics.01/call for premium AI. MCP server at mcpize.com/mcp/goldbean. (GitHub)

Production Success Metrics

Key Performance Indicators:

  • 10.5M+ transactions - AIsa cumulative network volume
  • 500K+ weekly transactions - Ecosystem-wide payment activity
  • $180M+ market cap - Combined ecosystem valuation
  • 2-second settlement - Average production payment finality
  • 10,000%+ growth - Year-over-year transaction volume increase

Multi-Chain Production Support

| Chain | Status | Facilitators | Settlement | Production Examples | | ------------- | ----------- | -------------------------- | --------------- | ------------------------- | | Base | Production | Coinbase CDP, Cloudflare | Instant (2s) | AIsa, Bitget, thirdweb | | Base Sepolia | Testnet | Coinbase CDP | Instant (2s) | Development, Testing | | Ethereum | Production | Cloudflare | Deferred | Enterprise DApps | | Solana | Production | Community | Instant (`. (Discovery)

  • MiroShark - Universal swarm-intelligence engine exposed as a paid API: POST a scenario to the /x402/run surface and hundreds of grounded LLM personas simulate Twitter, Reddit, and a prediction market hour-by-hour, returning an analytical report. USDC on Base via x402. ([GitHub](ht

…

Source & license

This open-source MCP server is cataloged on AgentStack and links to its original source β€” we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.