omie-mcp
Click on "Install 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: MCP Bling
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 installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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