Angle One MCP Server

by MCP-Mirror

350 downloads
Not rated
GitHub

About

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…

Details

Author
MCP-Mirror
Downloads
350
Categories
Other

- MCP-compliant API endpoints
- Integration with Angle One trading platform
- Real-time market data access
- Order placement and management
- Portfolio tracking

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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Angle One MCP Server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

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.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "angle one mcp server": {
            "baba786_angleone-mcp-server": {
                "command": "python",
                "args": [
                    "src/main.py"
                ]
            }
        }
    }
}

McpServers

{
    "baba786_angleone-mcp-server": {
        "command": "python",
        "args": [
            "src/main.py"
        ]
    }
}

Angle One MCP Server

An MCP (Model Context Protocol) server implementation integrated with Angle One APIs for financial data processing and analysis.

Overview

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.

Installation

1. Clone the repository:

   git clone https://github.com/baba786/angleone-mcp-server.git
cd angleone-mcp-server

2. Install dependencies:

   pip install -r requirements.txt

3. Set up environment variables:
Create a .env file with your Angle One API credentials:

   ANGLEONE_API_KEY=your_api_key
ANGLEONE_CLIENT_ID=your_client_id
ANGLEONE_PASSWORD=your_password
ANGLEONE_TOKEN=your_token

Usage

1. Start the server:

   python src/main.py

2. The server will be available at http://localhost:8000

Features

- MCP-compliant API endpoints
- Integration with Angle One trading platform
- Real-time market data access
- Order placement and management
- Portfolio tracking

Contributing

Contributions are welcome! Please feel free to submit a Pull Request.

License

MIT License

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.