mcpbeat Sign in

three.ws Billing MCP Server

local only

three.ws Billing runs on your own machine — the client starts it, so there is no endpoint to ping. 191 installs a week from npm. Last commit 18 Sep 2026.

An agent's account economics — plan quotas, metered usage, invoices, receipts, and earnings.

Installs per day peak 158 · avg 17 · +596% w/w
a month agotoday
191
Installs / week
npm · @three-ws/billing-mcp
194
Stars
0 open issues
18 Sep 2026
Last commit
0 releases in 90 days
Apache-2.0
License
JavaScript

Nothing serious here today

Today is the operative word: we check three.ws Billing 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 billing-mcp -- npx -y @three-ws/billing-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "billing-mcp": {
      "args": [
        "-y",
        "@three-ws/billing-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.billing-mcp]
command = "npx"
args = ["-y", "@three-ws/billing-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "billing-mcp": {
      "args": [
        "-y",
        "@three-ws/billing-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "billing-mcp": {
      "args": [
        "-y",
        "@three-ws/billing-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: THREE_WS_BASE (Base URL of the three.ws API that serves the billing endpoints. Override only when self-hosting or targeting a preview deployment.), THREE_WS_TIMEOUT_MS (Per-request timeout in milliseconds for the live three.ws API reads.), THREE_WS_SESSION (Your three.ws session token (the value of the `__Host-sid` cookie from a signed-in browser). REQUIRED — it exposes private billing data, so every account-scoped read (get_billing_summary, query_usage, export_billing_history, get_receipt, get_revenue) resolves the calling user from it and returns only your data. Only the public get_fee_info works without it. Treat like a password.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to three.ws Billing

same job, measured the same way
Amberflo
by usefulapi

Query and manage Amberflo metering & billing: customers, meters, usage, plans, invoices, prepaid.

14 tools answering
Agent Metering
by jdhart81

Usage metering + SLA accounting for agent services (the meter behind x402 micropayments).

11 tools answering
Freeagent MCP Server
by oxygenbubbles

FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.

45 installs/wk local only
Hilt Pay Agent Commerce
by hilt

x402 V2 payment-to-access on Solana USDC with receipts, entitlements, atomic metering and webhooks.

9 tools answering
Invoice & Receipt OCR Extractor to Excel
by ranovam

Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…

answering
Bperezpereira
by bperezpereira

Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.

answering
QuickBooks Online
by wyre-ai

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only
QuickBooks Online
by wyre-technology

MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.

local only

three.ws Billing — questions

Answers built from our own checks of this server.

Why is there no uptime for three.ws Billing?
three.ws Billing 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 @three-ws/billing-mcp was installed 191 times last week.
How do I connect three.ws Billing?
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 @three-ws/billing-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use three.ws Billing?
The npm package @three-ws/billing-mcp was installed 191 times in the last week. Week over week that is +596%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is three.ws Billing open source?
Yes — it is published under the Apache-2.0 licence, written in JavaScript and 194 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.