Nuvama-MCP π οΈ
About
Nuvama-MCP π οΈ integrates Nuvama's trading platform with Claude AI using the Model Context Protocol (MCP) framework. It allows users to interact with the Nuvama trading platform directly through Claude AI to place orders and view holdings.
Details
- Author
- alokamgnaneswarasai
- GitHub stars
- 2
- Downloads
- 389
- Categories
- Other
Jump to
- Place buy and sell orders for stocks.
- Fetch and display holdings from the API.
- FastMCP server integration for easy tool access.
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Nuvama-MCP π οΈCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, install required packages with pip install -r requirements.txt, and update placeholders (api_key, api_secret, request_id, settings_file, csv_file_path) in index.py. Run the FastMCP server with uv run trade_mcp_server.py. Configure Claude by creating a JSON configuration file with the path to uv and the project directory.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"nuvama-mcp \ud83d\udee0\ufe0f": {
"nuvama-mcp": {
"command": "uv",
"args": [
"run",
"trade_mcp_server.py"
]
}
}
}
}
McpServers
{
"nuvama-mcp": {
"command": "uv",
"args": [
"run",
"trade_mcp_server.py"
]
}
}
Nuvama-MCP π οΈ
This project integrates Nuvama's trading platform with Claude AI using the MCP framework, allows you to interact with nuvama trading platform directly through claude AI.
Features β¨
- π Place buy and sell orders for stocks.
- π Fetch and display holdings from the API.
- β‘ FastMCP server integration for easy tool access.
Project Structure π
- index.py: Contains the core logic for interacting with the trading API.
- trade_mcp_server.py: Implements a FastMCP server to expose trading functionalities as tools.
- .gitignore: Specifies files and directories to be ignored by Git.
Prerequisites β
- π Python 3.x installed on your system.
- π¦ Required Python packages installed (e.g., FastMCP, APIConnect).
- π API credentials (API key, secret, and request ID).
- π A CSV file containing stock symbols and exchange details.
Setup Instructions π οΈ
1. Clone the repository to your local machine.
2. Install the required Python packages:
pip install -r requirements.txt
3. Update the following placeholders in
index.py:-
api_key: Your API key.-
api_secret: Your API secret.-
request_id: Your request ID.-
settings_file: Path to your settings file.-
csv_file_path: Path to your instruments CSV file.
4. Run the FastMCP server:
uv run trade_mcp_server.py
Using the MCP Tools π οΈ
The FastMCP server exposes the following tools:
- π buyorder: Place a buy order.
- ποΈ sellorder: Place a sell order.
You can call these tools directly from the MCP interface.
Configuring Claude for MCP Integration π€
To enable Claude to recognize the MCP tools, create a configuration file (e.g., claude_config.json) in the appropriate directory and add the following content:
{
"mcpServers": {
"trade": {
"command": "<path_to_uv_executable>",
"args": [
"--directory",
"<path_to_trade_directory>",
"run",
"trade_server.py"
]
}
}
}
Replace <path_to_uv_executable> with the path to your uv.exe file and <path_to_trade_directory> with the path to your project directory. Place this configuration file in the relevant location for Claude to detect it.
This configuration allows Claude to interact with the MCP tools, enabling you to place orders directly from Claude using Natural Language.
Happy Trading! π
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



