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
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 8 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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
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
claude mcp add akhilesh-chandewar-eco-policy-mcp -- uvx eco-policy-mcp
{
"mcpServers": {
"akhilesh-chandewar-eco-policy-mcp": {
"command": "uvx",
"args": [
"eco-policy-mcp"
]
}
}
} {
"servers": {
"akhilesh-chandewar-eco-policy-mcp": {
"command": "uvx",
"args": [
"eco-policy-mcp"
]
}
}
} codex mcp add akhilesh-chandewar-eco-policy-mcp -- uvx eco-policy-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"akhilesh-chandewar-eco-policy-mcp": {
"type": "local",
"command": [
"uvx",
"eco-policy-mcp"
],
"enabled": true
}
}
} openclaw mcp add akhilesh-chandewar-eco-policy-mcp --command uvx --arg eco-policy-mcp
mcp_servers:
akhilesh-chandewar-eco-policy-mcp:
command: "uvx"
args: ["eco-policy-mcp"] {
"McpServers": {
"akhilesh-chandewar-eco-policy-mcp": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"eco-policy-mcp"
]
}
}
} assistant mcp add akhilesh-chandewar-eco-policy-mcp -t stdio -c uvx -a eco-policy-mcp
{
"mcpServers": {
"akhilesh-chandewar-eco-policy-mcp": {
"command": "uvx",
"args": [
"eco-policy-mcp"
]
}
}
} 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.
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 →
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 →
eco_server_info 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 Gst From Inclusive ~70
Extract GST out of a tax-inclusive (MRP-style) amount.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Gross amount that already includes GST. |
| rate_percent | number | yes | GST 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 Gst Reverse Charge ~73
Compute tax payable under reverse charge mechanism (Section 9(3)/9(4)).
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Taxable base amount in INR. |
| rate_percent | number | yes | GST slab rate - one of 0.25, 3, 5, 12, 18, 28. |
Structured output declared, but exposes no named fields.
No examples provided.
gst_split Gst Split ~94
Split GST into CGST+SGST (intra-state) or IGST (inter-state).
| Name | Type | Req | Description |
|---|---|---|---|
| amount | number | yes | Taxable base amount in INR. |
| intra_state | boolean | yes | True if supplier and place of supply are in the same state. |
| rate_percent | number | yes | GST slab rate - one of 0.25, 3, 5, 12, 18, 28. |
Structured output declared, but exposes no named fields.
No examples provided.
gstin_validate Gstin Validate ~41
Validate an Indian GSTIN using its mod-36 checksum and extract the state code.
| Name | Type | Req | Description |
|---|---|---|---|
| gstin | string | yes | 15-character GSTIN to validate. |
Structured output declared, but exposes no named fields.
No examples provided.
income_tax_compare_regimes Income Tax Compare Regimes ~96
Compare NEW vs OLD regime tax for FY 2026-27 and recommend the cheaper one.
| Name | Type | Req | Description |
|---|---|---|---|
| age | integer | – | Age of the taxpayer. |
| deductions_80c | number | – | 80C investments (old regime only, capped at Rs 1.5 lakh). |
| gross_salary | number | yes | Annual gross salary in INR. |
| other_deductions | number | – | Other old-regime deductions. |
Structured output declared, but exposes no named fields.
No examples provided.
income_tax_new_regime 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.
| Name | Type | Req | Description |
|---|---|---|---|
| age | integer | – | Age of the taxpayer (no slab effect in the new regime; kept for parity). |
| gross_salary | number | yes | Annual gross salary in INR. |
Structured output declared, but exposes no named fields.
No examples provided.
income_tax_old_regime Income Tax Old Regime ~122
Estimate income tax for FY 2026-27 (AY 2027-28) under the OLD regime.
| Name | Type | Req | Description |
|---|---|---|---|
| age | integer | – | Age of the taxpayer (senior/super-senior exemption limits apply). |
| deductions_80c | number | – | Chapter VI-A 80C investments (capped at Rs 1.5 lakh). |
| gross_salary | number | yes | Annual gross salary in INR. |
| other_deductions | number | – | Other deductions (80D, HRA, etc.) - pass the eligible amount. |
Structured output declared, but exposes no named fields.
No examples provided.
mf_compute_returns Mf Compute Returns ~64
Compute absolute return and CAGR for a scheme between two dates.
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | string | yes | Start date YYYY-MM-DD. |
| scheme_code | string | yes | AMFI scheme code. |
| to_date | – | – | End date YYYY-MM-DD (defaults to the latest NAV date). |
Structured output declared, but exposes no named fields.
No examples provided.
mf_get_nav Mf Get Nav ~45
Get the latest published NAV for a mutual fund scheme (AMFI official data).
| Name | Type | Req | Description |
|---|---|---|---|
| scheme_code | string | yes | AMFI scheme code (find via mf_search_schemes). |
Structured output declared, but exposes no named fields.
No examples provided.
mf_get_nav_history Mf Get Nav History ~65
Get historical NAVs for a scheme between dates (ISO YYYY-MM-DD, inclusive).
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | – | – | Start date YYYY-MM-DD (optional). |
| scheme_code | string | yes | AMFI scheme code. |
| to_date | – | – | End date YYYY-MM-DD (optional). |
Structured output declared, but exposes no named fields.
No examples provided.
mf_search_schemes Mf Search Schemes ~75
Search all Indian mutual fund schemes by name (AMFI official directory).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Max results to return (1-100). |
| query | string | yes | Substring 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 Mf Sip Calculator ~88
Simulate a monthly SIP in a scheme using actual historical NAVs (XIRR included).
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | string | yes | First instalment month YYYY-MM-DD. |
| monthly_amount | number | yes | SIP instalment in INR. |
| scheme_code | string | yes | AMFI scheme code. |
| to_date | – | – | Last valuation date YYYY-MM-DD (defaults to latest NAV date). |
Structured output declared, but exposes no named fields.
No examples provided.
nse_get_historical Nse Get Historical ~68
Get NSE daily OHLCV history for a symbol (max 1 year window per call).
| Name | Type | Req | Description |
|---|---|---|---|
| from_date | string | yes | Start date YYYY-MM-DD. |
| symbol | string | yes | NSE trading symbol. |
| to_date | – | – | End date YYYY-MM-DD (defaults to today). |
Structured output declared, but exposes no named fields.
No examples provided.
nse_get_index_quote Nse Get Index Quote ~71
Get a live NSE index snapshot (NIFTY 50, NIFTY BANK, NIFTY IT, ...).
| Name | Type | Req | Description |
|---|---|---|---|
| index_name | string | – | Index name, e.g. 'NIFTY 50', 'NIFTY BANK', 'NIFTY MIDCAP 100'. |
Structured output declared, but exposes no named fields.
No examples provided.
nse_get_quote Nse Get Quote ~48
Get a live NSE equity quote (unofficial public endpoint).
| Name | Type | Req | Description |
|---|---|---|---|
| symbol | string | yes | NSE trading symbol, e.g. 'INFY', 'RELIANCE', 'TCS'. |
Structured output declared, but exposes no named fields.
No examples provided.
rbi_get_policy_rates 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.
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.