chainpay-mcp
v0.1.0
Published
MCP server for safe ChainPay order creation and monitoring
Readme
chainpay-mcp
MCP server for ChainPay. It exposes only order and rate operations; wallet, settlement, secret rotation, and administrative operations are intentionally excluded.
Run it directly from npm and pass the API key through the agent's private environment:
{
"mcpServers": {
"chainpay": {
"command": "npx",
"args": ["-y", "chainpay-mcp"],
"env": { "CHAINPAY_API_KEY": "sk_live_..." }
}
}
}Use a scoped, expiring key created at https://chainpay.pro/agent. Read-only agents need only orders:read. Creating a live order requires confirmLiveOrder=true and a unique idempotencyKey.
Environment variables:
CHAINPAY_API_KEY— required,sk_live_...orsk_test_...CHAINPAY_BASE_URL— defaults tohttps://chainpay.pro/api/v1
