Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

Eco Policy MCP

PYPI · ECO-POLICY-MCP · SCANNED SEP 21

Indian finance MCP server: mutual-fund NAVs, GST & income-tax tools, RBI rates, NSE quotes.

Available components

+19 this week 75 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security100
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
  • 1 of 24 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability86
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 1334 tokens (~70/item across 19 items; 17 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "gst_reverse_charge" implies "charge" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 19 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a current MCP spec version (2026-07-28).Pass
Install

How do I install the Eco Policy MCP server?

Eco Policy MCP runs locally as a PyPI package, launched with uvx eco-policy-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

pypi · eco-policy-mcp

# add to Claude Code
claude mcp add akhilesh-chandewar-eco-policy-mcp -- uvx eco-policy-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "akhilesh-chandewar-eco-policy-mcp": {
      "command": "uvx",
      "args": [
        "eco-policy-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "akhilesh-chandewar-eco-policy-mcp": {
      "command": "uvx",
      "args": [
        "eco-policy-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add akhilesh-chandewar-eco-policy-mcp -- uvx eco-policy-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "akhilesh-chandewar-eco-policy-mcp": {
      "type": "local",
      "command": [
        "uvx",
        "eco-policy-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add akhilesh-chandewar-eco-policy-mcp --command uvx --arg eco-policy-mcp
# ~/.hermes/config.yaml
mcp_servers:
  akhilesh-chandewar-eco-policy-mcp:
    command: "uvx"
    args: ["eco-policy-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "akhilesh-chandewar-eco-policy-mcp": {
      "Transport": "stdio",
      "Command": "uvx",
      "Arguments": [
        "eco-policy-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add akhilesh-chandewar-eco-policy-mcp -t stdio -c uvx -a eco-policy-mcp
// mcp.json
{
  "mcpServers": {
    "akhilesh-chandewar-eco-policy-mcp": {
      "command": "uvx",
      "args": [
        "eco-policy-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 21 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 20 Sept 26 +3
    • Stability: unverified → 0.23 functional
  • 15 Sept 26 +15
    • Malware scan: unverified → pass security
  • 13 Sept 26 56

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed pypi/eco-policy-mcp@0.1.0

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem pypi

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
build_backend allowlisted hatchling.build

Background: Why install scripts are a supply-chain risk →

Dependencies 24 packages
Packages resolved 24
Stale 1
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 17 exposed · ~1,201 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
eco_server_info ~23

Server version, registered tools and cache health - useful for debugging connectivity.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

gst_from_inclusive ~70

Extract GST out of a tax-inclusive (MRP-style) amount.

NameTypeReqDescription
amountnumberyesGross amount that already includes GST.
rate_percentnumberyesGST slab rate - one of 0.25, 3, 5, 12, 18, 28.

Structured output declared, but exposes no named fields.

No examples provided.

gst_reverse_charge ~73

Compute tax payable under reverse charge mechanism (Section 9(3)/9(4)).

NameTypeReqDescription
amountnumberyesTaxable base amount in INR.
rate_percentnumberyesGST slab rate - one of 0.25, 3, 5, 12, 18, 28.

Structured output declared, but exposes no named fields.

No examples provided.

gst_split ~94

Split GST into CGST+SGST (intra-state) or IGST (inter-state).

NameTypeReqDescription
amountnumberyesTaxable base amount in INR.
intra_statebooleanyesTrue if supplier and place of supply are in the same state.
rate_percentnumberyesGST slab rate - one of 0.25, 3, 5, 12, 18, 28.

Structured output declared, but exposes no named fields.

No examples provided.

gstin_validate ~41

Validate an Indian GSTIN using its mod-36 checksum and extract the state code.

NameTypeReqDescription
gstinstringyes15-character GSTIN to validate.

Structured output declared, but exposes no named fields.

No examples provided.

income_tax_compare_regimes ~96

Compare NEW vs OLD regime tax for FY 2026-27 and recommend the cheaper one.

NameTypeReqDescription
ageintegerAge of the taxpayer.
deductions_80cnumber80C investments (old regime only, capped at Rs 1.5 lakh).
gross_salarynumberyesAnnual gross salary in INR.
other_deductionsnumberOther old-regime deductions.

Structured output declared, but exposes no named fields.

No examples provided.

income_tax_new_regime ~119

Estimate income tax for FY 2026-27 (AY 2027-28) under the NEW regime. Applies the standard deduction (Rs 75,000) and the Section 87A rebate (taxable income up to Rs 12,00,000 effectively tax-free). Excludes surcharge and capital-gains special rates.

NameTypeReqDescription
ageintegerAge of the taxpayer (no slab effect in the new regime; kept for parity).
gross_salarynumberyesAnnual gross salary in INR.

Structured output declared, but exposes no named fields.

No examples provided.

income_tax_old_regime ~122

Estimate income tax for FY 2026-27 (AY 2027-28) under the OLD regime.

NameTypeReqDescription
ageintegerAge of the taxpayer (senior/super-senior exemption limits apply).
deductions_80cnumberChapter VI-A 80C investments (capped at Rs 1.5 lakh).
gross_salarynumberyesAnnual gross salary in INR.
other_deductionsnumberOther deductions (80D, HRA, etc.) - pass the eligible amount.

Structured output declared, but exposes no named fields.

No examples provided.

mf_compute_returns ~64

Compute absolute return and CAGR for a scheme between two dates.

NameTypeReqDescription
from_datestringyesStart date YYYY-MM-DD.
scheme_codestringyesAMFI scheme code.
to_dateEnd date YYYY-MM-DD (defaults to the latest NAV date).

Structured output declared, but exposes no named fields.

No examples provided.

mf_get_nav ~45

Get the latest published NAV for a mutual fund scheme (AMFI official data).

NameTypeReqDescription
scheme_codestringyesAMFI scheme code (find via mf_search_schemes).

Structured output declared, but exposes no named fields.

No examples provided.

mf_get_nav_history ~65

Get historical NAVs for a scheme between dates (ISO YYYY-MM-DD, inclusive).

NameTypeReqDescription
from_dateStart date YYYY-MM-DD (optional).
scheme_codestringyesAMFI scheme code.
to_dateEnd date YYYY-MM-DD (optional).

Structured output declared, but exposes no named fields.

No examples provided.

mf_search_schemes ~75

Search all Indian mutual fund schemes by name (AMFI official directory).

NameTypeReqDescription
limitintegerMax results to return (1-100).
querystringyesSubstring to search in scheme names (min 2 chars), e.g. 'nifty 50' or 'hdfc balanced'.

Structured output declared, but exposes no named fields.

No examples provided.

mf_sip_calculator ~88

Simulate a monthly SIP in a scheme using actual historical NAVs (XIRR included).

NameTypeReqDescription
from_datestringyesFirst instalment month YYYY-MM-DD.
monthly_amountnumberyesSIP instalment in INR.
scheme_codestringyesAMFI scheme code.
to_dateLast valuation date YYYY-MM-DD (defaults to latest NAV date).

Structured output declared, but exposes no named fields.

No examples provided.

nse_get_historical ~68

Get NSE daily OHLCV history for a symbol (max 1 year window per call).

NameTypeReqDescription
from_datestringyesStart date YYYY-MM-DD.
symbolstringyesNSE trading symbol.
to_dateEnd date YYYY-MM-DD (defaults to today).

Structured output declared, but exposes no named fields.

No examples provided.

nse_get_index_quote ~71

Get a live NSE index snapshot (NIFTY 50, NIFTY BANK, NIFTY IT, ...).

NameTypeReqDescription
index_namestringIndex name, e.g. 'NIFTY 50', 'NIFTY BANK', 'NIFTY MIDCAP 100'.

Structured output declared, but exposes no named fields.

No examples provided.

nse_get_quote ~48

Get a live NSE equity quote (unofficial public endpoint).

NameTypeReqDescription
symbolstringyesNSE trading symbol, e.g. 'INFY', 'RELIANCE', 'TCS'.

Structured output declared, but exposes no named fields.

No examples provided.

rbi_get_policy_rates ~39

Get current RBI policy rates (repo, SDF, MSF, bank rate, CRR, SLR) with as-of date.

Input schema present but exposes no named parameters.

Structured output declared, but exposes no named fields.

No examples provided.

Common questions

What is the Eco Policy MCP server?

Eco Policy MCP is listed in the public MCP registry as io.github.Akhilesh-Chandewar/eco-policy-mcp. Indian finance MCP server: mutual-fund NAVs, GST & income-tax tools, RBI rates, NSE quotes. This page covers its PyPI package (eco-policy-mcp).

Is the Eco Policy MCP server safe to use?

Eco Policy MCP scores 75 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the Eco Policy MCP server expose?

Eco Policy MCP exposes 17 tools: gst_split, gst_from_inclusive, gst_reverse_charge, gstin_validate, income_tax_new_regime, and 12 more. Their descriptions and schemas cost roughly 1,201 tokens of context every time the server is loaded.

Is the Eco Policy MCP server still maintained?

Eco Policy MCP is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the Eco Policy MCP server under?

Eco Policy MCP declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.