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.
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.
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.
claude mcp add billing-mcp -- npx -y @three-ws/billing-mcp
{
"mcpServers": {
"billing-mcp": {
"args": [
"-y",
"@three-ws/billing-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.billing-mcp]
command = "npx"
args = ["-y", "@three-ws/billing-mcp"]
{
"mcpServers": {
"billing-mcp": {
"args": [
"-y",
"@three-ws/billing-mcp"
],
"command": "npx"
}
}
}
{
"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.
Query and manage Amberflo metering & billing: customers, meters, usage, plans, invoices, prepaid.
Usage metering + SLA accounting for agent services (the meter behind x402 micropayments).
FreeAgent accounting MCP: bank reconciliation, expenses, mileage claims and receipts.
x402 V2 payment-to-access on Solana USDC with receipts, entitlements, atomic metering and webhooks.
Invoice and receipt extractor: reads PDF and image invoices/receipts with AI, pulling date…
Chilean DTE/SII invoicing — issue invoices, reconcile payments and manage clients with AI agents.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
MCP server for QuickBooks Online — accounts, customers, invoices, bills, and reports.
Answers built from our own checks of this server.