A MCP server for integrating with the Upstox trading API.
Overview
What is Mcp Server Upstox API?
Mcp Server Upstox API is a server designed for integrating with the Upstox trading API, allowing users to interact with their trading accounts through natural language prompts.
How to use Mcp Server Upstox API?
To use the Mcp Server Upstox API, clone the repository, install the dependencies, and run the server. Configure it with Claude Desktop or Cursor to connect to the Upstox API endpoints.
Key features of Mcp Server Upstox API?
- Integration with Upstox trading API for seamless trading operations.
- Natural language processing for user commands.
- Multiple endpoints for fetching user profile, funds, holdings, positions, and order details.
Use cases of Mcp Server Upstox API?
- Fetching user profile information from Upstox.
- Checking available margin and funds in the trading account.
- Retrieving current holdings and their values.
- Managing open positions and order history.
FAQ from Mcp Server Upstox API?
- Can I use this API for all Upstox trading operations?
Yes! The API supports various operations including fetching profile, funds, holdings, and order details.
- Is there a cost to use the Mcp Server Upstox API?
No, it is free to use for everyone.
- How do I configure the server with Claude Desktop or Cursor?
You need to add specific configurations to the settings of Claude Desktop or Cursor as outlined in the documentation.
Server Config
{
"mcpServers": {
"mcp-server-upstox-api": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8787/sse"
]
}
}
}