Skip to main content
Glama

Yahoo Finance MCP Server

name: Bump Version on: workflow_dispatch: inputs: bump-type: description: "Bump type" required: true default: "patch" type: choice options: - major - minor - patch jobs: bump-version: runs-on: ubuntu-latest steps: - name: Checkout the code uses: actions/checkout@v4 - uses: astral-sh/setup-uv@v6 - name: Bump version id: bump uses: callowayproject/bump-my-version@master env: BUMPVERSION_TAG: "true" with: args: ${{ inputs.bump-type }} # Create a personal access token https://github.com/settings/tokens # Add your role to bypass list in the branch protection settings github-token: ${{ secrets.GH_TOKEN }} - name: Check if: steps.bump.outputs.bumped == 'true' run: | echo "Version was bumped from ${{ steps.bump.outputs.previous-version }} to ${{ steps.bump.outputs.current-version }}!"

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