mcpbeat Sign in
I

Expenses Tracker MCP Server

not responding

Expenses Tracker is listed as active in the registry but did not answer our last check. It exposes 14 tools. Last commit 22 Sep 2026.

Track expenses from your AI chat: log, categorize, monthly CSV reports. All data is local.

Uptime history 4 hours of history · worst hour 0%
4 hours agonow
84.6%
Uptime 24h
11 of 13 checks
14
Tools
read from the server
451 ms
Response time
average over 24h
0
Stars
last commit 22 Sep 2026

Expenses Tracker does not always answer

Over the last week it answered 84.6% of our checks. We check every 15 minutes, so you hear about the next outage within the hour — not from your users.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 5 min ago.

run in your terminal
claude mcp add expenses-tracker --transport http https://mcp.zovo.one/mcp/expenses-tracker
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "expenses-tracker": {
      "url": "https://mcp.zovo.one/mcp/expenses-tracker"
    }
  }
}
~/.codex/config.toml
[mcp_servers.expenses-tracker]
url = "https://mcp.zovo.one/mcp/expenses-tracker"
.cursor/mcp.json
{
  "mcpServers": {
    "expenses-tracker": {
      "url": "https://mcp.zovo.one/mcp/expenses-tracker"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "expenses-tracker": {
      "url": "https://mcp.zovo.one/mcp/expenses-tracker"
    }
  }
}

Available tools 14

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

expense
expense_add
Record one expense and return its id, its net/VAT split and its billable flag. The response states every default that was applied, so the caller can see what was assumed rather than having to guess.
expense_delete
Delete one expense by id and report what went. The receipt FILE stays on disk. Deleting a rebilled expense loses the record of what an invoice charged, so correct it with expense_update instead.
expense_export
Export the expenses in a date range as csv, xlsx or json and return a download link that is valid for one hour. Nothing partial is ever written: if a limit is hit no file is produced at all.
expense_list
List expenses in a date range with each one's net/VAT split, category, merchant, project and billable flag, plus a total per currency. Free reads the last 30 days and says when your range predates it.
expense_mark_rebilled
Mark expenses as rebilled once the invoice that carries them actually exists. Pass the expense_ids of one currency group from expense_to_invoice, or that project, date range and currency. Returns what was marked.
expense_settings
Read or set the defaults expense_add uses when a call does not name them: default_vat_rate and default_currency. Returns the stored defaults. Call with no arguments to read them without changing anything.
expense_summary
Totals for a date range grouped by category, project, month or merchant, per currency with gross, net and VAT, never mixed. Receipts only; bank transactions are totalled by bank-statement's statement_summary.
expense_to_invoice
Preview the unbilled billable expenses of one project as invoice_create line items (description, quantity, unit_price, tax_rate), grouped per currency. Read-only: nothing is marked rebilled here.
expense_update
Change one expense by id; only the fields you pass move. amount is in MAJOR units. A rebilled expense refuses an amount, currency or vat_rate edit unless unlink_rebill drops the invoice link.
license
license_activate
Turn Pro on for this connection with key, an MCPL1.<payload>.<signature> issued at checkout for this server or the bundle. Data under your token stays; a wrong or expired key changes nothing. license_status confirms it.
license_status
Report this endpoint's licence state for your token as JSON: the product, the tier free or pro, why it is not Pro, and the checkout URL. Call it to explain a free-tier refusal. No arguments, nothing changes.
category
category_rules
Replace the merchant-to-category rules, or call with no rules to list them. Returns the stored rule list. The rules are applied by expense_add whenever a call gives no category of its own.
mileage
mileage_add
Record a business trip as an expense, priced as distance x rate. Give exactly one of km or miles. Returns the saved id with the rate used, where that rate came from and the money, in the rate's own currency.
receipt
receipt_attach
Not available on the hosted endpoint: it has no filesystem, so there is no receipt file to read or hash. Attach receipts on a local install instead - download expense-tracker.mcpb from https://github.com/theluckystrike/mcp-servers/releases/latest and open it in Claude Desktop - or record the receipt reference in the expense note.

Endpoints

URLTransportStateLatencyChecked
https://mcp.zovo.one/mcp/expenses-tracker streamable-http answering 8004 ms 5 min ago

Alternatives to Expenses Tracker

same job, measured the same way
Feedback
by b77

Capture feature requests and bug reports from chat into a searchable, AI-categorized backlog.

answering
AI Usage
by mohitbansal321

Reports real token usage and cost from Claude Code and OpenCode data. Nothing leaves your machine.

259 installs/wk local only
Breezedeploy
by przemekzur

Deploy a local folder, git repo, or Docker image to a live HTTPS URL from your AI chat.

26 installs/wk local only
Eodly MCP
by layergen

Read your team's end-of-day reports and roster from Eodly.

42 installs/wk 4 tools answering
Eodly
by adebayojuwon200-pixel

Read your team's end-of-day reports and roster from Eodly.

4 tools answering
Invoices Invoicing
by theluckystrike

Invoices and invoicing from your AI chat: PDF generation, numbering, VAT, overdue reports.

local only
Tracebug
by prashantsinghmangat

AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.

31 installs/wk local only
Replen
by replenhq

A local intelligence layer for AI coding agents. Maps your repos, matches the open-source frontier.

45 installs/wk local only

Expenses Tracker — questions

Answers built from our own checks of this server.

What can Expenses Tracker do?
It exposes 14 tools, read directly from the server on our last check. Among them: category_rules, expense_add, expense_delete, expense_export, expense_list, expense_mark_rebilled and 8 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
What is Expenses Tracker mostly used for?
Its tools cluster around expense and license. That is what this server is built to work with — the grouping comes from the actual tool names, not from a category we assigned.
Is Expenses Tracker working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 11 of 13 checks got a reply (84.6%), average response time 451 ms. The bar chart above shows every period we have measured.
The registry lists Expenses Tracker as active — why does it not respond?
The official MCP registry stores what the author submitted; it does not verify that the server still runs. We check the endpoint ourselves, and this one does not answer. Catalogues that copy the registry without checking will show it as working.
How do I connect Expenses Tracker?
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 is a remote server, so there is nothing to install — the client connects to the address.
Does Expenses Tracker need an API key?
No. Expenses Tracker completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 14 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Expenses Tracker?
It answers our handshake in 451 ms on average, which is faster than 36% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Expenses Tracker open source?
Yes — it is published under the MIT licence, written in JavaScript 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.