An MCP server for Alternative Payments that provides AI assistants read access and safe-write operations for customers, invoices, payment requests, transactions, payouts, and webhooks. It supports OAuth2 client-credentials authentication and intentionally does not expose direct payment creation or money-moving actions.
From the registry: MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.
Please install the `alternative-payments-mcp` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js 18 or later** — Node.js version 18.0.0 or newer is required to run the server via npx. (https://nodejs.org/)
- **Create Alternative Payments API credentials** — Generate OAuth 2.0 client credentials (client_id and client_secret) in the Alternative Payments Partner Dashboard.
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","github:wyre-technology/alternative-payments-mcp"]
- required environment variables:
- `ALTERNATIVE_PAYMENTS_CLIENT_ID`: Alternative Payments OAuth 2.0 client ID from the Partner Dashboard. (example: `<your-client-id>`)
- `ALTERNATIVE_PAYMENTS_CLIENT_SECRET`: Alternative Payments OAuth 2.0 client secret from the Partner Dashboard. (example: `<your-client-secret>`)
- optional environment variables:
- `ALTERNATIVE_PAYMENTS_ENVIRONMENT`: Alternative Payments environment to use. Supported values are production or demo. Defaults to production. (example: `<production-or-demo>`)
Note: The README also documents an HTTP transport via Docker/gateway mode using MCP_TRANSPORT=http, but the simplest portable install path is stdio via npx.
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.ALTERNATIVE_PAYMENTS_CLIENT_IDrequiredOAuth2 client ID used to authenticate with Alternative PaymentsALTERNATIVE_PAYMENTS_CLIENT_SECRETrequiredOAuth2 client secret used to authenticate with Alternative PaymentsOpen-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)