Mftool MCP

mftool-mcp is a Model Context Protocol (MCP) server that gives any LLM client access to Indian Mutual Fund data. Its 24 documented tools cover scheme, performance, schemes, cache. It runs locally over stdio via the published package.

People connecting finance tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-05-09 · ★ 7 · #181 OF 283 MAINTAINED FINANCE · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Mftool MCP

Claude Code

claude mcp add nayakwadis-mftool-mcp -- uvx mftool-mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "nayakwadis-mftool-mcp": {
      "command": "uvx",
      "args": [
        "mftool-mcp"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package mftool-mcp - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.NayakwadiS is GitHub-verified and matches the repo owner

03 · What Mftool MCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can validate an AMFI numeric scheme code, validate a BSE/new format scheme code, search schemes by name keyword with relevance ranking, and search schemes within a specific AMC.

Capability map

Tools grouped from the project's README - what Mftool MCP lets an agent do.

Scheme

14 tools - e.g. Live NAV for any scheme by AMFI scheme code; Full NAV history for a scheme (all available dates); NAV history filtered to a specific date range (DD-MM-YYYY)

get_scheme_quote · get_scheme_historical_nav · get_scheme_historical_nav_for_dates · get_scheme_history · get_scheme_codes · get_scheme_details…

Schemes

4 tools - e.g. All schemes under a specific AMC; Search schemes by name keyword with relevance ranking; Search schemes within a specific AMC

get_available_schemes · search_schemes · search_schemes_by_amc · search_schemes_by_type

Cache

3 tools - e.g. View hit/miss stats for NAV and scheme code caches; Clear all cached data to force fresh fetches; Enable or disable mftool caching globally

get_cache_stats · clear_cache · set_cache_enabled

read & search

2 tools - e.g. Live NAV for multiple schemes at once (concurrent); Average AUM (domestic & overseas) for all AMCs by quarter

get_bulk_quotes · get_average_aum

Calculate

1 tool - e.g. Calculate SIP returns - absolute return % and annualised IRR

calculate_returns

Latest releases

0.2.0 · 2026-04-09

0.1.0 · 2026-04-07

04 · Who maintains Mftool MCP

mftool-mcp is maintained by nayakwadis. It's the only MCP server we track from this author; the repo dates to Apr 2026.

05 · Facts

category
finance - ranked #181 of 283 actively-maintained finance servers as of 2026-08-25.
registry
io.github.NayakwadiS/mftool-mcp (active, first published 2026-04-08 · 2 versions)
packages
pypi:mftool-mcp

06 · Mftool MCP FAQ

Is Mftool MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-05-09. We re-verify nightly.

What can Mftool MCP do?

With this server connected, an agent can validate an AMFI numeric scheme code, validate a BSE/new format scheme code, search schemes by name keyword with relevance ranking, and search schemes within a specific AMC.

How do I install Mftool MCP?

Run `uvx mftool-mcp`. You can also paste the ready-made client config above.

Does Mftool MCP run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Mftool MCP