A
securityF
licenseA
qualityThis is an MCP server that provides access to the Alpha Vantage API, allowing stock data retrieval to be used as context to LLMs.
Last updated -
2
15
6
JavaScript
Enables installation and execution of the MCP server via npm packages, making it accessible through npx commands.
这是一个 MCP 服务器,使用 Yahoo Finance API 提供对印度股票实时和历史数据的访问。它允许本地 LLM 通过 Claude Desktop、Cursor 和其他兼容 MCP 的代理将股票数据检索用作上下文。
配置您的 MCP 客户端(例如,Claude Desktop)以连接到服务器:
getStockQuote
获取股票的当前报价。
输入:
symbol
:股票代码(例如,RELIANCE.NS)
输出:
getHistoricalData
获取股票的历史数据。
输入:
symbol
:股票代码(例如,RELIANCE.NS)interval
:数据的时间间隔( daily
、 weekly
或monthly
)(可选,默认值: daily
)输出:
包含历史数据的 JSON 对象。输出的结构取决于间隔参数。
欢迎贡献!请提交 issue 或 pull request。
麻省理工学院
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.
通过 Yahoo Finance API 提供对实时和历史印度股票数据的访问,使本地 LLM 能够通过与 MCP 兼容的代理(如 Claude Desktop 和 Cursor)检索股票信息。