MCP.so
登录

Angle One MCP Server

@MCP-Mirror

关于 Angle One MCP Server

Mirror of

基本信息

分类

其他

传输方式

stdio

发布者

MCP-Mirror

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器