merit-aktiva-mcp
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., "@merit-aktiva-mcplist the last 10 sales invoices for customer 1001"
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.
merit-aktiva-mcp
MCP server for the Merit Aktiva accounting API. Exposes ~60 tools covering sales/purchase invoices, payments, customers, vendors, items, general ledger, offers, reference data, and reports — read and write.
Remote (Cloudflare Workers)
The server can also run as a remote MCP server with OAuth (src/worker.ts, wrangler.jsonc). Deploy your own: wrangler kv namespace create OAUTH_KV (put the id in wrangler.jsonc), wrangler secret put for MERIT_API_ID, MERIT_API_KEY, ACCESS_KEY, then wrangler deploy. Connect with claude mcp add --transport http merit-aktiva https://<your-worker-url>/mcp; the authorize page asks for your ACCESS_KEY.
Related MCP server: e-arveldaja MCP Server
Setup (local stdio)
Get your API id and key from Merit Aktiva: Settings → Common settings → API settings.
claude mcp add merit-aktiva -e MERIT_API_ID=<id> -e MERIT_API_KEY=<key> -- npx -y merit-aktiva-mcpOr from a checkout: npm install && npm run build, then use node /path/to/merit-aktiva-mcp/dist/index.js as the command.
Environment variables:
MERIT_API_ID(required)MERIT_API_KEY(required)MERIT_BASE_URL(optional, defaulthttps://aktiva.merit.ee; Poland:https://program.360ksiegowosc.pl)
Instead of -e flags you can put these in a .env file (KEY=VALUE lines) in the project root or the working directory; real environment variables take precedence. .env is gitignored.
Notes
Tool inputs are the raw Merit request bodies (documented per tool in its description); dates are
yyyymmddstrings, list endpoints cap periods at 3 months.delete_*tools are destructive — Merit has no undo.npm testruns the test suite (signature verified against the worked example in Merit's auth docs).
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 Connectors
Malaysian SME accounting, e-Invoice and payroll for your AI. 57 tools; writes are approved drafts.
1Query and manage Mercoa AP/AR bill-pay: entities, invoices, transactions and payment methods.
Taokeh — Malaysian SME accounting, e-Invoice and payroll for your AI. 57 tools. Your AI reads the books directly — P&L, cash position, receivables aging, stock, payroll summaries, document search — and files work as pending drafts: invoices, bills, expenses, receipts, journals, credit notes. Nothing posts without a human tap in Taokeh, and corrections to already-posted invoices arrive as diffs only an admin can approve, keeping the invoice number intact. Migration tools stage a chart of accounts, contacts, products and opening balances from your old system. Works with Claude, ChatGPT and any MCP client; OAuth or personal token. English and Bahasa Malaysia.
Fakturownia.pl (Polish invoicing) via MCP: invoices, clients, products, warehouse. Full read-write.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceComplete Swiss accounting integration for Bexio via MCP. Works with Claude Desktop, n8n, and any MCP client. 221 tools for invoices, contacts, projects & more. Created by Lukas Hertig.29MIT
- AlicenseCqualityAmaintenanceEnables interaction with the Estonian e-arveldaja (RIK e-Financials) REST API to manage financial records like invoices and journal entries using natural language. It supports automating purchase invoice entry from PDFs, reconciling bank transactions, and generating financial reports.13087033Apache 2.0
- AlicenseNot gradedqualityBmaintenanceIntegrates with the sevdesk German accounting API, providing 76 tools for full CRUD operations across contacts, invoices, vouchers, orders, credit notes, bank accounts, transactions, parts, tags, addresses, and communication ways.264MIT
- AlicenseNot gradedqualityAmaintenanceEnables querying Xubio accounting data (clients, invoices, products, balances) through natural language by exposing 52 read-only API endpoints as MCP tools.MIT
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/roosa-dev/merit-aktiva-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server