Give your agent a prepaid fiat wallet: pay any API per call in cents, no crypto, spend caps.
Give your agent a prepaid fiat wallet: pay any API per call in cents, no crypto, spend caps. That is what the peage mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
One ~120 KB static binary, pure machin (MFL). No Node, no Python.
Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
The server publishes 7 tools. What each one is for:
peage_setup — mint the wallet once; token stored at ~/.peage-mcp.jsonpeage_status — balance, escrow, caps, recent chargespeage_topup — Stripe Checkout URL → the agent hands it to you, you pay oncepeage_paid_request — call any peage-metered API with the wallet attachedpeage_set_limits — per-call + per-merchant daily spending capspeage_verify_receipt — publicly verify any signed charge receiptpeage_solvency — audit the rail's live ledger invariantConfiguration is passed through the environment: PEAGE_WALLET_TOKEN, PEAGE_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
This sits in the payments and commerce group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Peage's toolset — peage_setup, peage_status, peage_topup and 4 more — is a fair guide to whether it matches your workflow. It is maintained by fr.intrane; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| peage_setup | mint the wallet once; token stored at ~/.peage-mcp.json |
| peage_status | balance, escrow, caps, recent charges |
| peage_topup | Stripe Checkout URL → the agent hands it to you, you pay once |
| peage_paid_request | call any peage-metered API with the wallet attached |
| peage_set_limits | per-call + per-merchant daily spending caps |
| peage_verify_receipt | publicly verify any signed charge receipt |
| peage_solvency | audit the rail's live ledger invariant |
{"mcpServers": {"peage": {"command": "/path/to/peage-mcp", "args": ["serve"]}}}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| PEAGE_WALLET_TOKEN | Credential the server authenticates with. | Yes |
| PEAGE_URL | Endpoint or connection string the server talks to. | Yes |
Payments infrastructure meets AI — customers, invoices, subscriptions and current API docs from Stripe's server.
Build for Shopify with current APIs — the official Dev MCP server for schema-accurate storefront and admin code.
Give your AI assistant a supervised window into your Interactive Brokers account — balances, positions, live quotes and orders.
Invoices, payments and disputes through PayPal's official server — commerce operations by conversation.
Enables querying and listing Azure resources and costs directly from an MCP client.
Empowers LLMs with Bitcoin Lightning Network payment capabilities via the ZBD API.