Neutral, non-custodial MCP payment router: discover rails, then pay across them.
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)
An agent-to-agent payment router: one agent does work, another agent pays for it, no human keys a card. Interline is a neutral, non-custodial router over the fragmented agent-payment-rail stack β "OpenRouter for agent payments." Built on x402 (HTTP-402 micropayments, USDC), aggregator-shaped so adding a rail is one adapter, not a rewrite.
Today it routes payments across three live rails β x402 USDC on EVM
(Base Sepolia) and on Solana (devnet), plus MPP on Tempo (Moderato testnet) β
all behind one Paywall.gate() call. Real on-chain agent-to-agent settles are
confirmed on all three. It ships an MCP router so agents can discover + pay
endpoints, and includes a Google-AP2 inbound adapter β a signed AP2 mandate
(verified, constraint-checked + freshness-gated) settles non-custodially on the rails.
Expected: DEMO PASS β agent paid agent, settlement receipt issued.
What just happened (the x402 "exact-evm" loop):
The facilitator's verify step is real cryptography even in mock mode β it recovers the EIP-712 signer and matches it to the authorization. Only the on-chain broadcast is mocked. So a passing demo proves the buyer's signing is protocol-correct against real USDC.
| file | role |
|---|---|
router/paywall.py | the reusable Paywall primitive β gate any endpoint behind x402 in one .gate() call |
router/ledger.py | settlement receipt-ledger β logs/agent_payment_settlements.jsonl (audit trail) |
router/seller.py | FastAPI agent that sells work β defines the requirements + work, wires one Paywall.gate() |
router/buyer.py | agent that auto-pays 402s (pay_and_get) with a client-side spend limit |
router/eip3009.py | the one crypto-subtle file: EIP-3009 typed-data, shared by buyer+facilitator so they can't drift |
router/facilitator_mock.py | in-process verify+settle (real sig check, mock chain) β the dry-run rail |
router/facilitator_real.py | live x402 facilitator over HTTP via the x402 SDK's own client; get_facilitator() picks mockβreal by config |
router/config.py | network/asset facts + .env loader; mockβtestnetβmainnet is a one-line env change |
run_demo.py | end-to-end smoke (ephemeral keys, mock facilitator) |
run_live.py | live runner β settles a real x402 payment on Base Sepolia |
Two testnet wallets (buyer signs, seller receives):
Do this twice. Keep the keys out of git (use .env).
Fund the buyer with Base Sepolia testnet USDC (Circle faucet) + a little testnet ETH for any gas the facilitator relays.
.env (copy .env.example β .env, it's gitignored + auto-loaded):
Run it live:
The seller now uses RealFacilitator (the x402 SDK's own facilitator client),
the buyer auto-pays the 402, and x402.org broadcasts the EIP-3009 USDC transfer
on-chain. You get a real tx hash β https://sepolia.basescan.org/tx/<hash>.
Gasless: with EIP-3009 the facilitator relays gas, so the buyer only needs testnet USDC, not ETH.
That one .gate() call handles the whole x402 V2 dance β 402 challenge β verify β
settle β record receipt β deliver β and appends every settlement to the
receipt-ledger. The deployer never touches the protocol or holds a key.
v0 proved the payment. v1 proves the loop: a buyer agent pays β a seller agent
does real inference β returns the result + a settlement receipt. The seller's
_do_the_work(task) is the product's integration point (plug in your own
model/compute/service).
β V1 DOGFOOD PASS β agent paid agent for real work β
(mock payment + real model
call by default; set APV0_NETWORK=base-sepolia for a real on-chain settle under
the same loop). Without a key it returns a stub so the product still runs.
This is the authentic loop: an agent doing real work, metered + paid-for over x402 β the same primitive whether the work is a model call, a compute job, or any other billable agent task.
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/interline)<a href="https://allmcps.com/mcp/interline"><img src="https://allmcps.com/api/badge/interline?style=directory" alt="Interline on AllMCPs" /></a>