Angle One MCP 服务器
与 Angle One API 集成的 MCP(模型上下文协议)服务器实现,用于财务数据处理和分析。
概述
该项目实现了一个MCP服务器,该服务器使用Angle One的交易API提供金融数据和分析功能。它遵循模型上下文协议(MCP)规范,为访问金融市场数据和执行交易操作提供了标准化接口。
安装
克隆存储库:
git clone https://github.com/baba786/angleone-mcp-server.git cd angleone-mcp-server安装依赖项:
pip install -r requirements.txt设置环境变量:使用您的 Angle One API 凭证创建一个
.env
文件:ANGLEONE_API_KEY=your_api_key ANGLEONE_CLIENT_ID=your_client_id ANGLEONE_PASSWORD=your_password ANGLEONE_TOKEN=your_token
用法
启动服务器:
python src/main.py该服务器将在
http://localhost:8000
可用
特征
符合 MCP 标准的 API 端点
与 Angle One 交易平台集成
实时市场数据访问
订单下达和管理
投资组合跟踪
贡献
欢迎贡献代码!欢迎提交 Pull 请求。
执照
MIT 许可证
This server cannot be installed
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 集成,提供对金融市场数据、交易操作和投资组合管理的标准化访问。
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -73MIT License
- AsecurityFlicenseAqualityAn MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.Last updated -3935
- -securityAlicense-qualityAn MCP server that integrates with the AlphaVantage financial data API, providing access to stock market data, technical indicators, and fundamental financial information.Last updated -MIT License
- AsecurityFlicenseAqualityA TypeScript-based MCP server that fetches real-time stock market data and company financial information through the Alpha Vantage API.Last updated -45