MCP.so
登录

Angle One Stock MCP

@himanshuteotia

关于 Angle One Stock MCP

暂无概览

基本信息

分类

金融与商务

运行时

node

传输方式

stdio

发布者

himanshuteotia

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

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

概览

What is Angle One Stock MCP?

Angle One Stock MCP is a generic Model Context Protocol server that fetches historical stock data and calculates technical indicators (RSI, EMA-20, EMA-50) via the Angle One API. It is designed for any platform supporting the MCP protocol, including Cursor, Copilot, and Claude AI.

How to use Angle One Stock MCP?

Clone the repository, install dependencies (npm install), and create a .env file with your Angle One credentials. Run in development mode with npm run dev or build and run in production with npm run build then npm start. Use the endpoint GET /api/stock/:symbol to fetch data and analysis for a stock symbol.

Key features of Angle One Stock MCP

  • Fetches historical stock data with a configurable period (default 6 months)
  • Calculates technical indicators: RSI (14 period), EMA-20, and EMA-50
  • RESTful API endpoints with CORS enabled
  • Written in TypeScript with type definitions
  • Generic MCP integration for use with multiple platforms

Use cases of Angle One Stock MCP

  • Query stock data and technical analysis inside AI assistants like Claude or Copilot
  • Integrate stock market analysis into MCP-compatible applications
  • Automate trading research with adjustable historical data periods

FAQ from Angle One Stock MCP

What platforms support Angle One Stock MCP?

Any platform that supports the MCP protocol, such as Cursor, Copilot, and Claude AI.

What data does Angle One Stock MCP return?

It returns historical OHLCV data and technical indicators RSI (14 periods), EMA-20, and EMA-50 for a given stock symbol.

How do I configure the data period?

Set the DATA_PERIOD_MONTHS environment variable (default is 6) to the number of months of historical data you want to fetch.

What are the prerequisites for running Angle One Stock MCP?

Node.js v14 or higher and Angle One API credentials (publisher API key, client ID, PIN, and TOTP secret).

Does Angle One Stock MCP have CORS support?

Yes, CORS is enabled on the API endpoints.

评论

金融与商务 分类下的更多 MCP 服务器