coinvoyage-paykit
Non-custodial multi-chain crypto payment gateway via CoinVoyage. 15 tools for creating PayOrders, managing webhooks, and cross-chain swaps. Supports BTC, SOL, ETH, Base, Arbitrum, Polygon, BSC, Sui, USDC/USDT.
README
coinvoyage-paykit-claudeplugin
Claude Code plugin for integrating CoinVoyage — a non-custodial, multi-chain crypto payment gateway — into any app you build with Claude.
Bundles two surfaces:
- Skill (
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, ReactPaymentWidget, webhook signature verification, and REST API fallback for non-JS stacks. - MCP server (
@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.
Install
/plugin install KingPeque/coinvoyage-paykit
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.
What you can now say to Claude
Once installed, these kinds of requests will activate the skill and/or MCP tools:
- "Add crypto payments to my Next.js checkout"
- "I want to accept Bitcoin on from my site"
- "Build a donation page that takes any crypto while I settle to USDC on base"
- "Create a $25 test invoice and settle to USDC on Base heres my wallet"
- "Register a webhook at https://mysite.com/api/webhooks/coinvoyage for completed orders"
What's inside
coinvoyage-paykit/
├── .claude-plugin/
│ └── plugin.json # Plugin manifest (prompts user for API keys)
├── mcp.json # Declares the bundled MCP server
├── skills/
│ └── coinvoyage-payments/
│ └── SKILL.md # Integration guide + trigger description
├── mcp-server/ # Source for @kingpeque/coinvoyage-mcp (npm)
│ ├── src/index.ts
│ ├── package.json
│ └── tsconfig.json
├── README.md
└── LICENSE
Supported chains
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.
Pricing (CoinVoyage's, not this plugin's)
- 1.5% per successful payment
- 0% offramp
- Merchants can add a custom percentage fee on top
- This plugin is free and MIT-licensed. Volume discounts on CoinVoyage fees:
help@coinvoyage.io.
Security posture
- No secrets in this repo. Everything sensitive lives in your Claude Code config, injected into the MCP server at runtime.
- Per-user keys. Every builder uses their own CoinVoyage API key. Nothing is centrally hosted; there's no shared server to compromise.
- Minimal network surface. The MCP server only talks to
api.coinvoyage.io(or your configured override). - HMAC-SHA256 authentication for privileged operations (SALE/REFUND/webhooks/fee claims).
- Open source. Read the MCP server source at
mcp-server/src/index.ts— it's under 300 lines.
Local development
git clone https://github.com/KingPeque/coinvoyage-paykit
cd coinvoyage-paykit/mcp-server
npm install
npm run build
# Point your MCP client at ./mcp-server/dist/index.js with COINVOYAGE_API_KEY set
Run the skill locally by symlinking skills/coinvoyage-payments/ into ~/.claude/skills/ (or installing the plugin in dev mode).
Contributing
Issues and PRs welcome at https://github.com/KingPeque/coinvoyage-paykit/issues. Please don't commit API keys, secrets, or wallet addresses.
License
MIT — see LICENSE.
Links
- CoinVoyage site: https://coinvoyage.io
- CoinVoyage docs: https://docs.coinvoyage.io
- Dashboard: https://dashboard.coinvoyage.io
- Support:
help@coinvoyage.io - This plugin's issues: https://github.com/KingPeque/coinvoyage-paykit/issues
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
e2b-mcp-server
使用 MCP 通过 e2b 运行代码。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。