This server allows you to retrieve financial data, specifically current stock prices.
Capabilities:
Get the current stock price for a specified stock ticker symbol (e.g., 'AAPL', 'TSLA')
Uses the
get_stock_pricefunction which leveragesyfinanceto fetch the data
FinDataMCP
To run:
Clone repo
Install uv (package manager):
curl -LsSf https://astral.sh/uv/install.sh | shNavigate to folder:
cd FinDataMCPInstall dependencies:
# Create virtual env and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx yfinanceCheck that everything's working by running server:
uv run findata.py
Connecting to Claude Desktop
Install Claude Desktop if you haven't already
Edit Claude Desktop configuration file (Claude>settings>developer>edit config):
Add the following configuration:
{ "mcpServers": { "findata": { "command": "uv", "args": [ "--directory", "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP", "run", "findata.py" ] } } }Restart Claude Desktop
For windows cmds: see https://modelcontextprotocol.io/quickstart/server
Related MCP Servers
- -securityAlicense-qualityAn MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.Last updated -3GPL 3.0
- AsecurityAlicenseAqualityAn MCP server that enables MySQL database integration with Claude. You can execute SQL queries and manage database connections.Last updated -28MIT License
- AsecurityAlicenseAqualityA simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.Last updated -568MIT License
- AsecurityAlicenseAqualityAn MCP server that provides comprehensive financial insights and analysis by leveraging real-time market data, news, and advanced analytics for stocks, options, financial statements, and economic indicators.Last updated -241747PythonMIT License