MCP servers that process payments
Create charges, invoices, and customers via Stripe, PayPal & more.
9 servers · Last updated June 17, 2026
TL;DR: These servers expose payment and billing operations — creating charges, invoices, customers and checkout sessions. Money movement is the highest-trust action an agent can take, so these demand the tightest auth and almost always a human approval step. Treat test/sandbox mode as the default.
Bottom line: if you only try one, Stripe MCP Server (Agent Toolkit) is the most popular, verified option for this (1,900★). 8 more compared below.
Compare 9 servers
| Server | Transport | Auth | Verified | Stars | Tools for this |
|---|---|---|---|---|---|
| Stripe MCP Server (Agent Toolkit) | Local (stdio) | API key | 1,900 | create_customer, list_customers, create_payment_link +4 | |
| Coinbase AgentKit MCP Extension | Local (stdio) | API key | 900 | get_balance | |
| EVM MCP Server | Local (stdio) | API key | 380 | get_balance, get_token_balance | |
| Financial Datasets MCP Server | Local (stdio) | API key | 320 | get_balance_sheets | |
| QuickBooks Online MCP Server | Local (stdio) | OAuth | 280 | get_balance_sheet, get_trial_balance, financial reports (aged receivables/payables, customer/vendor) | |
| PayPal MCP Server | Local (stdio) | API key | 250 | create_invoice, send_invoice, generate_invoice_qr_code +3 | |
| Alpha Vantage MCP (Remote) | Remote (HTTP) | API key | 170 | COMPANY_OVERVIEW / INCOME_STATEMENT / BALANCE_SHEET / CASH_FLOW / EARNINGS, INSIDER_TRANSACTIONS / INSTITUTIONAL_HOLDINGS | |
| CCXT MCP Server | Local (stdio) | API key | 140 | account-balance | |
| Bankless Onchain MCP Server | Local (stdio) | API key | 120 | get_transaction_history, get_transaction_info |
The servers
Official Stripe server for payments, customers, subscriptions, invoices, and billing via natural language.
Coinbase's AgentKit MCP extension for onchain actions: transfers, swaps, and contract calls.
Interact with 60+ EVM chains: balances, transfers, contracts, ENS, and ABI fetching.
Stock fundamentals, prices, SEC filings, news, and crypto data from Financial Datasets.
Intuit's official local MCP server exposing QuickBooks Online accounting data as callable tools.
Official PayPal server for invoices, orders, payments, disputes, subscriptions, and catalog.
Official Alpha Vantage remote server for stocks, crypto, forex, and technical indicators.
Community server bridging LLMs to 100+ crypto exchanges via the CCXT library for data and trading.
Structured on-chain data: contract state, ABIs, source code, event logs, and transaction history.
Use these in a stack
FAQ
Should I let an AI agent move money?
Only with strict guardrails: sandbox/test keys by default, restricted API scopes, hard spending limits, and a human approval for any real charge or transfer.
Which payment providers have MCP servers?
Stripe and PayPal have payment servers; QuickBooks and Plaid cover invoicing and banking data. See each on the directory for scope.