MCP server for Kuvera

Use the Model Context Protocol (MCP) to securely connect your Kuvera account to AI tools like Claude Desktop and Cursor for real-time, personalized financial insights.

What is Model Context Protocol (MCP)?

Model Context Protocol (MCP) is a modern communication standard that enables AI assistants to interact with real-world data and services. With MCP, AI tools can access live information from your Kuvera account, providing:

  • Real-time data access: Get your latest mutual fund holdings, NAVs, and more.
  • Personalized insights: Analyze your specific portfolio, not just generic advice.
  • Interactive capabilities: Retrieve precise information you need, on demand.
  • Natural conversation: Ask about your investments in plain language.

How does this Kuvera MCP server work?

This MCP server acts as a secure bridge between your favorite AI tools and your Kuvera account. It allows you to fetch your mutual fund holdings, NAVs, equity distribution, and more, using the official Kuvera APIs. Your credentials and data are never stored or shared—everything is proxied securely and used only for your session.

How to connect Kuvera MCP to Claude Desktop or Cursor

1. Copy the MCP Server URL

https://kuvera.hashmap.in/sse (your deployed URL)

2. In Claude Desktop

  1. Go to Settings > Developer > Edit Config.
  2. Add or update the mcpServers section:
    {
      "mcpServers": {
        "kuvera": {
          "command": "npx",
          "args": [
            "mcp-remote",
            "https://kuvera.hashmap.in/sse"
          ]
        }
      }
    }
  3. Restart Claude Desktop. You should see Kuvera tools available!

3. In Cursor

  1. Open the Command Palette and search for MCP: Add Server.
  2. Paste the MCP server URL: https://kuvera.hashmap.in/sse
  3. Follow the prompts to connect.