omie-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@omie-mcplist all products"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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 bycodigo_produto.clients_list— list clients; optional filtersnome_fantasia,razao_social,cnpj_cpf.clients_get— get one client bycodigo_cliente_omie.budget_create— create an orçamento:codigo_cliente+itens[](codigo_produto,quantidade,valor_unitario); optionaletapa(default"00"),codigo_pedido_integracao.budgets_list— list budgets/orders; optionalfiltrar_por_data_de,filtrar_por_data_ate(dd/mm/yyyy).
Related MCP server: Bling MCP
Setup
npm install
npm run build
npm testSet 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"
}
}
}
}This server cannot be deployed
Maintenance
Related MCP Connectors
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
MCP server for the Seline Analytics API
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
MCP server for Codat — companies, connections, invoices, bills and financial statements.
Related MCP Servers
- AlicenseDqualityCmaintenanceServidor MCP para a API do ComexStat, ferramenta de acesso às estatísticas de comércio exterior do Brasil.203 npm2MIT
- AlicenseNot gradedqualityDmaintenanceMCP 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
- AlicenseNot gradedqualityFmaintenanceRead-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
- AlicenseNot gradedqualityDmaintenanceRead-only MCP server for Omie ERP, enabling AI assistants to query financial data, accounts payable/receivable, bank reconciliation, invoices, and movements via natural language.12MIT