FinDataMCP - Secure MCP Server by ALMC Security 2025

FinDataMCP

View on GitHub

FinDataMCP

To run:

  1. Clone repo

  2. Install uv (package manager):

    curl -LsSf https://astral.sh/uv/install.sh | sh
    
  3. Navigate to folder:

    cd FinDataMCP
    
  4. Install dependencies:

    # Create virtual env and activate it
    uv venv
    source .venv/bin/activate
    
    # Install dependencies
    uv add "mcp[cli]" httpx yfinance
    
  5. Check that everything's working by running server:

    uv run findata.py
    

Connecting to Claude Desktop

  1. Install Claude Desktop if you haven't already

  2. Edit Claude Desktop configuration file (Claude>settings>developer>edit config):

  3. Add the following configuration:

    {
        "mcpServers": {
            "findata": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP",
                    "run",
                    "findata.py"
                ]
            }
        }
    }
    
  4. Restart Claude Desktop

For windows cmds: see https://modelcontextprotocol.io/quickstart/server

Related in Database - Secure MCP Servers

ServerSummaryActions
Kollect MCP Server (Standalone)I have created this for test purposes as this will ideally live within the Kollect tool as another o...View
MCP Oracle Database ServerServidor MCP (Model Context Protocol) para integración completa con Oracle Database. Permite ejecuta...View
SurrealDB MCP ServerA Model Context Protocol (MCP) server that provides a standardized interface for AI assistants to in...View
CData Connect CloudView
Outreach.io by CDataCData's Model Context Protocol (MCP) Server for Outreach.ioView
LanceDB Node.js Vector SearchA Node.js implementation for vector search using LanceDB and Ollama's embedding model.View