
Stock Performance MCP Server
@peppial
Stock Performance MCP Server について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"StocksMCP": {
"command": "dotnet",
"args": [
"run",
"--project",
"[the path to ]/StocksMCPServer",
"--no-build"
],
"env": {
"ALPHA_VANTAGE_API_KEY": "<YOUR_KEY>"
}
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Stock Performance MCP Server?
Stock Performance MCP Server is a Model Context Protocol server that provides stock performance data from the Alpha Vantage API. It is designed for Claude Desktop users who want to query stock information through natural language conversations.
How to use Stock Performance MCP Server?
Clone the repository, build the .NET project, and add it as an MCP server in Claude Desktop's configuration file. You must provide your free Alpha Vantage API key via the ALPHA_VANTAGE_API_KEY environment variable.
Key features of Stock Performance MCP Server
- Integrates with Alpha Vantage free API for stock data
- Built with .NET and runs as a dotnet command
- Configured via Claude Desktop's MCP configuration file
- Requires a free Alpha Vantage API key to use
Use cases of Stock Performance MCP Server
- Ask Claude Desktop for current stock performance data in natural language
- Retrieve stock information during financial research conversations
- Monitor stock quotes without leaving the Claude Desktop interface
FAQ from Stock Performance MCP Server
What data source does this server use?
It uses the Alpha Vantage API. You need to create a free API key at https://www.alphavantage.co/support/#api-key.
What are the rate limits?
The standard Alpha Vantage API rate limit is 25 requests per day.
What runtime does this server require?
It runs on .NET and is executed via the dotnet run command pointing to the cloned project folder.
How do I configure it for Claude Desktop?
Add a JSON entry to Claude Desktop's MCP server configuration with the command dotnet run --project [path] --no-build and the environment variable ALPHA_VANTAGE_API_KEY.
「金融とコマース」の他のコンテンツ
Armor Crypto MCP
armorwalletThe MCP server for interacting with Blockchain, Swaps, Strategic Planning and more.
Market Fiyatı MCP Server
EnesCinrAI看线 - A股技术分析与AI预测工具
QuantML-GithubPython-based stock analysis tool that combines traditional technical analysis with AI prediction capabilities. Providing comprehensive stock analysis and forecasting using K-line charts, technical indicators, financial data, and news data. With CMD/WEB/MCP supported.
MetaTrader 5 MCP Server
QoyyuumA Model Context Protocol (MCP) server for interacting with the MetaTrader 5 trading platform. This server provides AI assistants with tools and resources to access market data, perform trading operations, and analyze trading history.
✅ Official Alpha Vantage MCP Server
calvernazA MCP server for the stock market data API, Alphavantage API.
コメント