MCP Directory

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

ServerTransportAuthVerifiedStarsTools for this
Stripe MCP Server (Agent Toolkit)Local (stdio)API key1,900create_customer, list_customers, create_payment_link +4
Coinbase AgentKit MCP ExtensionLocal (stdio)API key900get_balance
EVM MCP ServerLocal (stdio)API key380get_balance, get_token_balance
Financial Datasets MCP ServerLocal (stdio)API key320get_balance_sheets
QuickBooks Online MCP ServerLocal (stdio)OAuth280get_balance_sheet, get_trial_balance, financial reports (aged receivables/payables, customer/vendor)
PayPal MCP ServerLocal (stdio)API key250create_invoice, send_invoice, generate_invoice_qr_code +3
Alpha Vantage MCP (Remote)Remote (HTTP)API key170COMPANY_OVERVIEW / INCOME_STATEMENT / BALANCE_SHEET / CASH_FLOW / EARNINGS, INSIDER_TRANSACTIONS / INSTITUTIONAL_HOLDINGS
CCXT MCP ServerLocal (stdio)API key140account-balance
Bankless Onchain MCP ServerLocal (stdio)API key120get_transaction_history, get_transaction_info

The servers

Official Stripe server for payments, customers, subscriptions, invoices, and billing via natural language.

create_customerlist_customerscreate_payment_linkcreate_invoicelist_invoicescreate_refund

Coinbase's AgentKit MCP extension for onchain actions: transfers, swaps, and contract calls.

get_balance

Interact with 60+ EVM chains: balances, transfers, contracts, ENS, and ABI fetching.

get_balanceget_token_balance

Stock fundamentals, prices, SEC filings, news, and crypto data from Financial Datasets.

get_balance_sheets

Intuit's official local MCP server exposing QuickBooks Online accounting data as callable tools.

get_balance_sheetget_trial_balancefinancial reports (aged receivables/payables, customer/vendor)

Official PayPal server for invoices, orders, payments, disputes, subscriptions, and catalog.

create_invoicesend_invoicegenerate_invoice_qr_codelist_invoicescreate_refundlist_transactions

Official Alpha Vantage remote server for stocks, crypto, forex, and technical indicators.

COMPANY_OVERVIEW / INCOME_STATEMENT / BALANCE_SHEET / CASH_FLOW / EARNINGSINSIDER_TRANSACTIONS / INSTITUTIONAL_HOLDINGS

Community server bridging LLMs to 100+ crypto exchanges via the CCXT library for data and trading.

account-balance

Structured on-chain data: contract state, ABIs, source code, event logs, and transaction history.

get_transaction_historyget_transaction_info

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.

Other capabilities