Skip to main content
Glama

Angle One MCP Server

by baba786

Angle One MCP 服务器

与 Angle One API 集成的 MCP(模型上下文协议)服务器实现,用于财务数据处理和分析。

概述

该项目实现了一个MCP服务器,该服务器使用Angle One的交易API提供金融数据和分析功能。它遵循模型上下文协议(MCP)规范,为访问金融市场数据和执行交易操作提供了标准化接口。

安装

  1. 克隆存储库:
    git clone https://github.com/baba786/angleone-mcp-server.git cd angleone-mcp-server
  2. 安装依赖项:
    pip install -r requirements.txt
  3. 设置环境变量:使用您的 Angle One API 凭证创建一个.env文件:
    ANGLEONE_API_KEY=your_api_key ANGLEONE_CLIENT_ID=your_client_id ANGLEONE_PASSWORD=your_password ANGLEONE_TOKEN=your_token

用法

  1. 启动服务器:
    python src/main.py
  2. 该服务器将在http://localhost:8000可用

特征

  • 符合 MCP 标准的 API 端点
  • 与 Angle One 交易平台集成
  • 实时市场数据访问
  • 订单下达和管理
  • 投资组合跟踪

贡献

欢迎贡献代码!欢迎提交 Pull 请求。

执照

MIT 许可证

-
security - not tested
F
license - not found
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

MCP 服务器实现与 Angle One API 集成,提供对金融市场数据、交易操作和投资组合管理的标准化访问。

  1. 概述
    1. 安装
      1. 用法
        1. 特征
          1. 贡献
            1. 执照

              Related MCP Servers

              • A
                security
                A
                license
                A
                quality
                A Model Context Protocol (MCP) server that provides real-time access to financial market data through the free Alpha Vantage API. This server implements a standardized interface for retrieving stock quotes and company information.
                Last updated -
                5
                30
                Python
                MIT License
                • Apple
              • A
                security
                F
                license
                A
                quality
                An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
                Last updated -
                39
                28
                • Apple
              • -
                security
                A
                license
                -
                quality
                An MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.
                Last updated -
                Python
                MIT License
                • Linux
                • Apple
              • -
                security
                F
                license
                -
                quality
                A TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.
                Last updated -
                JavaScript
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/baba786/angleone-mcp-server'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server