mcp-server-yahoo-finance MCP server
@wrale
mcp-server-yahoo-finance MCP server について
MCP Server for Yahoo Finance (STATUS: PRE-ALPHA)
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-server-yahoo-finance": {
"command": "uv",
"args": [
"sync"
]
}
}
}ツール
1Adds a new note to the server
概要
What is mcp-server-yahoo-finance?
mcp-server-yahoo-finance is an MCP server intended for use with Yahoo Finance data. The server implements a simple note storage system with custom note:// URI scheme, a summarizing prompt, and a tool to add notes. It is designed to run as a Model Context Protocol server.
How to use mcp-server-yahoo-finance?
Install via uvx (published) or uv run (development) and configure in Claude Desktop’s claude_desktop_config.json. For published servers use the command uvx mcp-server-yahoo-finance; for development use uv --directory <path> run mcp-server-yahoo-finance.
Key features of mcp-server-yahoo-finance
- Custom note:// URI scheme for accessing individual notes
- summarize-notes prompt with optional style argument (brief/detailed)
- add-note tool taking required "name" and "content" strings
- Each note resource includes name, description, and text/plain mimetype
Use cases of mcp-server-yahoo-finance
- Storing and managing notes through MCP
- Generating summaries of stored notes with MCP prompts
- Adding notes programmatically via MCP tools
- Integrating note-taking functionality into MCP clients
FAQ from mcp-server-yahoo-finance
What transport does mcp-server-yahoo-finance use?
The server runs over stdio, which is the standard transport for MCP servers.
How is mcp-server-yahoo-finance installed?
It is installed via uvx for published servers or via uv run for development builds, configured in the Claude Desktop configuration file.
How can I debug mcp-server-yahoo-finance?
Use the MCP Inspector: npx @modelcontextprotocol/inspector uv --directory <path> run mcp-server-yahoo-finance.
How do I build and publish mcp-server-yahoo-finance?
Run uv sync to sync dependencies, uv build to create distributions, then uv publish to upload to PyPI with token or username/password credentials.
Does mcp-server-yahoo-finance require authentication?
The README does not specify any authentication mechanism for the server itself.
「金融とコマース」の他のコンテンツ
Futu Stock MCP Server
shuizhengqi1mcp server for futuniuniu stock
Financial Modeling Prep MCP Server
cdtaitFinancial Modeling Prep MCP Server
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
Financial Datasets MCP Server
financial-datasetsAn MCP server for interacting with the Financial Datasets stock market API.
Binance MCP Server 🚀
AnalyticAceUnofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.
コメント