
Mftool Mcp
Wire Indian mutual-fund NAVs, schemes, and public MF datasets into Claude Code or Cursor while you prototype fintech or personal-finance agents.
Overview
mftool-mcp is an MCP server for the Build phase that gives coding agents tool access to publicly available Indian mutual fund data via a PyPI stdio package.
What is this MCP server?
- stdio MCP server published as PyPI package mftool-mcp (0.3.0) over server manifest 1.1.0
- Focused on publicly available Indian mutual fund data for agent queries
- GitHub source at NayakwadiS/mftool-mcp for self-host and fork workflows
- Fits finance dashboards, advisory bots, and research copilots without custom scrapers
- Python stdio transport compatible with Claude Code, Cursor, and other MCP clients
- Registry server version 1.1.0
- PyPI package mftool-mcp version 0.3.0
- Transport: stdio
Community signal: 4 GitHub stars.
What problem does it solve?
Building an MF-aware agent means juggling ad-hoc Python scripts and unclear public data sources instead of one MCP tool your Claude session can call reliably.
Who is it for?
Solo builders in India (or global devs targeting Indian MF apps) who want agent-callable public fund data during backend and integration work.
Skip if: Production trading, personalized investment advice, or teams that need licensed real-time feeds and compliance workflows this server does not provide.
What do I get? / Deliverables
After you add mftool-mcp to your MCP config, your agent can answer scheme and fund-data questions from the same stdio server while you code integrations.
- Registered stdio MCP server exposing Indian MF data tools to your agent
- Agent sessions that can fetch fund context without custom scraper scripts
- A forkable GitHub baseline for extending MF-related tool surfaces
Recommended MCP Servers
Journey fit
Solo builders add this during the build phase when the product needs live MF reference data rather than static CSVs. It is an MCP integration layer that pulls third-party market data into the agent session, which maps to integrations rather than UI or backend app code alone.
How it compares
Finance data MCP connector, not a robo-advisor skill or portfolio backtesting library.
Common Questions / FAQ
Who is mftool-mcp for?
Indie developers and agent builders who need Indian mutual fund reference data inside Claude Code, Cursor, or other MCP clients while coding fintech or research tools.
When should I use mftool-mcp?
Use it during build when your product or agent workflow must query public MF datasets instead of hard-coded fixtures or manual CSV imports.
How do I add mftool-mcp to my agent?
Install the PyPI package mftool-mcp, add a stdio MCP server entry pointing at that package per your client docs, and restart the agent so tools load from the registry manifest.