FinDataMCP
Provides financial data. Requires external Python dependencies installed with the uv package manager.
FinDataMCP
To run:
-
Clone repo
-
Install uv (package manager):
curl -LsSf https://astral.sh/uv/install.sh | sh -
Navigate to folder:
cd FinDataMCP -
Install dependencies:
# Create virtual env and activate it uv venv source .venv/bin/activate # Install dependencies uv add "mcp[cli]" httpx yfinance -
Check 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 Servers
Quran Cloud
Access the Quran API from alquran.cloud to retrieve accurate Quranic text and reduce LLM hallucinations.
CData eBay MCP Server
A read-only MCP server for querying live eBay data. Requires a separately licensed CData JDBC Driver for eBay.
Supabase MCP Server
An MCP server providing administrative control over a Supabase PostgreSQL database, compatible with Cursor's Composer and Codeium's Cascade.
Self-Hosted Supabase MCP Server
Interact with self-hosted Supabase instances for database introspection, management, and interaction.
Talk with Your Database
Interact with PostgreSQL, MySQL, MariaDB, and SQLite databases using SQLAlchemy.
CongressMCP
Access comprehensive U.S. Congressional data, including bills, votes, and member information, via the Congress.gov API.
OSV Database
An MCP server for querying the OSV (Open Source Vulnerability) database API.
FalkorDB
Query and interact with FalkorDB graph databases using AI models.
DigitalOcean Database
Integrate AI-powered IDEs with DigitalOcean managed databases using a DigitalOcean API token.
Postgres MCP Pro
An MCP server for PostgreSQL providing index tuning, explain plans, health checks, and safe SQL execution.