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.
金融与商务 分类下的更多 MCP 服务器
Defeatbeta Api
defeat-betaAn open-source alternative to Yahoo Finance's market data APIs with higher reliability.
Octagon: MCP for Market Data
OctagonAIAn MCP server for public & prediction markets research. Ask natural-language questions and get structured, source-backed answers across SEC filings, earnings transcripts, company financials, stock & crypto market data, and prediction markets news & research. Built for investors,
MCP Yahoo Finance
maxscheijenA Model Context Protocol (MCP) server for Yahoo Finance.
✅ Official Alpha Vantage MCP Server
calvernazA MCP server for the stock market data API, Alphavantage API.
评论