MCP server for CoinVoyage that lets MCP-compatible clients create and manage PayOrders, webhooks, swap quotes/data, payment details, and fee claims. It connects to the CoinVoyage crypto payment gateway using API credentials.
From the registry: CoinVoyage MCP — create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains.
Please install the `coinvoyage` MCP server into my current AI client (that's you).
Required prerequisites (do these first if not already done):
- **Install Node.js and npx** — Required to run the MCP server via the published npm package using npx.
- **Create a CoinVoyage organization and generate API credentials** — Create an organization in the CoinVoyage dashboard, then go to Developers and generate a public API key and API secret. The API secret is needed for SALE/REFUND/webhooks/fee claims workflows. (https://dashboard.coinvoyage.io)
Canonical MCP server config (stdio transport):
- command: `npx`
- args: ["-y","@kingpeque/coinvoyage-mcp@latest"]
- required environment variables:
- `COINVOYAGE_API_KEY`: Public CoinVoyage API key. (example: `<your-coinvoyage-api-key>`)
- optional environment variables:
- `COINVOYAGE_API_SECRET`: CoinVoyage API secret. Required for SALE/REFUND, webhook management, and fee claim operations. (example: `<your-coinvoyage-api-secret>`)
- `COINVOYAGE_API_BASE_URL`: Override for the CoinVoyage API base URL. Defaults to the service's standard API endpoint. (example: `<your-coinvoyage-api-base-url>`)
Note: The README also mentions a Claude Code plugin install path, but the standalone npm package via npx is the simplest portable MCP configuration path.
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.COINVOYAGE_API_KEYrequiredPublic API keyCOINVOYAGE_API_SECRETrequiredServer-side secret used for SALE/REFUND/webhooks/fee claimsCOINVOYAGE_API_BASE_URLAPI base URL, defaults to https://api.coinvoyage.ioSEC filing intelligence — insider sentiment, material events, financial ratios, disclosure search.
Open-source SEC EDGAR toolkit — 11 tools, 7 prompts, every filing type. No API key required.
MCP server for Stripe — global payments API (PaymentIntents, Checkout, Billing, Refunds)