Skip to content
Cursor

coinvoyage for Cursor

io.github.kingpeque/coinvoyage

CoinVoyage MCP — create crypto PayOrders, webhooks, swaps across Bitcoin/Solana/EVM chains.

client:Cursor transport:stdio runtime:npm

Install coinvoyage in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "coinvoyage": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@kingpeque/coinvoyage-mcp"
      ],
      "env": {
        "COINVOYAGE_API_KEY": "<COINVOYAGE_API_KEY>",
        "COINVOYAGE_API_SECRET": "<COINVOYAGE_API_SECRET>",
        "COINVOYAGE_API_BASE_URL": "<COINVOYAGE_API_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

coinvoyage in other clients