Loading MCP server directory, please wait...
Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.
npx @getmcp/cli add io.github.BilliumHQ/billiumRequires Node.js 18+. Community-contributed server. Review source before installing.
BILLIUM_API_KEYSecret API key (sk_...), from the dashboard under Settings → Developer → API keys.
BILLIUM_MERCHANT_IDMerchant ID (mer_...).
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.BilliumHQ/billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
],
"env": {
"BILLIUM_API_KEY": "",
"BILLIUM_MERCHANT_ID": "",
"BILLIUM_BASE_URL": ""
}
}
}
}