
Product
Socket Now Protects the Firefox Extension Ecosystem
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.
@codespar/mcp-omie
Advanced tools
MCP server for Omie — ERP with customers, products, orders, invoices, and financials
Add to ~/.config/claude/claude_desktop_config.json:
{
"mcpServers": {
"omie": {
"command": "npx",
"args": ["-y", "@codespar/mcp-omie"],
"env": {
"OMIE_APP_KEY": "your-app-key",
"OMIE_APP_SECRET": "your-app-secret"
}
}
}
}
claude mcp add omie -- npx @codespar/mcp-omie
Add to .cursor/mcp.json or .vscode/mcp.json:
{
"servers": {
"omie": {
"command": "npx",
"args": ["-y", "@codespar/mcp-omie"],
"env": {
"OMIE_APP_KEY": "your-app-key",
"OMIE_APP_SECRET": "your-app-secret"
}
}
}
}
| Tool | Description |
|---|---|
list_customers | List customers from Omie ERP |
create_customer | Create a customer in Omie ERP |
list_products | List products from Omie ERP |
create_product | Create a product in Omie ERP |
create_order | Create a sales order in Omie ERP |
list_orders | List sales orders from Omie ERP |
list_invoices | List invoices (NF) from Omie ERP |
get_financial | List accounts receivable from Omie ERP |
create_invoice | Consult a specific NF by ID in Omie ERP |
get_company_info | List companies registered in Omie ERP |
Omie uses JSON-RPC style requests with app_key and app_secret in the request body.
Omie provides a sandbox via app registration. Create an app to get test credentials.
| Variable | Required | Description |
|---|---|---|
OMIE_APP_KEY | Yes | Omie app key |
OMIE_APP_SECRET | Yes | Omie app secret |
create_service_order — Create a service orderlist_service_orders — List service orders with filterscreate_purchase_order — Create a purchase orderlist_purchase_orders — List purchase orders with filtersget_bank_accounts — Get registered bank accountscreate_production_order — Create a production orderaccounting_entries — Create and list accounting entriesWant to contribute? Open a PR or request a tool.
MIT
FAQs
MCP server for Omie — ERP, customers, products, orders, invoices, financials
The npm package @codespar/mcp-omie receives a total of 52 weekly downloads. As such, @codespar/mcp-omie popularity was classified as not popular.
We found that @codespar/mcp-omie demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket is bringing experimental protection to Firefox, scanning 97,000+ extensions in Mozilla's official directory for malware and risky updates.

Research
/Security News
Three compromised Rust crates pulled in a malicious dependency that downloaded and executed cross-platform malware during Cargo builds.

Research
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.