Finance MCP Server
@esurovtsev
Finance MCP Server について
A minimal MCP server built with Python that exposes two example tools: one to convert a company name into a stock symbol, and another to fetch financial data from Yahoo Finance. The project focuses on learning how to build and run an MCP server—using a simple financial scenario p
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-finance-server-py": {
"command": "uv",
"args": [
"pip",
"install",
"-e",
"."
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Finance MCP Server?
A minimal MCP server built with Python that exposes two example tools: one to convert a company name into a stock symbol, and another to fetch financial data from Yahoo Finance. It is designed for learning how to build and run an MCP server, using a simple financial scenario as a demo use case.
How to use Finance MCP Server?
Install the package via uv pip install finance-mcp (production) or clone and install in development mode with uv pip install -e .. Run the server directly with the command finance-mcp. For use with Claude Desktop or other MCP clients, add the appropriate configuration to the MCP config file (e.g., claude_desktop_config.json), specifying the uv command with the path to the project directory.
Key features of Finance MCP Server
- Convert company names to stock symbols.
- Fetch financial data from Yahoo Finance.
- Minimal Python implementation for learning MCP.
- Runs as a standalone server via
finance-mcp. - Compatible with Claude Desktop and MCP clients.
Use cases of Finance MCP Server
- Learning how to build and run an MCP server from scratch.
- Demonstrating tool integration with AI assistants using real financial data.
- Experimenting with custom MCP tools in a development environment.
FAQ from Finance MCP Server
What tools does Finance MCP Server provide?
It provides two example tools: one to convert a company name into a stock symbol, and another to fetch financial data from Yahoo Finance.
How do I install Finance MCP Server?
For production use, run uv pip install finance-mcp. For development, clone the repository and install with uv pip install -e ..
What are the dependencies or runtime requirements?
The server is built with Python and uses the uv package manager. It requires Python and the packages listed in the project’s setup.
How do I connect Finance MCP Server to Claude Desktop?
Add a configuration entry to your claude_desktop_config.json that invokes uv with the server directory and the finance-mcp command.
Is Finance MCP Server intended for production financial use?
No. The project is a learning demo; the financial scenario is purely a demonstration use case.
「金融とコマース」の他のコンテンツ
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
💹 MCP YFinance Stock Server
Adity-starReal-time stock API with Python, MCP server example, yfinance stock analysis dashboard
Crypto Sentiment MCP Server
kukapayAn MCP server that delivers cryptocurrency sentiment analysis to AI agents.
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.
コメント