MCP Server
MCP
io.github.KingPeque/coinvoyage
CoinVoyage MCP — create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains.
Install
npx -y @kingpeque/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@kingpeque/coinvoyage-mcp",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your CoinVoyage public API key. Get one at https://dashboard.coinvoyage.io (Developers section).",
"isRequired": true,
"format": "string",
"name": "COINVOYAGE_API_KEY"
},
{
"description": "Server-side API secret. Required for SALE/REFUND PayOrders, fee claims, and webhook management. Leave unset if you only need DEPOSIT (merchant invoice) flows.",
"format": "string",
"isSecret": true,
"name": "COINVOYAGE_API_SECRET"
},
{
"description": "Override the API base URL. Defaults to https://api.coinvoyage.io.",
"format": "string",
"name": "COINVOYAGE_API_BASE_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment