How do I set up the Rupeezy MCP server?

The Rupeezy Trading MCP Server connects your Rupeezy account with AI assistants to make trading faster, smarter, and more personalised.

Powered by the Model Context Protocol (MCP), it allows AI to fetch real-time data, understand trading context, and execute actions—so you can manage everything with natural commands instead of complex dashboards.

With Rupeezy MCP, you can:

  • Manage GTT Orders – Place, modify, or cancel GTT (Good Till Triggered) orders, and cancel a pending order, with simple commands.

  • Search & Discover Instruments – Quickly find securities by name or symbol.

  • Track Market Activity – View your trade book, order book, and open positions anytime.

  • View Your Portfolio – Check stock holdings, mutual fund investments, and available funds in real time.

  • Access Market Insights – Fetch historical data, analyse trends, and make informed decisions.

  • Secure, Authorised Access – Connect your Rupeezy account through a secure sign-in, and revoke access whenever you want.

Rupeezy MCP transforms trading into a simple, intelligent, and seamless experience.


How do I set up the MCP server in VS Code?

Install in VS Code

Click the button above to install the Rupeezy MCP server config in VS Code.

How do I set up the MCP server in Claude Desktop?

1. Download and install Node.js from https://nodejs.org/en/download

2. Download Claude from https://claude.ai/download and sign in

3. Go to Settings → Developer.

For Windows :

For Mac:

4. Click Edit Config → This opens the file explorer.

5. Edit the file named claude_desktop_config.json.

6. Paste the following config inside:

{
  "mcpServers": {
    "rupeezy": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://mcp.rupeezy.in/mcp"
      ]
    }
  }
}

7. Save the file and close it.

8. Restart Claude Desktop. This is how the developer config should look

How do I connect my Rupeezy account?

Once the MCP server config is installed, your AI client connects it to your Rupeezy account with a secure OAuth sign-in — there's no command to type. Different AI clients trigger this differently, but the flow is the same:

1. When your client first uses a Rupeezy tool, approve the connection — for example, choose Allow always or Allow once if it asks.

2. A secure Rupeezy sign-in page opens in your web browser — log in with your Rupeezy account and approve access.

3. That's it — you're connected. Ask your AI client things like "Fetch my stock portfolio and find red flags."

For common questions, see Frequently asked questions about the Rupeezy MCP server. For the underlying Trading API, see How do I register for the Trading API (Vortex)? and How does the Algo ID work in API trading?.