search_schemes
ActiveTool of mcp-mfapi-india
Find Indian mutual-fund scheme codes by fund name. Fetches the full MFAPI scheme list (~16,000 schemes) and filters client-side by case-insensitive token match (every word in the query must appear in the scheme name, any order — so "SBI Bluechip" matches "SBI Blue Chip Fund"). This is the way to obtain a scheme_code for get_nav_history and latest_nav. Note: this call downloads the full list (~1-2MB). Keyless.
Parameters schema
{
"type": "object",
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Max schemes to return (default 15, max 30)."
},
"query": {
"type": "string",
"description": "Fund-name fragment, e.g. \"SBI Bluechip\", \"Parag Parikh\", \"index fund\". Matched case-insensitively against scheme names."
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-mfapi-india
https://github.com/pipeworx-io/mcp-mfapi-india
2/7 registries