Skip to main content
Glama

MCP Yahoo Finance

by maxscheijen
MIT License
12

MCP Yahoo Finanzen

Ein Model Context Protocol (MCP)-Server für die Interaktion mit Yahoo Finance. Dieser Server bietet Tools zum Abrufen von Preisen, Unternehmensinformationen und mehr.

Bitte beachten Sie, dass sich mcp-yahoo-finance derzeit in der frühen Entwicklungsphase befindet. Die Funktionalität und die verfügbaren Tools können sich im Zuge der Weiterentwicklung und Verbesserung des Servers ändern und erweitern.

Installation

Sie müssen mcp-yahoo-finance nicht manuell installieren, wenn Sie uv verwenden. Wir verwenden uvx , um mcp-yahoo-finance direkt auszuführen.

Ich würde diese Methode empfehlen, wenn Sie einfach den MCP-Server verwenden möchten.

Verwenden von pip

Verwenden von pip .

pip install mcp-yahoo-finance

Verwenden von Git

Sie können das Paket auch installieren, nachdem Sie das Repository auf Ihrem Computer geklont haben.

git clone git@github.com:maxscheijen/mcp-yahoo-finance.git cd mcp-yahoo-finance uv sync

Konfiguration

Claude Desktop

Fügen Sie dies zu Ihrer claude_desktop_config.json hinzu:

{ "mcpServers": { "yahoo-finance": { "command": "uvx", "args": ["mcp-yahoo-finance"] } } }

Sie können auch Docker verwenden:

{ "mcpServers": { "yahoo-finance": { "command": "docker", "args": ["run", "-i", "--rm", "IMAGE"] } } }

VSCode

Fügen Sie dies zu Ihrer .vscode/mcp.json hinzu:

{ "servers": { "yahoo-finance": { "command": "uvx", "args": ["mcp-yahoo-finance"] } } }

Beispiele für Fragen

  1. „Wie hoch ist der Aktienkurs von Apple?“
  2. „Was ist der Unterschied im Aktienkurs zwischen Apple und Google?“
  3. „Um wie viel hat sich der Aktienkurs von Apple zwischen dem 01.01.2024 und dem 01.01.2025 verändert?“

Bauen

Docker:

docker build -t [IMAGE] .

Testen mit MCP Inspector

npx @modelcontextprotocol/inspector uv run mcp-yahoo-finance
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

hybrid server

The server is able to function both locally and remotely, depending on the configuration or use case.

Ein Model Context Protocol-Server, der die Interaktion mit Yahoo Finance ermöglicht, um Aktienkurse, Unternehmensinformationen und historische Finanzdaten über Abfragen in natürlicher Sprache abzurufen.

  1. Installation
    1. Verwenden von pip
    2. Verwenden von Git
  2. Konfiguration
    1. Claude Desktop
    2. VSCode
  3. Beispiele für Fragen
    1. Bauen
      1. Testen mit MCP Inspector

        Related MCP Servers

        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server providing real-time stock data and options analysis through Yahoo Finance, enabling LLMs to access market data, analyze stocks, and evaluate options strategies.
          Last updated -
          20
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that provides tools for interacting with Yahoo Finance, allowing users to retrieve stock prices, company information, and perform financial data comparisons.
          Last updated -
          11
          Python
          MIT License
        • -
          security
          F
          license
          -
          quality
          A Model Context Protocol server built with FastMCP that provides financial data tools for AI agents, enabling them to access and analyze stock market information from Yahoo Finance through natural language queries.
          Last updated -
          2
          Python
        • -
          security
          A
          license
          -
          quality
          Provides real-time financial data from Yahoo Finance to Large Language Models through the Model Context Protocol, enabling AI models to access stock prices, historical data, and company information.
          Last updated -
          Python
          MIT License

        View all related MCP servers

        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/maxscheijen/mcp-yahoo-finance'

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