io.github.SamuelMoraesF/mcp-organizze
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., "@io.github.SamuelMoraesF/mcp-organizzeShow my current account balances."
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.
MCP Organizze
Servidor MCP para integração com o gestor financeiro Organizze, compatível com qualquer cliente MCP (Claude Desktop, etc).
Este projeto expõe a API v2 do Organizze como ferramentas de IA, permitindo criar transações, consultar saldos, metas e muito mais.
✨ Funcionalidades
Contas: Listar, criar e detalhar contas bancárias.
Transações: Criar (despesas/receitas) e listar movimentações.
Cartões de Crédito: Listar e detalhar faturas.
Categorias e Metas: Gerenciamento completo.
Related MCP server: LunchMoney MCP Server
🚀 Como Usar
Pré-requisitos
Você precisará das suas credenciais do Organizze:
ORGANIZZE_EMAIL: Seu email de login.ORGANIZZE_API_KEY: Sua chave de API.
Opção 1: Via UVX (Recomendado)
Se você tem o uv instalado, pode rodar diretamente sem instalar nada:
# Executa em modo STDIO (padrão para Claude Desktop)
ORGANIZZE_EMAIL=seu@email.com ORGANIZZE_API_KEY=sua_chave uvx mcp-organizzePara integrar ao Claude Desktop, adicione ao seu arquivo de configuração:
{
"mcpServers": {
"organizze": {
"command": "uvx",
"args": ["mcp-organizze"],
"env": {
"ORGANIZZE_EMAIL": "seu_email",
"ORGANIZZE_API_KEY": "sua_chave_api"
}
}
}
}Opção 2: Via Docker
A imagem Docker roda por padrão em modo Streamable HTTP (SSE) na porta 8000, ideal para uso remoto ou em servidores.
Executar com SSE (Porta 8000):
docker run -p 8000:8000 \
-e ORGANIZZE_EMAIL=seu_email \
-e ORGANIZZE_API_KEY=sua_chave \
mcp-organizzeExecutar com STDIO (Interativo):
docker run -i \
-e ORGANIZZE_EMAIL=seu_email \
-e ORGANIZZE_API_KEY=sua_chave \
mcp-organizze --transport stdioOpção 3: Instalação Local (Pip/UV)
Clone o repositório e instale:
uv pip install .
# ou
pip install .Rode o servidor:
python -m mcp_organizze🛠 Desenvolvimento e Publicação
Estrutura do Projeto
src/mcp_organizze: Código fonte do pacote.pyproject.toml: Configuração de build e dependências.Dockerfile: Configuração para containerização..github/workflows: Actions para CI/CD.
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.
Related MCP Servers
- Flicense-qualityDmaintenanceAn MCP server that enables AI assistants to interact directly with Lunch Money's financial API, allowing users to query transactions, access budget information, and perform financial analysis through natural language.Last updated
- AlicenseBqualityAmaintenanceAn MCP server implementation that provides programmatic access to personal finance data through LunchMoney's API, enabling AI assistants to manage transactions, budgets, categories, and assets.Last updated5956688MIT
- AlicenseBqualityCmaintenanceAn MCP server providing full integration with the Lunch Money API to manage financial data including transactions, budgets, assets, and categories. It enables AI assistants to perform CRUD operations on financial records through a standardized HTTP interface.Last updated26MIT
- Alicense-qualityBmaintenanceAn MCP server for the Pluggy Open Finance Brazil API, enabling connection to bank accounts and management of financial data including transactions, accounts, investments, and payment intents through natural language.Last updated18MIT
Related MCP Connectors
MCP server for Gainium — manage trading bots, deals, and balances via AI assistants
MCP server exposing the Backtest360 engine API as tools for AI agents.
MCP server for Argo RPG Platform — connects AI assistants to campaign data via OAuth2
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/SamuelMoraesF/mcp-organizze'
If you have feedback or need assistance with the MCP directory API, please join our Discord server