Skip to main content
Glama
coreyjwang

FinDataMCP

by coreyjwang

フィンデータMCP

実行するには:

  1. クローンリポジトリ

  2. uv (パッケージ マネージャー) をインストールします。

    curl -LsSf https://astral.sh/uv/install.sh | sh
  3. フォルダへ移動:

    cd FinDataMCP
  4. 依存関係をインストールします:

    # Create virtual env and activate it
    uv venv
    source .venv/bin/activate
    
    # Install dependencies
    uv add "mcp[cli]" httpx yfinance
  5. サーバーを実行して、すべてが動作していることを確認します。

    uv run findata.py

Related MCP server: mysqldb-mcp-server

Claudeデスクトップに接続しています

  1. Claude Desktopをまだインストールしていない場合はインストールしてください

  2. Claude Desktop 構成ファイルを編集します (Claude>設定>開発者>構成の編集):

  3. 次の構成を追加します。

    {
        "mcpServers": {
            "findata": {
                "command": "uv",
                "args": [
                    "--directory",
                    "/ABSOLUTE/PATH/TO/PARENT/FOLDER/FinDataMCP",
                    "run",
                    "findata.py"
                ]
            }
        }
    }
  4. Claudeデスクトップを再起動します

Windows コマンドについては、 https://modelcontextprotocol.io/quickstart/serverを参照してください。

Install Server
F
license - not found
B
quality
Not graded
maintenance - not tested

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    An MCP server that allows accessing and managing ledger files through Claude by providing account listing, balance checking, and transaction register viewing capabilities.
    4
    GPL 3.0
  • A
    license
    A
    quality
    A
    maintenance
    A simple MCP server for Yahoo Finance using yfinance. This server provides a set of tools to fetch stock data, news, and other financial information.
    15
    182
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    An 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.
    17
    50
    Python
    MIT

View all related MCP servers

Related MCP Connectors

  • MCP server giving Claude AI access to 22+ NYC public-record databases for real estate due diligence

  • Augments MCP Server - A comprehensive framework documentation provider for Claude Code

  • Hosted Amazon Seller and Vendor MCP server for Claude, ChatGPT, Cursor, Codex, Gemini, Copilot.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/coreyjwang/FinDataMCP'

If you have feedback or need assistance with the MCP directory API, please join our Discord server