MCP Server for publicly available Indian Mutual Funds data
Mftool MCP server exists for a simple reason — assistants are far more useful when they can act on Mftool directly instead of describing what you should do. MCP Server for publicly available Indian Mutual Funds data.
mftool-mcp is a Model Context Protocol (MCP) server that gives any LLM client access to Indian Mutual Fund data.
Once Mftool is connected, these are the calls the assistant has available:
get_scheme_quote — Live NAV for any scheme by AMFI scheme codeget_bulk_quotes — Live NAV for multiple schemes at once (concurrent)get_scheme_historical_nav — Full NAV history for a scheme (all available dates)get_scheme_historical_nav_for_dates — NAV history filtered to a specific date range (DD-MM-YYYY)get_scheme_history — NAV history via BSE/YFinance code with period or date rangeget_scheme_codes — All AMFI scheme codes and namesget_available_schemes — All schemes under a specific AMCget_scheme_details — Fund house, type, category, start date (AMFI code)get_scheme_info — Rich scheme info — AUM, returns, ratings (BSE/YFinance code)is_valid_scheme_code — Validate an AMFI numeric scheme codeis_valid_new_scheme_code — Validate a BSE/new format scheme codesearch_schemes — Search schemes by name keyword with relevance rankingmftool-mcp on PyPI is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Mftool's toolset — get_scheme_quote, get_bulk_quotes, get_scheme_historical_nav and 11 more — is a fair guide to whether it matches your workflow. It is maintained by NayakwadiS; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| get_scheme_quote | Live NAV for any scheme by AMFI scheme code |
| get_bulk_quotes | Live NAV for multiple schemes at once (concurrent) |
| get_scheme_historical_nav | Full NAV history for a scheme (all available dates) |
| get_scheme_historical_nav_for_dates | NAV history filtered to a specific date range (DD-MM-YYYY) |
| get_scheme_history | NAV history via BSE/YFinance code with period or date range |
| get_scheme_codes | All AMFI scheme codes and names |
| get_available_schemes | All schemes under a specific AMC |
| get_scheme_details | Fund house, type, category, start date (AMFI code) |
| get_scheme_info | Rich scheme info — AUM, returns, ratings (BSE/YFinance code) |
| is_valid_scheme_code | Validate an AMFI numeric scheme code |
| is_valid_new_scheme_code | Validate a BSE/new format scheme code |
| search_schemes | Search schemes by name keyword with relevance ranking |
| search_schemes_by_amc | Search schemes within a specific AMC |
| search_schemes_by_type | Search schemes by type/category (equity, debt, elss, etc.) |
{
"mcpServers": {
"mftool-mcp": {
"command": "uvx",
"args": ["mftool-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.