mcp-finance
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., "@mcp-financelog a $12 lunch expense"
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-gastos-daily-driver
MCP server (Node.js + TypeScript) para captura y clasificación de gastos.
Requisitos
Node.js 20+
Docker (para Postgres local)
Related MCP server: expense-tracker-mcp-server
Setup local (dev)
Levanta las bases de datos:
docker compose up -dInstala dependencias:
npm iConfigura variables de entorno:
cp .env.example .envMigra y carga seed (Prisma):
npm run prisma:migrate && npm run prisma:seedEjecuta en modo desarrollo:
npm run devDocker (producción)
El Dockerfile hace un build multi-stage:
npm cinpm run prisma:generate(Prisma v7; genera el cliente engenerated/prisma)npm run build(TypeScript →dist/)arranque:
npm run start(ejecutanode dist/src/server.js)
Build
docker build -t mcp-gastos-daily-driver .Run
docker run --rm -p 8787:8787 \
-e PORT=8787 \
-e DATABASE_URL_FINANCE="postgresql://user:pass@host:5432/finance_db" \
mcp-gastos-daily-driverEndpoint de healthcheck:
GET /health
Notas para Dokploy
Buildpack/Runtime: Dockerfile
Puerto: 8787 (o el que definas en
PORT)Healthcheck: /health
Variables mínimas:
DATABASE_URL_FINANCE,API_KEY_SALT(+ llave de OpenRouter si usas clasificación LLM).Migraciones (opcional, recomendado): ejecutar
npm run prisma:deploycomo comando de “pre-deploy/release” (requiereDATABASE_URL_FINANCE).
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
- 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/toothlesstarantula/mcp-finance'
If you have feedback or need assistance with the MCP directory API, please join our Discord server