Servidor MCP de calculadoras financieras genéricas (ES): ratios, DuPont, Z-Score, WACC, DCF, VAN/TIR, aging, depreciación, amortización y tributario Chile. Cálculo puro, sin conexiones externas.
claude mcp add finanzas-mcp -- uvx finanzas-mcp{
"mcpServers": {
"finanzas-mcp": {
"command": "uvx",
"args": ["finanzas-mcp"]
}
}
}MCP Servers overview
# finanzas-mcp
[](https://github.com/MITDEVPRO/finanzas-mcp/actions/workflows/ci.yml) [](https://pypi.org/project/finanzas-mcp/)
Servidor **MCP** (Model Context Protocol) de **calculadoras financieras genéricas**, en español, para usar con Claude Desktop, Claude Code o cualquier cliente MCP.
**25 herramientas de cálculo puro**: todas operan sobre los datos que tú entregas — el servidor **no se conecta a internet, a bases de datos ni guarda estado**. Sirve para cualquier empresa, en cualquier moneda.
> *Finance calculators as an MCP server (Spanish-first): ratios, DuPont, Altman Z-Score, Piotroski F-Score, WACC, CAPM, DCF, multiples, NPV/IRR, break-even, AR aging, depreciation, loan amortization, indirect cash flow, and Chilean tax helpers (VAT, corporate tax, monetary correction). Pure computation, no external connections.*

## Herramientas
| Módulo | Tools |
|---|---|
| **Ratios y diagnóstico** | `ratios_liquidez` · `ratios_rentabilidad` · `ratios_eficiencia` (DIO/DSO/DPO/CCC) · `ratios_endeudamiento` · `dupont` (3 y 5 factores) · `altman_z_score` (3 variantes) · `piotroski_f_score` · `working_capital` (NOF) |
| **Valoración** | `capm_costo_equity` (con beta Hamada) · `wacc` · `dcf` (con sensibilidad WACC×g) · `valoracion_multiplos` · `van_tir` (VAN, TIR, payback) |
| **Operación** | `punto_equilibrio` · `variacion` (Δ, %, CAGR) · `aging_cartera` · `depreciacion` (lineal/acelerada/suma dígitos) · `amortizacion_credito` (francés/alemán) · `interes_compuesto` · `flujo_caja_indirecto` |
| **Tributario (Chile, parametrizable)** | `iva` · `impuesto_empresa` (14A/14D3/custom) · `correccion_monetaria` · `escudo_fiscal` · `ppm_calculo` |
Convenciones: **tasas en decimales** (`0.10` = 10 %), montos en la moneda que uses, resultados con interpretación incluida donde aporta.
## Instalación
### Claude Desktop / Claude Code (con [uv](https://docs.astral.sh/uv/))
```json
{
"mcpServers": {
"finanzas": {
"command": "uvx",
"args": ["finanzas-mcp"]
}
}
}
```
En Claude Code basta:
```bash
claude mcp add finanzas -- uvx finanzas-mcp
```
### Desde el código clonado
```bash
git clone https://github.com/MITDEVPRO/finanzas-mcp
cd finanzas-mcp
uv run finanzas-mcp # o: pip install -e . && finanzas-mcp
```
## Ejemplos de uso (en tu cliente MCP)
- *"Calcula la liquidez con activo corriente 850M, pasivo corriente 260M, inventario 420M"*
- *"Valoriza por DCF: FCF 1.200, 1.350, 1.500; WACC 11%; g 2,5%; deuda neta 2.000"*
- *"¿Cuál es el Z-Score? Activos 10.000M, pasivos 6.000M, WC 1.800M, utilidades retenidas 2.500M, EBIT 900M, patrimonio 4.000M"*
- *"Tabla de un crédito de 50M a 60 cuotas, 1,1% mensual, sistema francés"*
- *"Aging de estas facturas: [{monto: 12M, dias_vencido: 45, cliente: 'ACME'}, …]"*
## Desarrollo
```bash
uv run --group dev pytest # 20 tests de la matemática financiera
```
Estructura: `src/finanzas_mcp/` — `app.py` (instancia FastMCP) + 4 módulos de tools + `server.py` (entry point stdio). SDK oficial [`mcp`](https://github.com/modelcontextprotocol/python-sdk).
## Disclaimer
Los resultados son **referenciales y educativos**: no constituyen asesoría financiera, tributaria ni de inversión. Las tasas tributarias chilenas (IVA 19 %, 14A 27 %, 14D3 25 %) son las vigentes al momento de publicar y son **parametrizables** en cada tool.
## Licencia
[MIT](LICENSE)
---
`mcp-name: io.github.MITDEVPRO/finanzas-mcp`
What people ask about finanzas-mcp
What is MITDEVPRO/finanzas-mcp?
+
MITDEVPRO/finanzas-mcp is mcp servers for the Claude AI ecosystem. Servidor MCP de calculadoras financieras genéricas (ES): ratios, DuPont, Z-Score, WACC, DCF, VAN/TIR, aging, depreciación, amortización y tributario Chile. Cálculo puro, sin conexiones externas. It has 1 GitHub stars and was last updated today.
How do I install finanzas-mcp?
+
You can install finanzas-mcp by cloning the repository (https://github.com/MITDEVPRO/finanzas-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.
Is MITDEVPRO/finanzas-mcp safe to use?
+
MITDEVPRO/finanzas-mcp has not been audited yet by our security agent. Review the original repository on GitHub before using it in production.
Who maintains MITDEVPRO/finanzas-mcp?
+
MITDEVPRO/finanzas-mcp is maintained by MITDEVPRO. The last recorded GitHub activity is from today, with 0 open issues.
Are there alternatives to finanzas-mcp?
+
Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.
Deploy finanzas-mcp to your cloud
Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.
Maintain this repo? Add a badge to your README
Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.
[](https://claudewave.com/repo/mitdevpro-finanzas-mcp)<a href="https://claudewave.com/repo/mitdevpro-finanzas-mcp"><img src="https://claudewave.com/api/badge/mitdevpro-finanzas-mcp" alt="Featured on ClaudeWave: MITDEVPRO/finanzas-mcp" width="320" height="64" /></a>More MCP Servers
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
An open-source AI agent that brings the power of Gemini directly into your terminal.
The fastest path to AI-powered full stack observability, even for lean teams.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!