Non-custodial payment engine for AI agents β BTC, ETH, USDT, USDC, XRP, XMR, ZEC.
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)
A cross-platform payment engine that lets third-party AI agents send and receive payments over seven crypto rails: BTC, ETH, USDT, USDC, XRP, XMR, ZEC.
One Node.js core runs unmodified on Linux, Windows, and macOS. The same backend is reachable from iOS and Android via an installable Progressive Web App (PWA) β there is no separate native mobile codebase to maintain.
Every send, from any surface, passes through core/limits.js (per-agent
spend caps + human-confirmation floor) and core/ledger.js (idempotency,
so a retried tool call can never double-pay).
Start on testnets first. Every rail's example config defaults to a
testnet or requires you to explicitly fill in mainnet values β this is
intentional. Do not point real funds at this system until you've reviewed
core/limits.js and set spend caps you're comfortable with.
Don't want to run your own node? Aumnium operates a hosted instance at https://api.aumnium.tech β deposit USDC, get a spendable custodial balance, and start sending across all seven rails without installing or funding anything yourself.
This is a different trust model than the self-hosted instructions above: your funds sit in a pooled wallet operated by Aumnium (not your own keys), and each send is charged a 1% fee plus network cost, deducted from your balance. The self-hosted path above remains fully non-custodial; this hosted path trades that for convenience.
Contact team@spacenet.network for an API key. Full endpoint list at https://api.aumnium.tech.
docs/SETUP_LINUX.mddocs/SETUP_WINDOWS.mddocs/SETUP_MACOS.mddocs/SETUP_MOBILE.md β iOS and Android via PWAdocs/AGENT_INTEGRATION.md β wiring up
Claude, MCP clients, or any HTTP-based agent frameworkdocs/SECURITY.md β key management, spend limits,
and legal/regulatory considerations β read this before sending real
funds.env to an OS keychain or HSM/KMS for anything beyond
development β see core/keystore.js for the extension point).agentic-pay is licensed under the Business Source License 1.1 (see
LICENSE). In plain terms:
Want a commercial license for a hosted/managed offering before then? Contact team@spacenet.network.
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/agentic-pay)<a href="https://allmcps.com/mcp/agentic-pay"><img src="https://allmcps.com/api/badge/agentic-pay?style=directory" alt="Agentic Pay on AllMCPs" /></a>