概要
What is Angle One MCP Server?
An MCP (Model Context Protocol) server implementation integrated with Angle One APIs for financial data processing and analysis. It provides a standardized interface for accessing financial market data and executing trading operations, targeting developers building financial applications.
How to use Angle One MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, and set up a .env file with your Angle One API credentials (API key, client ID, password, token). Start the server by running python src/main.py – it will be available at http://localhost:8000.
Key features of Angle One MCP Server
- MCP-compliant API endpoints
- Integration with Angle One trading platform
- Real-time market data access
- Order placement and management
- Portfolio tracking
Use cases of Angle One MCP Server
- Analyzing financial market data via MCP-compliant tools
- Executing automated trading operations through Angle One
- Tracking portfolio positions and performance in real time
- Building custom financial dashboards that consume market data
FAQ from Angle One MCP Server
What is the Angle One MCP Server?
It is an MCP server implementation that uses Angle One’s APIs to provide financial data processing, analysis, and trading capabilities through a standardized protocol.
What are the required environment variables?
You need to set ANGLEONE_API_KEY, ANGLEONE_CLIENT_ID, ANGLEONE_PASSWORD, and ANGLEONE_TOKEN in a .env file.
How do I start the Angle One MCP Server?
After installation, run python src/main.py from the project directory. The server starts on http://localhost:8000.
What can I do with the Angle One MCP Server?
You can access real-time market data, place and manage orders, and track your portfolio – all through MCP-compliant API endpoints.