
Mcp Omie
Connect your coding agent to Omie ERP for customers, products, orders, invoices, and financial records in one MCP stdio package.
Overview
io.github.codespar/mcp-omie is a MCP server for the Build phase that exposes Omie ERP customers, products, orders, invoices, and financials to coding agents.
What is this MCP server?
- stdio MCP @codespar/mcp-omie v0.1.2
- Omie ERP entities: customers, products, orders, invoices, financials
- Single OMIE_APP_SECRET required at runtime
- npm package from codespar mcp-dev-brasil erp/omie
- Suited to agent-assisted CRM, billing, and inventory queries
- Package version 0.1.2
- ERP domains listed: customers, products, orders, invoices, financials
- 1 required secret: OMIE_APP_SECRET
Community signal: 252 GitHub stars.
What problem does it solve?
Your stack uses Omie as ERP but every agent task still needs hand-written API calls to fetch orders or update master data.
Who is it for?
Brazilian solo builders whose product or ops already run on Omie and who want unified agent access to ERP records.
Skip if: Teams on other ERPs, builders without Omie API keys, or workflows that need deep manufacturing modules not covered by the connector README.
What do I get? / Deliverables
Install the server with OMIE_APP_SECRET and your agent can call Omie-backed MCP tools over stdio.
- Agent tools mapped to Omie ERP entities
- Reduced custom Omie REST boilerplate in agent workflows
- Documented ERP credential setup for local dev
Recommended MCP Servers
Journey fit
ERP connectors are classic Build integrations when you embed back-office data into apps, bots, or internal tools. Omie maps to integrations because it is an external ERP API surface exposed as MCP tools rather than in-repo application code.
How it compares
Omie ERP MCP integration, not a full ERP migration or accounting methodology skill.
Common Questions / FAQ
Who is mcp-omie for?
Indie developers and small businesses standardized on Omie ERP who want their AI agent to read and act on customers, orders, and invoices during development and support.
When should I use mcp-omie?
Use it while building integrations, internal dashboards, or support bots that must pull live Omie data without maintaining duplicate API layers.
How do I add mcp-omie to my agent?
Install @codespar/mcp-omie, configure stdio MCP in your agent settings, and provide the OMIE_APP_SECRET environment variable before launch.