mftool-mcp
🇮🇳 mftool-mcp
MCP Server for real-time Indian Mutual Funds data
Powered by mftool · AMFI data · Works with Claude, Cursor, and any MCP-compatible LLM client
What is this?
mftool-mcp is a Model Context Protocol (MCP) server that gives any LLM client access to live Indian Mutual Fund data from AMFI (Association of Mutual Funds in India).
Ask your AI assistant questions like:
"What is the current NAV of SBI Bluechip Direct Growth?"
"Show me 3-year returns for HDFC Midcap Opportunities Fund"
"List all schemes under Mirae Asset AMC"
"Find all flexi cap funds and compare their 5-year returns"
Tools Available
Tool | Description |
| Live NAV for any scheme by code |
| Fund house, type, category, start date |
| Full NAV history (all dates) |
| NAV history within a date range |
| All AMFI scheme codes and names |
| All schemes under a specific AMC |
| Validate a scheme code |
| Find scheme codes by keyword |
| Daily equity fund performance (1Y/3Y/5Y) |
| Daily debt fund performance |
| Daily hybrid fund performance |
| ELSS / tax-saving fund performance |
Quick Start
Using uvx (Recommended — no install needed)
uvx mftool-mcpUsing pip
pip install mftool-mcp
mftool-mcpClaude Desktop Setup
Add this to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mftool-mcp": {
"command": "uvx",
"args": ["mftool-mcp"]
}
}
}Restart Claude Desktop. You'll see mftool-mcp listed under connected tools.
Cursor / Other MCP Clients
In your MCP client settings, add:
{
"mftool-mcp": {
"command": "uvx",
"args": ["mftool-mcp"]
}
}Example Conversations
Finding a fund:
You: "Find all SBI midcap mutual fund scheme codes"
Claude: callssearch_scheme_by_name(query='midcap', amc_name='sbi')
Claude: "Here are the SBI midcap schemes: SBI Magnum Midcap Fund - Direct Growth (code: 125497)..."
Live NAV:
You: "What's the current NAV of scheme 125497?"
Claude: callsget_scheme_quote(scheme_code='125497')
Claude: "SBI Magnum Midcap Fund - Direct Growth: NAV ₹234.56 (as of 05-Apr-2025)"
Performance comparison:
You: "Compare 5-year returns for large cap equity funds"
Claude: callsget_equity_scheme_performance()
Claude: "Here's the 5-year return comparison for Large Cap funds: ..."
Data Source
All data is sourced from AMFI India (amfiindia.com) via the mftool library. Data accuracy depends on AMFI's published figures. This tool is for informational purposes only and does not constitute financial advice.
Development
git clone https://github.com/yourusername/mftool-mcp
cd mftool-mcp
pip install -e ".[dev]"
# Run the server locally
python -m mftool_mcp.serverAcknowledgements
mftool by NayakwadiS — the underlying data library
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/NayakwadiS/mftool-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server