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.
Related MCP Servers
- FlicenseBqualityDmaintenanceMCP server for tracking personal expenses using FastMCP and SQLite, enabling adding, listing, updating, deleting expenses and summarizing by category via natural language tools.Last updated51
- Flicense-qualityCmaintenanceA lightweight local MCP server for tracking personal or small-team expenses. It lets you add expense entries, list transactions within a date range, and generate simple summaries by category — all backed by a local SQLite database.Last updated
- Flicense-qualityBmaintenanceA lightweight MCP server that lets LLM clients track, query, and summarize personal expenses using a local SQLite database.Last updated
- Flicense-qualityBmaintenanceMCP server for personal finance management. Enables natural language expense logging, budgeting, recurring charge detection, and statement import with deterministic local calculations.Last updated
Related MCP Connectors
Hosted MCP server for Mini Accountant: invoices, expenses, customers, analytics, tax estimates.
MCP server for managing Prisma Postgres.
TaxSort — Tollbooth-monetized MCP server for personal tax transaction classification
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/toothlesstarantula/mcp-finance'
If you have feedback or need assistance with the MCP directory API, please join our Discord server