Read-only NuMetric.work accounting & ERP data: statements, KPIs, reports, invoices, documents.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Read your NuMetric accounting, reports & documents from any MCP client.
Website Β· Documentation Β· Privacy Β· Support
A Model Context Protocol server for the NuMetric.work POS / ERP / accounting platform. It exposes your live business data as 39 read-only tools, so an AI assistant answers from your actual books instead of guessing.
It never creates, edits, or deletes anything.
Settings β Connectors β Add custom connector β paste:
Then click Connect and sign in with your NuMetric email, password, and region. You're redirected back when authorized.
Point it at the Streamable-HTTP endpoint above. The server advertises OAuth 2.1 discovery (RFC 9728 / RFC 8414), so compliant clients start the sign-in flow automatically.
JO, SA, or Global).Access follows your existing NuMetric permissions β you only ever see the modules you already have
rights to. A tool you lack permission for returns SCOPE_REQUIRED rather than data.
If your account has more than one business, ask your assistant to list your businesses, then select one ("list my businesses" β "use Acme Trading"). The choice sticks for the session and you can switch anytime. Single-business accounts are selected automatically.
| Tool | Returns |
|---|---|
list_chart_of_accounts | Chart of accounts with live computed balances and classification. Balances are ledger-signed (debit β credit); each row carries magnitude/side/isNormalSide |
search_transactions | Ledger search by date, type, category, reviewed status |
get_transaction | One transaction with its full journal lines |
get_daily_transactions | The general journal for a period (debits = credits) |
get_financial_statement | P&L, balance sheet, trial balance, cash flow |
get_account_transactions_report | Per-account transaction detail for a period |
| Tool | Returns |
|---|---|
get_kpis | Cash runway, current ratio, DSO, DPO, revenue concentration, unreviewed count |
get_cash_position | Cash and bank balances across accounts |
| Tool | Returns |
|---|---|
list_invoices | Sales invoices with filters |
list_cash_invoices | Cash invoices with filters |
list_estimates | Quotes / estimates |
get_invoice_status | AR status of one invoice by id or number |
get_receivables | AR aging with overdue confidence |
list_bills | Purchase bills |
get_bill_status | AP status of one bill |
get_payables | Total owed plus AP aging. outstanding.outstandingTotal is what you owe; aging covers only the aged subset |
list_customers | Customers, with duplicate detection |
| Tool | Returns |
|---|---|
get_sales_tax | Sales tax / VAT summary for a period |
get_sales_tax_transactions | Per-transaction tax detail |
| Tool | Returns |
|---|---|
list_projects | Projects with status |
get_multi_project_profit_loss | P&L across one or many projects |
| Tool | Returns |
|---|---|
list_cashiers | Cashiers / staff |
get_cashier_sales_invoices | Per-cashier sales by invoice |
get_cashier_sales_items | Per-cashier sales by item |
get_cashier_attendance | Cashier attendance |
get_invoice_source_report | Sales grouped by invoice source |
| Tool | Returns |
|---|---|
list_products | Product list, including low-stock filtering |
get_item_summary | Per-item stock card / movement |
get_source_quantity_report | Quantity by source |
| Tool | Returns |
|---|---|
get_asset_report | Your fixed-asset register β name, type, GL account, cost and depreciation rate β reconciled against NuMetric's depreciation schedule. Depreciation totals are reported only when the two cover the same assets, and withheld (null, never zero) when they do not |
get_asset_custody_report | Asset custody by holder |
| Tool | Returns |
|---|---|
get_storage_overview | Document storage overview |
list_documents | Attachments on invoices, bills, and other records |
get_document | Download one document's content |
get_document_bundle | Download all documents on a record as a ZIP |
| Tool | Returns |
|---|---|
list_businesses | Businesses on your account |
select_business | Choose which business to work on |
get_subscription | Your subscription and what it includes: the plan you are on, your effective limits, how much of your transaction and seat allowance is left, who has access to the account, which capabilities are available, per-business feature toggles, and which tools your permissions allow |
Machine-readable schema for all 39: mcp-schema.json.
Every tool carries readOnlyHint: true. There is no payment, transfer, trade, create, edit, or delete
tool in this server β not gated, not present. That is meant literally: as of 0.9.0 the write code was
removed from the deployed server rather than left behind a feature flag, so there is no configuration
that turns it on. Read-only tools run without per-call confirmation in clients that honor the hint.
Every computed figure carries a confidence value:
The server instructs connecting assistants to hedge on Guarded figures rather than present them as final. Claude reports what your books say; it does not recompute your accounting itself.
OAuth 2.1 with PKCE (S256). You sign in on NuMetric's own page β your credentials are exchanged for a token server-side and held in an encrypted vault. The assistant only ever holds a short-lived token scoped to this server; your NuMetric password and API token never reach it.
Your business identity and region are bound to the authenticated principal and are never passed by the AI caller. Disconnect anytime from your client's connector settings.
See the Privacy Policy and Terms & Conditions.
| Message | Meaning |
|---|---|
NO_BUSINESS_SELECTED | Run "list my businesses", then select one. |
SCOPE_REQUIRED | Your NuMetric user lacks access to that module β ask your account admin. |
| A figure marked Guarded | Treat it as unconfirmed rather than final. |
STATEMENT_UNAVAILABLE | That statement type isn't available yet for your account. |
Via the in-app chat at help.numetric.work, or your usual NuMetric support channel.
Built and operated by VIRIFI Technologies Ltd (20β22 Wenlock Rd, London, UK), the maker of NuMetric. This is a first-party connector: NuMetric is our own platform and backend.
This repository holds the connector's public manifest and documentation. Licensed MIT.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/numetric-2)<a href="https://allmcps.com/mcp/numetric-2"><img src="https://allmcps.com/api/badge/numetric-2?style=directory" alt="NuMetric on AllMCPs" /></a>