AccountsOS MCP Server
OfficialRelated Servers
Alternatives to AccountsOS MCP Server
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceProvides double-entry accounting ledger creation, transaction recording, and financial reporting capabilities via MCP.7-
- FlicenseNot gradedqualityCmaintenanceEnables MCP clients to search and inspect an invoice ledger, generate VAT summaries, run OCR on local documents, and use reusable prompts for chasing overdue invoices and reconciling entries.2-
- AlicenseBqualityCmaintenanceMCP server that provides full read/write access to Odoo accounting data including invoices, vendor bills, journal entries, payments, reconciliation, and financial reports, as well as BOQ/Project Budget data when available.34MIT
- AlicenseBqualityAmaintenanceEnables interaction with the QuickBooks Online Accounting API to manage customers, invoices, expenses, and payments through MCP-compatible clients. It supports comprehensive financial workflows and the generation of reports like Profit and Loss or Balance Sheets.1332Apache 2.0
- AlicenseNot gradedqualityAmaintenanceDouble-entry accounting ledger MCP server for autonomous agents that enables creating accounts, posting journal entries, and generating financial reports.MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to operate a self-hosted financial platform over MCP, managing books, expenses, revenues, settlements, payments, accounts, categories, transfers, positions, and cash flow with idempotent and audited writes.MIT
TDQS
Scored across 86 tools
The tool set is large and includes several pairs that overlap in purpose, such as get_expenses vs get_expense_claims, get_projects vs list_opportunities/get_opportunity, and get_document_links vs find_related_documents. However, the detailed descriptions with explicit 'use when' guidance help disambiguate most cases, so an agent can usually select correctly.
The vast majority of tools follow a consistent verb_noun snake_case convention (get_, create_, update_, search_, read_, etc.), with a predictable prefixed group (deel_*). Minor deviations like month_close_summary (a noun-first compound) and the mixed use of list_ vs get_ for similar resources keep it from being perfect, but the pattern is still highly readable.
86 tools is an extreme count by any standard, far exceeding the typical well-scoped MCP server. While the accounting domain is broad, this number will overwhelm agents and increase selection latency and error rates; the scope could be consolidated into fewer, more composite tools without losing capability.
The tool surface covers an impressively wide domain: VAT, payroll, invoicing, expenses, projects, bank feeds, HMRC integrations, document management, tax rules, and annual accounts. There are minor gaps such as no update/delete for invoices or bills and no ability to create a recurring invoice, but these are generally workable around given the read-heavy nature of the use cases.