Skip to main content
Glama

Yahoo Finance MCP Server

name: Python on: workflow_dispatch: push: branches: - main pull_request: branches: - main jobs: python: runs-on: ubuntu-latest strategy: matrix: python-version: ["3.12"] steps: - uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v6 with: python-version: ${{ matrix.python-version }} - name: Install dependencies run: uv sync - name: Lint run: uv run ruff check . - name: Type check run: uv run mypy --install-types --non-interactive . - name: Test run: uv run pytest -v -s --cov=src --cov-report=xml tests - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }}

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/narumiruna/yfinance-mcp'

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