Machine-payable prediction-market briefs and probability-change monitoring for AI agents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
x402nano is machine-payable Polymarket market intelligence for AI agents and MCP clients. It provides free market discovery and pricing tools, plus paid read-only Market Brief and Market Delta tools for 0.05 USDC per call on Base mainnet.
It does not trade, place bets, custody funds, or provide financial advice. Buyer keys remain local to the caller and are never received or stored by x402nano.
Live service: https://x402nano.onrender.com
Public Market Watcher demo: https://x402nano-market-watcher.bobjonesgood.chatgpt.site
x402nano is an independent project and is not affiliated with x402nano.org or the Nano/XNO cryptocurrency. βnanoβ refers to the projectβs small, pay-per-request intelligence scope. References to x402, Base, Polymarket, USDC, and MCP describe technical compatibility or public data sources and do not imply endorsement.
x402nano exposes a public, stateless MCP endpoint using the production Streamable HTTP transport:
The remote server exposes free market discovery and pricing tools plus x402-protected 0.05 USDC Market Brief and Market Delta tools. Paid MCP calls use the official x402 MCP payment flow: the caller signs locally, the facilitator verifies and settles on Base, and x402nano never receives or stores a buyer private key.
The repository also retains the proven local stdio MCP server with conservative payment budgets. See mcp-server/README.md for both connection paths, unpaid verification, and client requirements. The standards-compliant remote server manifest is server.json.
For a new MCP client or autonomous agent:
io.github.Bobjonesgood/x402nano in the official MCP Registry.https://x402nano.onrender.com/mcp.list_trending_markets, get_market_pricing, get_market_brief, and get_market_delta.list_trending_markets to choose a market slug.get_market_pricing to confirm Base mainnet pricing.get_market_brief or get_market_delta.Pricing and payment boundaries:
list_trending_markets, get_market_pricing.get_market_brief, get_market_delta.0.05 USDC per paid tool call, 50000 atomic units.eip155:8453.0x4cc3831eB479aCFb6D44631d4a30814508Cf52d3.x402nano does not sell raw Polymarket data. It sells packaged, agent-ready market intelligence objects that save an agent from stitching together market metadata, current prices, movement history, scoring, receipt handling, and safety boundaries itself.
A paid market brief includes:
A paid market delta includes:
since timestampRepresentative paid brief response:
Representative paid delta response:
Freshness and methodology:
402 until payment.since timestamp and the latest available point.dataQuality rather than pretending precision.Machine-payable market intelligence API for AI agents and bots.
x402nano serves read-only Polymarket market briefs behind an HTTP 402 payment flow. An agent requests a market brief, receives a payment challenge, retries with X-PAYMENT, and receives unlocked JSON plus a receipt.
This is market intelligence infrastructure, not trading advice.
Paid briefs include 24h market movement, volume/liquidity context, resolution context, watch points, and safe descriptive scores. They do not include trading execution, custody, betting advice, or buy/sell recommendations.
Free discovery/trending endpoint:
Paid market brief endpoint:
Paid market delta endpoint:
These are separate, owner-approved historical tests on Base mainnet. They demonstrate past paid unlocks; they are not instructions to make a payment.
| Proof | Initiated by | Purchased resource | Price and network | Transaction | Current behavior |
|---|---|---|---|---|---|
| Direct core Market Brief | x402nano's dedicated local buyer script | GET /api/markets/brief?slug=... | 0.05 USDC on Base mainnet (eip155:8453) | BaseScan Β· receipt f1ffa2f5cabf94c3 | The core paid brief endpoint remains live; this transaction is historical. |
| Direct core Market Delta | x402nano's dedicated local buyer script | GET /api/markets/delta?slug=...&since=... | 0.05 USDC on Base mainnet (eip155:8453) | BaseScan Β· receipt 75fe7c800fed47d4 | The core paid delta endpoint remains live; this transaction is historical. See the proof note. |
| Market Watcher companion-client proof | An owner-approved controlled Market Watcher client | One x402nano Market Brief through the companion purchase flow | 0.05 USDC on Base mainnet (eip155:8453) | BaseScan | Historical companion-client proof only. The public Market Watcher deployment remains mock-first, has real payments disabled, and has no buyer key. |
The direct core proof runs verified the HTTP 402 challenge, locally signed payment retry, on-chain USDC settlement, receipt generation, and read-only JSON unlock. The seller wallet was 0x4cc3831eB479aCFb6D44631d4a30814508Cf52d3.
Proof references:
Note: the local buyer script exited nonzero after the real unlock because the immediate post-payment buyer balance read was stale. Seller balance updated, receipt/events were recorded, and a later no-payment balance check confirmed the buyer moved from 1.00 to 0.95 USDC.
402 Payment Required.The response includes payment requirements similar to:
Use an x402-compatible client to sign the Base mainnet USDC payment, then retry the same request with:
Successful paid responses include a receipt and the market brief payload:
Delta briefs are the repeat-use paid object for agent polling loops. A brief answers "what is this market right now?" A delta answers "what changed since the agent last checked?"
Without payment, the route returns 402 Payment Required. With a valid X-PAYMENT retry, the response includes a receipt and read-only delta JSON:
Delta briefs are descriptive market context for agents. They do not include trading execution, custody, betting advice, predictions, or buy/sell recommendations.
Example polling clients:
Both examples show the intended agent loop: inspect freshness metadata, request a delta, handle the 402, retry with an x402 payment from a caller-provided signing hook, parse the receipt and delta payload, then update since after a successful response.
Run these commands from the repository root after a normal clone.
Preflight only; this does not sign or send a payment:
Real payment example, only for a separately owner-approved test that intentionally sends one 0.05 USDC unlock:
x402nano is looking for feedback from 20 AI agent, trading bot, and market-data builders.
What to check:
Positioning:
In scope:
Out of scope for this launch:
Core scripts:
This project is licensed under the MIT License.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/x402nano)<a href="https://allmcps.com/mcp/x402nano"><img src="https://allmcps.com/api/badge/x402nano?style=directory" alt="X402nano on AllMCPs" /></a>