Skip to main content
ClaudeWave

MCP server for Indian finance data — MF NAVs, GST & income-tax calculators, RBI rates, NSE quotes; works with any MCP client

MCP ServersOfficial Registry0 stars0 forksPythonMITUpdated today
ClaudeWave Trust Score
95/100
Verified
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Topics declared
  • Documented (README)
Last scanned: 9/14/2026
Install in Claude Code / Claude Desktop
Method: UVX (Python) · eco-policy-mcp
Claude Code CLI
claude mcp add eco-policy-mcp -- uvx eco-policy-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "eco-policy-mcp": {
      "command": "uvx",
      "args": ["eco-policy-mcp"]
    }
  }
}
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.
Use cases

MCP Servers overview

# eco-policy-mcp

<!-- mcp-name: io.github.Akhilesh-Chandewar/eco-policy-mcp -->

[![PyPI](https://img.shields.io/pypi/v/eco-policy-mcp?color=blue&logo=pypi)](https://pypi.org/project/eco-policy-mcp/)
[![MCP Registry](https://img.shields.io/badge/MCP_Registry-listed-7C3AED)](https://registry.modelcontextprotocol.io/)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](LICENSE)
[![GitHub release](https://img.shields.io/github/v/release/Akhilesh-Chandewar/eco-policy-mcp)](https://github.com/Akhilesh-Chandewar/eco-policy-mcp/releases)

**An MCP server for Indian finance data** — mutual-fund NAVs, GST &
income-tax calculators, RBI policy rates and NSE market data — built for
**any MCP client** (Claude, Cursor, Gemini CLI, VS Code, Cline, custom
agents...), not just one.

Every successful response carries a **provenance block** (`source`, `as_of`,
`reference`), so AI agents can cite where each number came from instead of
hallucinating it.

## Links

| Resource | URL |
|---|---|
| GitHub repository | https://github.com/Akhilesh-Chandewar/eco-policy-mcp |
| PyPI package | https://pypi.org/project/eco-policy-mcp/ |
| MCP Registry name | `io.github.Akhilesh-Chandewar/eco-policy-mcp` (active on [registry.modelcontextprotocol.io](https://registry.modelcontextprotocol.io/)) |
| Releases | https://github.com/Akhilesh-Chandewar/eco-policy-mcp/releases |
| Issues | https://github.com/Akhilesh-Chandewar/eco-policy-mcp/issues |
| License | [MIT](LICENSE) |

## Install & run

```bash
# Run with any MCP client via uvx (installs automatically from PyPI):
uvx eco-policy-mcp

# Or pin the version:
uvx eco-policy-mcp@0.1.0

# From a clone:
uv sync
uv run eco-policy-mcp            # stdio (default, local clients)
uv run eco-policy-mcp --http --port 8000   # streamable-HTTP (remote clients)
```

See [`examples/`](examples/README.md) for client configs (Claude Desktop,
Cursor, Gemini CLI, VS Code, remote HTTP).

## Tools

| Domain | Tool | What it does |
|---|---|---|
| GST | `gst_split` | CGST/SGST vs IGST breakup for an amount + slab rate |
| GST | `gst_from_inclusive` | Extract GST from a tax-inclusive amount |
| GST | `gst_reverse_charge` | Reverse-charge (RCM) tax payable |
| GST | `gstin_validate` | GSTIN mod-36 checksum validation + state code |
| Income tax | `income_tax_new_regime` | FY 2026-27 new-regime estimate (std deduction + 87A rebate) |
| Income tax | `income_tax_old_regime` | Old-regime estimate (80C, age-based exemption) |
| Income tax | `income_tax_compare_regimes` | New vs old with recommendation |
| Mutual funds | `mf_search_schemes` | Search all AMFI schemes by name |
| Mutual funds | `mf_get_nav` | Latest NAV for a scheme code |
| Mutual funds | `mf_get_nav_history` | Historical NAVs between dates |
| Mutual funds | `mf_compute_returns` | Absolute return + CAGR between dates |
| Mutual funds | `mf_sip_calculator` | SIP simulation on real NAVs with XIRR |
| RBI | `rbi_get_policy_rates` | Repo, SDF, MSF, bank rate, CRR, SLR (as-of dated) |
| NSE | `nse_get_quote` | Equity quote (unofficial public endpoint) |
| NSE | `nse_get_index_quote` | Index snapshot (NIFTY 50, BANK, IT...) |
| NSE | `nse_get_historical` | Daily OHLCV (max 1y window) |
| Server | `eco_server_info` | Version, tool list, cache health |

Also exposes **resources** (`eco-policy://amfi/freshness`,
`eco-policy://rbi/policy-rates`) and **prompts** (`compare_mutual_funds`,
`gst_invoice_breakup`).

## Data sources & disclaimers

- **AMFI** (`NAVAll.txt`) — official daily NAV dump; parsed and cached 6h.
- **mfapi.in** — community mirror of AMFI's NAV archive (history, returns, SIP).
- **RBI** — curated policy-rate snapshot stamped with its as-of date; verify at
  [rbi.org.in](https://www.rbi.org.in) before acting on it.
- **NSE** — unofficial public endpoints; quotes may be delayed and endpoints
  can change without notice. Failures return structured errors, never raw HTML.
- Tax computations are **estimators** (excludes surcharge, capital-gains
  special rates); nothing here is investment or tax advice.

## Configuration

All settings via env vars (prefix `ECO_`): `ECO_TTL_AMFI_INDEX`,
`ECO_TTL_NSE_QUOTE`, `ECO_NSE_MIN_INTERVAL`, `ECO_HTTP_TIMEOUT`,
`ECO_MFAPI_BASE`, `ECO_NSE_BASE`, `ECO_AMFI_NAV_URL`, ... — see
`src/eco_policy_mcp/config.py`.

## Development

```bash
uv sync --dev          # install with dev tools
uv run pytest          # run the test suite (no network needed)
```

## License

MIT — see [LICENSE](LICENSE).
financegstindiamcpmodel-context-protocolmutual-fundspython

What people ask about eco-policy-mcp

What is Akhilesh-Chandewar/eco-policy-mcp?

+

Akhilesh-Chandewar/eco-policy-mcp is mcp servers for the Claude AI ecosystem. MCP server for Indian finance data — MF NAVs, GST & income-tax calculators, RBI rates, NSE quotes; works with any MCP client It has 0 GitHub stars and its last recorded update is dated 2026-09-13.

How do I install eco-policy-mcp?

+

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

Is Akhilesh-Chandewar/eco-policy-mcp safe to use?

+

Our security agent has analyzed Akhilesh-Chandewar/eco-policy-mcp and assigned a Trust Score of 95/100 (tier: Verified). See the full breakdown of passed checks and flags on this page.

Who maintains Akhilesh-Chandewar/eco-policy-mcp?

+

Akhilesh-Chandewar/eco-policy-mcp is maintained by Akhilesh-Chandewar. The last recorded GitHub activity is dated 2026-09-13, with 0 open issues.

Are there alternatives to eco-policy-mcp?

+

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

Deploy eco-policy-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: Akhilesh-Chandewar/eco-policy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/akhilesh-chandewar-eco-policy-mcp)](https://claudewave.com/repo/akhilesh-chandewar-eco-policy-mcp)
<a href="https://claudewave.com/repo/akhilesh-chandewar-eco-policy-mcp"><img src="https://claudewave.com/api/badge/akhilesh-chandewar-eco-policy-mcp" alt="Featured on ClaudeWave: Akhilesh-Chandewar/eco-policy-mcp" width="320" height="64" /></a>

More MCP Servers

eco-policy-mcp alternatives