Finvasia
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.