Skip to main content
Glama
thiagoorodrigues

omie-mcp

omie-mcp

MCP server for the Omie API: list products, list/consult clients, and create budgets (orçamentos).

Tools

  • products_list — list products (pagination: page, limit).

  • products_get — get one product by codigo_produto.

  • clients_list — list clients; optional filters nome_fantasia, razao_social, cnpj_cpf.

  • clients_get — get one client by codigo_cliente_omie.

  • budget_create — create an orçamento: codigo_cliente + itens[] (codigo_produto, quantidade, valor_unitario); optional etapa (default "00"), codigo_pedido_integracao.

  • budgets_list — list budgets/orders; optional filtrar_por_data_de, filtrar_por_data_ate (dd/mm/yyyy).

Related MCP server: protheus-mcp-server (piloto)

Setup

npm install
npm run build
npm test

Set credentials (Omie → app credentials):

OMIE_APP_KEY=...
OMIE_APP_SECRET=...

Use with Claude Desktop / Claude Code

Add to your MCP config:

{
  "mcpServers": {
    "omie": {
      "command": "node",
      "args": ["/Users/thiagorodrigues/Projetos/omie-mcp/dist/index.js"],
      "env": {
        "OMIE_APP_KEY": "your-key",
        "OMIE_APP_SECRET": "your-secret"
      }
    }
  }
}
A
license - permissive license
-
quality - not tested
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    B
    maintenance
    Remote MCP server for Bling API v3, enabling tools to manage products, orders, contacts, and generic API requests via OAuth multi-tenant authentication.
    10
  • F
    license
    A
    quality
    B
    maintenance
    Read-only MCP connector for querying the Protheus (TOTVS) system, exposing 10 GET endpoints as MCP tools with OAuth2 authentication and friendly error handling.
    10
  • A
    license
    -
    quality
    C
    maintenance
    MCP server for Bling ERP, enabling read and write operations on sales orders, products, contacts, accounts payable/receivable, NF-e, inventory, and more via OAuth 2.0.
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Read-only MCP server for Olist Tiny ERP, enabling querying of products, inventory, orders, invoices, accounts, contacts, shipping, purchase orders, CRM, and price lists via the official REST API v3.
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server for Brazilian Federal Senate open data (legislative, administrative, e-Cidadania).

  • Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.

  • MCP server for live, sourced Brazilian public data from the official IBGE APIs.

View all MCP Connectors

Latest Blog Posts

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/thiagoorodrigues/omie-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server