Skip to main content
ClaudeWave

Hosted Fi-Plan MCP server - month-by-month financial simulator for Indian salaries

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/12/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/ompurwar/fi-plan-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "fi-plan-mcp": {
      "command": "node",
      "args": ["/path/to/fi-plan-mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/ompurwar/fi-plan-mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# 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.

What people ask about fi-plan-mcp

What is ompurwar/fi-plan-mcp?

+

ompurwar/fi-plan-mcp is mcp servers for the Claude AI ecosystem. Hosted Fi-Plan MCP server - month-by-month financial simulator for Indian salaries It has 0 GitHub stars and its last recorded update is dated 2026-09-11.

How do I install fi-plan-mcp?

+

You can install fi-plan-mcp by cloning the repository (https://github.com/ompurwar/fi-plan-mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is ompurwar/fi-plan-mcp safe to use?

+

Our security agent has analyzed ompurwar/fi-plan-mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains ompurwar/fi-plan-mcp?

+

ompurwar/fi-plan-mcp is maintained by ompurwar. The last recorded GitHub activity is dated 2026-09-11, with 0 open issues.

Are there alternatives to fi-plan-mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy fi-plan-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.

Featured on ClaudeWave: ompurwar/fi-plan-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/ompurwar-fi-plan-mcp)](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>

More MCP Servers

fi-plan-mcp alternatives