Finvasia

Finvasia

1

The Finvasia MCP Server is a Node.js-based integration tool connecting users to Finvasia's trading platform via the Market Connect Protocol (MCP). It supports a variety of trading operations such as order placement, modification, and account data retrieval.

Finvasia MCP Server

A Node.js-based server that connects to Finvasia's Market Connect Protocol (MCP) to enable seamless interaction with the Finvasia trading platform. This server acts as a bridge between Finvasia’s API and your trading application or frontend dashboard.

πŸ“Œ Current Features

  • πŸ‘€ Fetch User Profile Data
  • πŸ’° Fetch Account Balance
  • 🟒 Buy Orders
  • πŸ”΄ Sell Orders
  • ❌ Cancel Orders
  • ✏️ Modify Orders
  • πŸ“ˆ Current Stock Prices
  • πŸ“Š Positions
  • πŸ’Ό Holdings
  • πŸ’Έ Order Margin
  • πŸ“š Order Book
  • πŸ“’ Trade Book
  • 🎯 Take Profit Orders
  • πŸ›‘ Stop Loss Orders
  • 🧠 Options Buy & Sell

More features and modules will be added progressively.

πŸ› οΈ Tech Stack

  • Backend: Node.js
  • Broker API: Finvasia Shoonya (MCP)

Finvasia MCP Integration

This repository provides a basic integration setup for Finvasia API with the Model Context Protocol (MCP) server. It enables you to connect and access your Finvasia account through a standardized stdio interface, allowing seamless compatibility with MCP-based applications.

πŸš€ Getting Started

1. Clone the Repository

git clone https://github.com/HexaMCP/Finvasia.git
cd Finvasia

2. Install Dependencies

npm install

πŸ” 3. Environment Setup

Create a .env file in the root directory with the following keys from Finvasia:

ID="Your Finvasia ID"
PASSWORD="Your Password"
VENDOR_KEY="Your Vendor Key"
IMEI="Your IMEI"
API_KEY="Your API Key"
TOTP="Your TOTP Code"

4. Build the Project

npm run build

5. Start the Project

npm start

Start the MCP server in your respective port (ex: http://localhost:3000)

βš™οΈ MCP Configuration for SSE

In your mcp config json, add the following configuration block:

{
  "Your MCP project name": {
    "type": "sse",
    "url": "http://localhost:3000",
  }
}

πŸ—‚οΈ Where to add this configuration:

For VS Code users, this config should be placed inside your settings.json.

πŸ“ž Support

For any issues or assistance with the integration, please contact blaze.ws for support.

You can reach out to us for troubleshooting, feature requests, or any general inquiries related to this MCP integration.