Provides financial data. Requires external Python dependencies installed with the uv package manager.
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
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
Query the Materials Project database using the mp_api client. Requires an MP_API_KEY environment variable.
Access blockchain transaction data in natural language, providing human-readable descriptions for AI assistants.
An MCP server for NocoDB, the open-source Airtable alternative. It allows interaction with your NocoDB instance via API.
A server providing tools for querying and managing a MySQL database.
A persistent memory system for MCP using libSQL, providing vector search and efficient knowledge storage.
Query Onchain data, like ERC20 tokens, transaction history, smart contract state.
A server that enables LLMs to connect and interact with databases via JDBC, built using the Spring AI MCP framework.
A comprehensive movie database server supporting advanced search, CRUD operations, and image management via a PostgreSQL database.
A server for Retrieval Augmented Generation (RAG), providing AI clients access to a private knowledge base built from user documents.
An MCP server providing administrative control over a Supabase PostgreSQL database, compatible with Cursor's Composer and Codeium's Cascade.