mcpbeat Sign in

Billium MCP Server

by billiumhq Your server? Claim it
local only

Billium runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 22 Jun 2026.

Official Billium MCP server: manage crypto invoices, payments, and webhooks from any MCP host.

Installs per day peak 12 · avg 7 · +28% w/w
a month agotoday
39
Installs / week
npm · @billium/mcp
0
Stars
0 open issues
22 Jun 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Billium every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add billium -- npx -y @billium/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "billium": {
      "args": [
        "-y",
        "@billium/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.billium]
command = "npx"
args = ["-y", "@billium/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "billium": {
      "args": [
        "-y",
        "@billium/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "billium": {
      "args": [
        "-y",
        "@billium/mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: BILLIUM_API_KEY (Secret API key (sk_...), from the dashboard under Settings → Developer → API keys.), BILLIUM_MERCHANT_ID (Merchant ID (mer_...).), BILLIUM_BASE_URL (Override the API base URL (testing / staging environments).). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Billium

same job, measured the same way
BTCPay Server MCP
by draket

21 tools for AI agents to manage BTCPay Server: invoices, payments, stores, webhooks, Lightning

local only
Karbon MCP Server
by mad-man-dan

Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.

74 installs/wk local only
Alternative Payments
by wyre-ai

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Alternative Payments
by wyre-technology

MCP server for Alternative Payments — customers, invoices, payment requests, payouts, webhooks.

local only
Xero
by mindstone

Xero MCP server for invoices, contacts, payments, quotes, and financial reports.

73 installs/wk local only
MCP Blockchain Events
by cryptoapis-io

MCP server for subscribing to and managing on-chain event webhooks via Crypto APIs

82 installs/wk local only
Xero
by wyre-ai

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only
Xero
by wyre-technology

MCP server for Xero accounting — contacts, invoices, payments, accounts, and financial reports.

local only

Billium — questions

Answers built from our own checks of this server.

Why is there no uptime for Billium?
Billium runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @billium/mcp was installed 39 times last week.
How do I connect Billium?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @billium/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Billium?
The npm package @billium/mcp was installed 39 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Billium open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.