🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

@codespar/mcp-omie

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codespar/mcp-omie

MCP server for Omie — ERP, customers, products, orders, invoices, financials

latest
npmnpm
Version
0.2.2
Version published
Maintainers
2
Created
Source

@codespar/mcp-omie

MCP server for Omie — ERP with customers, products, orders, invoices, and financials

npm License: MIT

Quick Start

Claude Desktop

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 Code

claude mcp add omie -- npx @codespar/mcp-omie

Cursor / VS Code

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"
      }
    }
  }
}

Tools (30)

ToolPurpose
list_customersList customers from Omie ERP
create_customerCreate a customer in Omie ERP
list_productsList products from Omie ERP
create_productCreate a product in Omie ERP
create_orderCreate a sales order in Omie ERP
list_ordersList sales orders from Omie ERP
list_invoicesList invoices (NF) from Omie ERP
get_financialList accounts receivable from Omie ERP
create_invoiceConsult a specific NF by ID in Omie ERP
get_company_infoList companies registered in Omie ERP
create_service_orderCreate a service order (OS) in Omie ERP
list_service_ordersList service orders (OS) from Omie ERP
create_purchase_orderCreate a purchase order in Omie ERP
list_purchase_ordersList purchase orders from Omie ERP
get_bank_accountsList registered bank accounts in Omie ERP
create_account_payableCreate an accounts payable (AP) entry in Omie ERP
list_accounts_payableList accounts payable (AP) titles in Omie ERP
pay_account_payableSettle / record payment (baixa) for an AP title in Omie ERP
list_dreList DRE (income statement) chart of accounts in Omie ERP
get_bank_statementRetrieve bank account statement (extrato) for a period from Omie ERP
list_categoriesList chart of accounts categories in Omie ERP
list_departmentsList departments (cost centers) in Omie ERP
list_projectsList projects in Omie ERP
create_cash_entryCreate a bank account ledger entry (lançamento de conta corrente) in Omie ERP
list_financial_movementsList unified financial movements (AP + AR + CC) in Omie ERP
create_stock_adjustmentCreate an inventory adjustment (entry/exit/balance) in Omie ERP
get_stock_positionGet current stock position / balance in Omie ERP
update_sales_orderAlter an existing sales order in Omie ERP
get_sales_orderConsult a specific sales order by ID or integration code in Omie ERP
invoice_sales_orderGenerate an invoice (NF) from an existing sales order in Omie ERP

Authentication

Omie uses JSON-RPC style requests with app_key and app_secret in the request body.

Sandbox / Testing

Omie provides a sandbox via app registration. Create an app to get test credentials.

Get your credentials

  • Go to Omie Developer Portal
  • Create an account
  • Register an application to get app key and secret
  • Set the environment variables

Environment Variables

VariableRequiredDescription
OMIE_APP_KEYYesOmie app key
OMIE_APP_SECRETYesOmie app secret

Roadmap

v0.3 (planned)

  • create_production_order — Create a production order
  • emit_nfe — Emit NF-e (native emission, not import)
  • reconcile_bank_transaction — Bank reconciliation matching
  • create_service_contract — Service contracts CRUD
  • create_custom_field — Merchant custom fields

Want to contribute? Open a PR or request a tool.

Enterprise

Need governance, budget limits, and audit trails for agent payments? CodeSpar Enterprise adds policy engine, payment routing, and compliance templates on top of these MCP servers.

License

MIT

Keywords

mcp

FAQs

Package last updated on 22 Jun 2026

Did you know?

Socket

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.

Install

Related posts