Hosted Fi-Plan MCP server - month-by-month financial simulator for Indian salaries
- ✓Open-source license (MIT)
- ✓Actively maintained (<30d)
- ✓Clear description
- ✓Documented (README)
git clone https://github.com/ompurwar/fi-plan-mcp{
"mcpServers": {
"fi-plan-mcp": {
"command": "node",
"args": ["/path/to/fi-plan-mcp/dist/index.js"]
}
}
}Resumen de MCP Servers
# Fi-Plan MCP Server
[Fi-Plan](https://www.fi-plan.in) is a month-by-month financial simulator for
Indian salaries — income, taxes, EMIs, SIPs, and up to 50 years of net worth.
This repository is the public descriptor for the **hosted** Fi-Plan MCP server.
The server itself is not open source; the endpoint below is publicly reachable
and speaks MCP over Streamable HTTP (JSON-RPC 2.0).
## Endpoint
```
https://www.fi-plan.in/mcp
```
## Tools
Anonymous tools (no account required, IP rate limited):
| Tool | What it does |
|---|---|
| `loan_amortization` | Real monthly amortization schedule, with optional prepayments |
| `loan_refinance` | Refinance analysis: old loan vs new loan, break-even |
| `asset_projection` | Projects asset / portfolio growth over a horizon |
| `simulate_plan` | Runs a full year-by-year projection from a `plan_json` payload |
Authenticated tools (your plans, cashflows, loans, assets, net worth) are
available with an API token or OAuth. Create a token at
<https://www.fi-plan.in/profile>.
## Client configuration
The exact format differs per client. Use the one for yours.
**Claude Code** (CLI — recommended):
```bash
claude mcp add --transport http fi-plan https://www.fi-plan.in/mcp
```
**Claude Desktop / Claude apps** — add as a custom connector:
> Settings → Connectors → Add custom connector → URL `https://www.fi-plan.in/mcp`
**Cursor** (`.cursor/mcp.json`):
```json
{
"mcpServers": {
"fi-plan": {
"url": "https://www.fi-plan.in/mcp"
}
}
}
```
**VS Code** (`.vscode/mcp.json`) — note the `servers` key and the required `type`:
```json
{
"servers": {
"fi-plan": {
"type": "http",
"url": "https://www.fi-plan.in/mcp"
}
}
}
```
**Any client using the `.mcp.json` / `mcpServers` shape** (e.g. Claude Code project
scope) — a `url` entry **must** include `"type": "http"`, or the client treats it
as a stdio server and skips it:
```json
{
"mcpServers": {
"fi-plan": {
"type": "http",
"url": "https://www.fi-plan.in/mcp"
}
}
}
```
### Authenticated (optional)
For account tools, pass a token in a header. Works only in clients that support
custom headers (Cursor, VS Code, Claude Code); the Claude Desktop/apps connector
UI does not take custom headers.
Claude Code:
```bash
claude mcp add --transport http fi-plan https://www.fi-plan.in/mcp \
--header "Authorization: Bearer fp_your_token_here"
```
Cursor / VS Code / `.mcp.json`:
```json
{
"mcpServers": {
"fi-plan": {
"type": "http",
"url": "https://www.fi-plan.in/mcp",
"headers": { "Authorization": "Bearer fp_your_token_here" }
}
}
}
```
## Discovery
- Tools list: <https://www.fi-plan.in/api/public/tools>
- OpenAPI: <https://www.fi-plan.in/api/public/openapi.json>
- `llms.txt`: <https://www.fi-plan.in/llms.txt>
## License
The contents of this repository (documentation) are MIT licensed.
The Fi-Plan application and MCP server are proprietary — see
<https://www.fi-plan.in> for terms.
Lo que la gente pregunta sobre fi-plan-mcp
¿Qué es ompurwar/fi-plan-mcp?
+
ompurwar/fi-plan-mcp es mcp servers para el ecosistema de Claude AI. Hosted Fi-Plan MCP server - month-by-month financial simulator for Indian salaries Tiene 0 estrellas en GitHub y su última actualización registrada es del 2026-09-11.
¿Cómo se instala fi-plan-mcp?
+
Puedes instalar fi-plan-mcp clonando el repositorio (https://github.com/ompurwar/fi-plan-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.
¿Es seguro usar ompurwar/fi-plan-mcp?
+
Nuestro agente de seguridad ha analizado ompurwar/fi-plan-mcp y le ha asignado un Trust Score de 87/100 (tier: Trusted). Revisa el desglose completo de comprobaciones superadas y flags en esta página.
¿Quién mantiene ompurwar/fi-plan-mcp?
+
ompurwar/fi-plan-mcp es mantenido por ompurwar. La última actividad registrada en GitHub es del 2026-09-11, con 0 issues abiertos.
¿Hay alternativas a fi-plan-mcp?
+
Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.
Despliega fi-plan-mcp en tu cloud
Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.
¿Mantienes este repo? Añade un badge a tu README
Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.
[](https://claudewave.com/repo/ompurwar-fi-plan-mcp)<a href="https://claudewave.com/repo/ompurwar-fi-plan-mcp"><img src="https://claudewave.com/api/badge/ompurwar-fi-plan-mcp" alt="Featured on ClaudeWave: ompurwar/fi-plan-mcp" width="320" height="64" /></a>Más 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.
Real-time global intelligence dashboard. AI-powered news aggregation, geopolitical monitoring, and infrastructure tracking in a unified situational awareness interface
The fastest path to AI-powered full stack observability, even for lean teams.
🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!