Angle One MCP Server logo

Angle One MCP Server

by baba786

An MCP 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.

View on GitHub

Last updated: N/A

What is Angle One MCP Server?

This project implements an MCP server that provides financial data and analysis capabilities using Angle One's trading APIs. It follows the Model Context Protocol specification to provide a standardized interface for accessing financial market data and executing trading operations.

How to use Angle One MCP Server?

  1. Clone the repository. 2. Install dependencies using pip install -r requirements.txt. 3. Set up environment variables in a .env file with your Angle One API credentials (ANGLEONE_API_KEY, ANGLEONE_CLIENT_ID, ANGLEONE_PASSWORD, ANGLEONE_TOKEN). 4. Start the server using python src/main.py. The server 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

  • Algorithmic trading

  • Automated portfolio management

  • Financial data analysis

  • Market monitoring

  • Integration with trading platforms

FAQ from Angle One MCP Server

What is MCP?

Model Context Protocol, a standardized interface for accessing financial market data and executing trading operations.

What APIs does this server use?

Angle One trading APIs.

Where can I find my Angle One API credentials?

You need to obtain them from the Angle One developer portal.

What port does the server run on?

The server runs on port 8000 by default.

How can I contribute to this project?

You can submit a Pull Request with your contributions.