What is the Billium MCP server?
Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.
How to install Billium
Copy-paste configuration for popular MCP clients.
BILLIUM_API_KEYrequiredsecretSecret API key (sk_...), from the dashboard under Settings → Developer → API keys.
BILLIUM_MERCHANT_IDrequiredMerchant ID (mer_...).
BILLIUM_BASE_URLOverride the API base URL (testing / staging environments).
{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
],
"env": {
"BILLIUM_API_KEY": "<YOUR_BILLIUM_API_KEY>",
"BILLIUM_MERCHANT_ID": "<YOUR_BILLIUM_MERCHANT_ID>",
"BILLIUM_BASE_URL": "<YOUR_BILLIUM_BASE_URL>"
}
}
}
}{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
],
"env": {
"BILLIUM_API_KEY": "<YOUR_BILLIUM_API_KEY>",
"BILLIUM_MERCHANT_ID": "<YOUR_BILLIUM_MERCHANT_ID>",
"BILLIUM_BASE_URL": "<YOUR_BILLIUM_BASE_URL>"
}
}
}
}{
"mcpServers": {
"billium": {
"command": "npx",
"args": [
"-y",
"@billium/mcp"
],
"env": {
"BILLIUM_API_KEY": "<YOUR_BILLIUM_API_KEY>",
"BILLIUM_MERCHANT_ID": "<YOUR_BILLIUM_MERCHANT_ID>",
"BILLIUM_BASE_URL": "<YOUR_BILLIUM_BASE_URL>"
}
}
}
}{
"servers": {
"billium": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@billium/mcp"
],
"env": {
"BILLIUM_API_KEY": "<YOUR_BILLIUM_API_KEY>",
"BILLIUM_MERCHANT_ID": "<YOUR_BILLIUM_MERCHANT_ID>",
"BILLIUM_BASE_URL": "<YOUR_BILLIUM_BASE_URL>"
}
}
}
}claude mcp add billium --env BILLIUM_API_KEY=<YOUR_BILLIUM_API_KEY> --env BILLIUM_MERCHANT_ID=<YOUR_BILLIUM_MERCHANT_ID> --env BILLIUM_BASE_URL=<YOUR_BILLIUM_BASE_URL> -- npx -y @billium/mcpRelated MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.