Full ERP: sales orders, accounts payable/receivable, customers, products, and financial entries. Your agent manages the entire back-office.
$ npm install @codespar/mcp-omieAdd this entry to your claude_desktop_config.json (or any MCP-compatible client config).
{
"mcpServers": {
"omie": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-omie"
],
"env": {
"OMIE_APP_SECRET": "<your_omie_app_secret>"
}
}
}
}After restart, your agent can call any of the 30 tools below โ try list_customers first.
Required to authenticate the server. Stored encrypted when using CodeSpar managed hosting.
OMIE_APP_SECRETAPI key for omie
Each tool is independent โ your agent loads only what it needs to reduce context and response time.
list_customerscreate_customerlist_productscreate_productcreate_orderlist_orderslist_invoicesget_financialMCP is a protocol โ any framework that speaks it can mount this server.