
Company News
AWS Security Hub Adds Socket for Supply Chain Security
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.
@kingpeque/coinvoyage-mcp
Advanced tools
Model Context Protocol server for CoinVoyage — create and manage crypto PayOrders, webhooks, and swaps from any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.).
Model Context Protocol server for CoinVoyage — a non-custodial, multi-chain crypto payment gateway. Lets any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.) create and manage PayOrders, webhooks, and swaps directly.
Community-maintained. Not officially affiliated with CoinVoyage.
The easiest way is the bundled Claude Code plugin:
/plugin install KingPeque/coinvoyage-paykit
That installs this MCP server plus an integration skill in one step, and prompts for your API key at install.
Or install the MCP server standalone — add to your MCP client config:
{
"mcpServers": {
"coinvoyage": {
"command": "npx",
"args": ["-y", "@kingpeque/coinvoyage-mcp@latest"],
"env": {
"COINVOYAGE_API_KEY": "pk_...",
"COINVOYAGE_API_SECRET": "sk_..."
}
}
}
}
| Variable | Required | Purpose |
|---|---|---|
COINVOYAGE_API_KEY | yes | Public API key |
COINVOYAGE_API_SECRET | only for SALE/REFUND/webhooks/fee claims | Server-side secret |
COINVOYAGE_API_BASE_URL | no | Defaults to https://api.coinvoyage.io |
create_pay_order, get_pay_order, list_pay_orders, list_payment_methods, generate_quote, get_payment_details, list_webhooks, create_webhook, update_webhook, delete_webhook, get_swap_quote, get_swap_data, get_fee_balances, claim_fees, supported_chains.
MIT. See LICENSE.
FAQs
Model Context Protocol server for CoinVoyage — create and manage crypto PayOrders, webhooks, and swaps from any MCP-compatible client (Claude Code, Claude Desktop, Cursor, etc.).
We found that @kingpeque/coinvoyage-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Socket is now in the AWS Security Hub Extended plan. Adopt it through AWS, apply committed spend, and block malicious open source packages.

Research
/Security News
Popular npm packages keyv and cacheable compromised.

Security News
A misconfiguration gave three Anthropic models internet access, and one, believing it was in a simulation, shipped a credential-stealing package to PyPI.