
Accounting Ai Mcp
- Updated June 15, 2026
- CSOAI-ORG/accounting-ai-mcp
accounting-ai-mcp is an iterate MCP server by MEOK AI Labs that exposes accounting AI capabilities to coding agents over stdio MCP.
About
accounting-ai-mcp is a Model Context Protocol server published by MEOK AI Labs under the CSOAI-ORG io.github namespace, version 1.0.3 on PyPI with stdio transport. It targets operators who already ship product and now need agent-accessible accounting assistance—think categorizing transactions, answering books questions, or drafting finance summaries—without exporting sensitive ledgers into random chat threads without structure. Register it in Claude Code or Cursor when finance work becomes a recurring drag. Registry copy is thin on enumerated tools, so confidence in specific capabilities stays moderate until you read the repo implementation. Pair it with your real accounting system of record and treat MCP output as assistive, not a substitute for a CPA on complex tax or compliance matters.
- accounting-ai-mcp MCP server from MEOK AI Labs via CSOAI-ORG
- Stdio MCP on PyPI package accounting-ai-mcp v1.0.3
- Source repository github.com/CSOAI-ORG/accounting-ai-mcp
- Keeps finance-oriented agent actions behind explicit MCP tools instead of ad-hoc prompts
Accounting Ai Mcp by the numbers
- Data as of Jul 7, 2026 (Skillselion catalog sync)
claude mcp add accounting-ai-mcp -- uvx accounting-ai-mcpAdd your badge
Show developers this MCP server is listed on Skillselion. Paste this into your README.
| Package | accounting-ai-mcp |
|---|---|
| Transport | STDIO |
| Auth | None |
| Last updated | June 15, 2026 |
| Repository | CSOAI-ORG/accounting-ai-mcp ↗ |
What it does
Connect your agent to accounting AI helpers for bookkeeping, categorization, and finance questions while you run a SaaS or shop.
Who is it for?
Best when you want MCP-wrapped accounting AI during monthly close and expense hygiene.
Skip if: Skip if you're still pre-revenue in Validate, or companies that must keep all finance data inside a locked ERP with no local MCP runner.
What you get
Installing the MCP server gives your agent structured accounting-ai tools for ongoing bookkeeping support while you operate the business.
- Registered stdio MCP path for accounting-ai agent invocations
- Inspectable implementation via CSOAI-ORG/accounting-ai-mcp on GitHub
- Repeatable agent workflow slot for operate-phase finance questions
By the numbers
- Version 1.0.3 published to PyPI as accounting-ai-mcp
- Stdio MCP transport per 2025-12-11 server schema entry
- GitHub repository CSOAI-ORG/accounting-ai-mcp listed in registry metadata
README.md
Accounting Ai MCP
accounting-ai-mcp MCP — AI-powered automation tool
accounting-ai-mcp MCP — AI-powered automation tool. MIT.
🚀 Quick Start
# Install via pip
pip install accounting_ai_mcp
# Or install via Smithery
npx -y @smithery/cli@latest install accounting-ai-mcp --client claude
✨ Features
- MCP protocol compliant
- Easy installation
- Well-documented API
- Production-ready
- Active maintenance
📖 Documentation
🛡️ Compliance
This MCP server is built with EU AI Act compliance built-in:
- ✅ Article 9 — Risk Management System
- ✅ Article 13 — Transparency & Instructions for Use
- ✅ Article 15 — Bias Detection & Testing
- ✅ Article 26 — FRIA Support (where applicable)
- ✅ Article 50 — AI Content Watermarking (where applicable)
Need help getting compliant? Book a free 15-min diagnostic →
🏢 Enterprise
Need custom development, SLA guarantees, or white-label deployment?
- Pro: $99/mo — Full MCP suite + EU AI Act tracking
- Enterprise: $499/mo — Custom dev + SLA + Dedicated support
View Pricing → | Contact Sales →
🤝 Part of the MEOK Ecosystem
This server is part of the MEOK AI Labs ecosystem — 300+ MCP servers for sovereign AI governance.
| Domain | Purpose |
|---|---|
| councilof.ai | EU AI Act compliance marketplace |
| safetyof.ai | AI safety & monitoring |
| meok.ai | Sovereign AI platform |
| cobolbridge.ai | Legacy modernization |
📜 License
MIT © CSOAI-ORG
Built with 💜 by MEOK AI Labs · UK Companies House 16939677
Each tier above the free self-host adds HMAC-signed attestations verifiable at `verify.meok.ai`. Linux Foundation governance on the A2A spine means EU regulated buyers can deploy without vendor-lock-in objections.💸 Try MEOK in 30 seconds — instant buy ladder
| Tier | Price | What you get | Stripe |
|---|---|---|---|
| Smoke test | £1 | Signed sample MCP-Hardening report + Article 50 PDF | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Quick Kit | £9 | EU AI Act Article 50 implementation guide (C2PA + EU-Icon) | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
| Founder Call | £29 | 30-min 1-on-1 with the founder | https://buy.stripe.com/aFa7sNcgAdQS0ZT1Uc8k91t |
Refundable. UK Stripe — VAT-clean. Builds on the 81-MCP MEOK fleet. Verify any signed report at https://meok.ai/verify.
Configuration
Add to your claude_desktop_config.json (Claude Desktop) or your MCP client config:
{
"mcpServers": {
"accounting-ai-mcp": {
"command": "uvx",
"args": ["accounting-ai-mcp"]
}
}
}
Or: pip install accounting-ai-mcp then run the accounting-ai-mcp command (stdio transport).
Examples
Once configured, ask your assistant, for example:
- "Use
generate_invoiceto …" - "Use
categorize_expensesto …" - "Use
calculate_vatto …"
Recommended MCP Servers
How it compares
Finance-oriented MCP integration—not a payments processor plugin or a tax filing product.
FAQ
Who is accounting-ai-mcp for?
Developers operating live revenue who want MEOK AI Labs accounting tools available to Claude Code, Cursor, or other MCP clients.
When should I use accounting-ai-mcp?
Use it in Operate iterate when you regularly reconcile, categorize, or question books data and want agent-driven accounting AI on demand.
How do I add accounting-ai-mcp to my agent?
Install accounting-ai-mcp from PyPI, add the stdio MCP server block to your agent configuration, and secure any API keys or exports your accounting flow requires.