OpenAccountants
io.github.openaccountants/openaccountantsOpen-source AI accounting skills verified by licensed accountants (tax, VAT, payroll).
Tools · 14
List published OpenAccountants skills with their quality tier and verification status. Optionally filter by jurisdiction (e.g. 'US', 'MT', 'DE', 'GB'), domain (the accounting area, e.g. 'vat-gst', 'pa…
Fetch a published skill by slug, including its current-version markdown, quality tier, named verifier (where accountant-verified), and a provenance/attribution footer.
Fetch the parsed sections of a skill's current version. Each section has a heading and its markdown content. Use this to pull a specific section that get_skill listed in `section_index` as not inlined…
Full-text search across all published tax and accounting skills. Find, lookup, query, or discover skills by keyword, tax concept, deduction type, form number, or regulation (e.g. 'home office deductio…
Sweep tax rules ACROSS jurisdictions and metadata and get back a bundled markdown rule set plus the jurisdiction's OFFICIAL SOURCE. Best for cross-cutting questions — 'VAT rates in MT, IE and DE', 'al…
Upcoming filing/payment deadlines and recurring filing rhythms (monthly VAT, quarterly instalments) for a country or US state, from the OpenAccountants tax calendar. Use it whenever the user asks 'whe…
Returns the metadata you can filter on with `search_rules` — the live jurisdictions, the domains, roles, block types (rule kinds), statuses, tax years, and a sample of topics — plus the defaults. Call…
No-argument front door — call this FIRST whenever a user asks 'how can you help me?', 'what can you do?', 'where do I start?', or otherwise opens vaguely (do NOT answer such questions by listing your …
Front door for any tax / accounting question once you know what the user wants. `intent` is REQUIRED (e.g. 'taxes', 'VAT return', 'set up a company', 'find deductions', 'classify transactions', 'payro…
Returns every jurisdiction with published skills — countries (ISO 2), US states (US-XX), Canadian provinces — with skill counts, accountant-verified counts, and named lead verifier. Use when the user …
Returns named licensed accountants who have signed off on OpenAccountants jurisdictions, with their credentials and covered jurisdictions. Use when the user asks who verified a skill or wants to see t…
Check whether a business's VAT / tax-registration number is real and registered, in real time against the official government registry — and return the registered business NAME and ADDRESS when the au…
DETERMINISTIC check of whether a private limited company qualifies for statutory audit exemption, from aggregate figures any ledger can provide (turnover, balance sheet total, average employees). Retu…
Sends feedback or a review request to OpenAccountants. This is the single outbound channel; it does nothing unless the user has explicitly asked to send feedback or to request a review. Two modes: (1)…
Prompts · 13
Load a skill's sections and apply its rules to a specific tax scenario.
Complete tax return workflow — intake interview, transaction classification, working paper generation.
Classify transactions for VAT/GST treatment and produce a VAT return working paper.
Review expenses and identify deductions the taxpayer might be missing.
Collect structured feedback on a skill after the agent has used it.
Compare tax treatment across two or more countries for cross-border planning.
THE prompt for any complex multi-country tax situation. Takes the user's messy description and runs a structured 8-step intake: classify the event, identify jurisdictions, ask the right questions, req…
Full 6-phase workflow for a UK sole trader / self-employed person. Takes the user's facts and produces a complete SA103 working paper: income, expenses, Class 2 + Class 4 NIC, payments on account sche…
Full 6-phase workflow for a US self-employed person / sole proprietor filing Schedule C. Produces a complete working paper: gross income, expense deductions, net profit, SE tax (Schedule SE), QBI dedu…
Full 6-phase workflow for a South African individual taxpayer filing an ITR12. Built on the only fully-verified income tax skills in the OA library (za-income-tax + za-provisional-tax, verified by Wer…
Full 6-phase workflow for a Portugal self-employed person (trabalhador independente) under the simplified regime or organised accounting. Covers IRS Modelo 3 / Anexo B, social contributions (TSU), and…
Full 6-phase workflow for a UK individual with capital gains to report on SA108. Covers shares (section 104 pool), crypto (HMRC pool-averaging rules — NOT FIFO), residential property (60-day reporting…
Full 6-phase workflow for a Malta self-employed person or part-time freelancer. Critical flag: the TA22 part-time rules 10% flat rate on the first €12,000 of net part-time SE profit (file + pay by 30 …
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"openaccountants": {
"url": "https://www.openaccountants.com/api/mcp",
"transport": "streamable-http"
}
}
}