Skip to main content
Glama

FinDataMCP

by coreyjwang

get_stock_price

Retrieve real-time stock prices for any ticker symbol using Yahoo Finance integration via the FinDataMCP server. Input a stock ticker (e.g., AAPL, TSLA) to fetch current market data.

Instructions

Get the current stock price using yfinance.

Args: symbol: Stock ticker (e.g. AAPL, TSLA, MSFT)

Input Schema

NameRequiredDescriptionDefault
symbolYes

Input Schema (JSON Schema)

{ "properties": { "symbol": { "title": "Symbol", "type": "string" } }, "required": [ "symbol" ], "title": "get_stock_priceArguments", "type": "object" }

You must be authenticated.

Other Tools from FinDataMCP

Related Tools

    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