CoinVoyage MCP β create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)
Claude Code plugin for integrating CoinVoyage β a non-custodial, multi-chain crypto payment gateway β into any app you build with Claude.
Bundles two surfaces:
coinvoyage-payments) β triggers whenever Claude is helping with crypto payments, checkout, stablecoins, or web3 payment work. Guides the integration end to end: server-side PayOrder creation, React PaymentWidget, webhook signature verification, and REST API fallback for non-JS stacks.@kingpeque/coinvoyage-mcp) β gives Claude 15 tools for calling the CoinVoyage API directly: create PayOrders, check status, manage webhooks, get swap quotes, and more.Community-maintained integration. Not officially affiliated with CoinVoyage.
You'll be prompted at install for:
| Field | Required | Notes |
|---|---|---|
api_key | yes | Your public API key from https://dashboard.coinvoyage.io β Developers |
api_secret | optional | Needed for SALE/REFUND orders, webhook management, and fee claims. Leave blank to restrict Claude to read + DEPOSIT flows only. |
api_base_url | optional | Defaults to https://api.coinvoyage.io |
The secret is stored in your system keychain via Claude Code's sensitive-config pathway β it never lands in a file you'd commit.
Once installed, these kinds of requests will activate the skill and/or MCP tools:
Bitcoin, Solana, Ethereum, Optimism, Arbitrum, Base, BSC, Polygon, Sui β plus any ERC-20 / SPL / native token on these chains. See full chain ID reference in the supported_chains MCP tool.
help@coinvoyage.io.api.coinvoyage.io (or your configured override).mcp-server/src/index.ts β it's under 300 lines.Run the skill locally by symlinking skills/coinvoyage-payments/ into ~/.claude/skills/ (or installing the plugin in dev mode).
Issues and PRs welcome at https://github.com/KingPeque/coinvoyage-paykit/issues. Please don't commit API keys, secrets, or wallet addresses.
MIT β see LICENSE.
help@coinvoyage.ioShowcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/coinvoyage)<a href="https://allmcps.com/mcp/coinvoyage"><img src="https://allmcps.com/api/badge/coinvoyage?style=directory" alt="Coinvoyage on AllMCPs" /></a>