NuMetric MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@NuMetric MCP ServerWhat's my balance sheet as of last month?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
NuMetric MCP Server
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.
https://numetric-mcp.virifi.xyz/mcpWhat you can ask
"What's my balance sheet as of last month?" / "Show my P&L for Q2."
"What's my cash runway and current ratio?"
"List overdue invoices and total receivables."
"How much sales tax did I collect vs. pay this quarter?"
"Break down profit by project."
"What documents are attached to invoice INV-2026-0007?"
Related MCP server: fiken-mcp
Install
Claude (web, Desktop, Code)
Settings → Connectors → Add custom connector → paste:
https://numetric-mcp.virifi.xyz/mcpThen click Connect and sign in with your NuMetric email, password, and region. You're redirected back when authorized.
Claude Code (CLI)
claude mcp add --transport http numetric https://numetric-mcp.virifi.xyz/mcpCursor / Windsurf / VS Code
{
"mcpServers": {
"numetric": {
"url": "https://numetric-mcp.virifi.xyz/mcp"
}
}
}Any other MCP client
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.
Requirements
A NuMetric.work account (any plan).
Your region (e.g.
JO,SA, or Global).An MCP client that supports remote servers with OAuth.
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.
Choosing a business
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.
Tools
Tool | Returns |
| Chart of accounts with live computed balances and classification. Balances are ledger-signed ( |
| Ledger search by date, type, category, reviewed status |
| One transaction with its full journal lines |
| The general journal for a period (debits = credits) |
| P&L, balance sheet, trial balance, cash flow |
| Per-account transaction detail for a period |
Tool | Returns |
| Cash runway, current ratio, DSO, DPO, revenue concentration, unreviewed count |
| Cash and bank balances across accounts |
Tool | Returns |
| Sales invoices with filters |
| Cash invoices with filters |
| Quotes / estimates |
| AR status of one invoice by id or number |
| AR aging with overdue confidence |
| Purchase bills |
| AP status of one bill |
| Total owed plus AP aging. |
| Customers, with duplicate detection |
Tool | Returns |
| Sales tax / VAT summary for a period |
| Per-transaction tax detail |
Tool | Returns |
| Projects with status |
| P&L across one or many projects |
Tool | Returns |
| Cashiers / staff |
| Per-cashier sales by invoice |
| Per-cashier sales by item |
| Cashier attendance |
| Sales grouped by invoice source |
Tool | Returns |
| Product list, including low-stock filtering |
| Per-item stock card / movement |
| Quantity by source |
Tool | Returns |
| 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 |
| Asset custody by holder |
Tool | Returns |
| Document storage overview |
| Attachments on invoices, bills, and other records |
| Download one document's content |
| Download all documents on a record as a ZIP |
Tool | Returns |
| Businesses on your account |
| Choose which business to work on |
| 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.
Read-only by design
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.
Verified vs. Guarded
Every computed figure carries a confidence value:
Verified — the figure comes straight from NuMetric's accounting engine and reconciles.
Guarded — NuMetric flagged it as possibly stale or unbalanced, or it is a snapshot rather than a live read. Your subscription entitlements are always Guarded: NuMetric provides no way to re-read them, so they reflect the moment you connected and refresh when you reconnect. Usage figures are the exception worth knowing about — seat counts come from NuMetric directly, while the transaction count is measured from your ledger and is reported with its basis.
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.
Authentication
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.
Privacy & security
Read-only — no tool can move money or change your data.
Credentials never reach the AI client.
Encrypted in transit and at rest.
Every read is rate-limited per principal and written to an audit log.
See the Privacy Policy and Terms & Conditions.
Troubleshooting
Message | Meaning |
| Run "list my businesses", then select one. |
| Your NuMetric user lacks access to that module — ask your account admin. |
A figure marked Guarded | Treat it as unconfirmed rather than final. |
| That statement type isn't available yet for your account. |
Support
Via the in-app chat at help.numetric.work, or your usual NuMetric support channel.
About
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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityCmaintenanceA read-only MCP server for SimpleShop accounting data, enabling AI agents to find documents, download PDFs, inspect products, and review sales exports.5MIT
- AlicenseBqualityDmaintenanceA read-only MCP server that exposes Fiken accounting API's 61 GET endpoints as tools for AI assistants to query accounting data.61143MIT
- AlicenseBqualityAmaintenanceRead-only MCP server for self-hosted Manager.io bookkeeping, providing curated GET tools to access accounting data like invoices, balances, and reports.101MIT
- AlicenseNot gradedqualityCmaintenanceRead-only MCP server for Omie ERP, enabling AI assistants to query financial data, accounts payable/receivable, bank reconciliation, invoices, and movements via natural language.1MIT
Related MCP Connectors
Read-only MCP server for Muovi, Argentina's trust-first local services marketplace (6 tools).
Read-only MCP server for ClassQuill, a tutoring-business-management platform.
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lowwmax/numetric-mcp-connector'
If you have feedback or need assistance with the MCP directory API, please join our Discord server