An MCP stdio server for Agentic Pay that lets compatible AI agents send and receive payments across multiple crypto rails, including BTC, ETH, USDT, USDC, XRP, XMR, and ZEC. It routes all payment actions through shared policy, ledger, and authentication layers with spend limits and idempotency checks.
From the registry: Non-custodial payment engine for AI agents — BTC, ETH, USDT, USDC, XRP, XMR, ZEC.
$ git clone <this repo> && cd agentic-pay && npm install$ cp config/.env.example .env && cp config/config.example.json config/config.jsonPlease install the `agentic-pay` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18+** — Node.js 18 or newer is required to run the MCP server.
- **Clone the repository and install dependencies** — The README only provides a local run path for the MCP server: clone the repo, install dependencies, and run the MCP start script. Run: `git clone <this repo> && cd agentic-pay && npm install`
- **Create configuration files** — Copy the example environment and JSON config files, then edit them for your payment rails and limits before starting the server. Run: `cp config/.env.example .env && cp config/config.example.json config/config.json`
- **Review OS-specific setup and rail configuration** — The exact values needed for each supported payment rail are documented in the OS-specific setup guides. The server is not usable until these values are configured. (docs/SETUP_<YOUR_OS>.md)
Canonical MCP server config (stdio transport):
- command: `npm`
- args: ["run","start:mcp"]
Note: Run the MCP server from the checked-out agentic-pay project directory after completing .env and config/config.json setup. The README does not document a canonical MCP config env block or enumerate specific environment variables; required values are defined in the example config files and OS-specific setup docs.
Add this MCP server to my current client's config in the correct format for you. If you need secrets or credentials I haven't provided, ASK me — do not invent values or leave raw placeholders. After adding it, tell me how to verify the server is connected.Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
SEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)