streamable-httpupdated 3mo ago
Open-source Tax Guides your AI can cite โ reviewed by named, licensed accountants.
What can you do with OpenAccountants?
OpenAccountants
Open-source Tax Guides your AI can cite โ reviewed by named, licensed accountants.
Every AI can do tax math. None of them can stand behind an answer. Here, real accountants put their name, credential and review date on the Guides your AI reads โ publicly, on the record, in this repo.
1,810 Guides across 232 jurisdictions ยท 188 accountant-reviewed ยท 40 named accountants ยท 8,879 questions answered through connected AIs
Live from openaccountants.com โ updated 2026-08-31 by the nightly sync.
Try it in 60 seconds
Add the hosted connector to Claude, ChatGPT, Cursor, Windsurf or any MCP client:
https://www.openaccountants.com/api/mcp
Guided setup: openaccountants.com/connect
Then ask a question your AI would otherwise guess at:
"What's the combined sales tax rate in Manatee County, Florida for 2026?"
Without OpenAccountants, models answer from training data. With it, the answer cites the current Guide โ and names the accountant who reviewed it.
You: "I'm a freelancer in South Africa. What do I owe?"
โ loads za-income-tax, za-provisional-tax
AI: ITR12 working paper ยท IRP6 provisional schedule
Medical credits ยท Retirement annuity deduction
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Reviewed by Werner Britz CA(SA)
- pip MCP server:
pip install openaccountants-mcp(mirrors this repo'spackages/) - Manual: download your jurisdiction's folder from
packages/and upload the files to your AI. Start with your country's main package;index.jsonis the machine-readable inventory.
Two states, greppable honesty
Every Guide is in exactly one state โ and the repo greps honestly:
| State | Meaning |
|---|---|
| Accountant-reviewed | A named, licensed accountant reviewed the complete Guide. Their name is in the frontmatter (reviewed_by:) and on the public roster |
| Source-cited draft | Written from primary legislation, every figure cited to its source โ not yet professionally reviewed |
โ ๏ธ General reference, not advice. Guides may be incomplete, outdated, or wrong for your facts. Have a qualified professional review outputs before filing, payment, or action.
Are you an accountant?
Your name on the tax knowledge AI actually uses โ with attribution built in:
- Build a Guide for the work you know cold: openaccountants.com/skills/new. It publishes credited to you, and lands in this repo under your name.
- Review a Guide in your jurisdiction โ your name, credential and review date go on it, here and on every AI answer that cites it.
- Set your GitHub username in your profile and your platform edits are committed to this repo as you โ your contribution graph reflects your work.
The current roster: VERIFIERS.md (generated nightly from the platform).
Contributing
Edit skills/** only โ everything else regenerates automatically:
packages/,index.json,llms-full.txtโ generated nightly; never edit in a PR- Merged source PRs are credited to you and must be confirmed as ingested before the next platform export
- Full guide: CONTRIBUTING.md ยท Layout: docs/REPO-LAYOUT.md
For developers
| What | Where |
|---|---|
| Guide source (per jurisdiction) | skills/ |
| Per-country bundles (generated) | packages/ |
| Machine-readable inventory | index.json |
| LLM entry point | llms.txt |
| Python MCP server | mcp/ ยท PyPI |
| Repo architecture + sync | docs/REPO-LAYOUT.md ยท docs/WEBSITE-SYNC.md |
API and platform integrations: openaccountants.com/for-developers
License
- Code (mcp/, scripts/, tools/): AGPL-3.0
- Guide content: OpenAccountants Guide License v1.0 โ see LICENSING.md; commercial options in COMMERCIAL-LICENSING.md
Contact: info@openaccountants.com ยท Security policy ยท Cite this repo
Install
Add OpenAccountants to your client. Pick the one you use.
claude mcp add --transport http openaccountants https://www.openaccountants.com/api/mcpcodex mcp add openaccountants --url https://www.openaccountants.com/api/mcp{
"mcpServers": {
"openaccountants": {
"url": "https://www.openaccountants.com/api/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"openaccountants": {
"type": "http",
"url": "https://www.openaccountants.com/api/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"openaccountants": {
"url": "https://www.openaccountants.com/api/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"openaccountants": {
"serverUrl": "https://www.openaccountants.com/api/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation20/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 103 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | May 20, 2026 |