Skip to main content
Glama

Financial Datasets MCP Server

Official
MIT License
433
  • Apple

get_current_stock_price

Retrieve the current stock price for any company by entering its ticker symbol. Use this tool to access real-time financial data from the Financial Datasets MCP Server.

Instructions

Get the current / latest price of a company.

Args: ticker: Ticker symbol of the company (e.g. AAPL, GOOGL)

Input Schema

NameRequiredDescriptionDefault
tickerYes

Input Schema (JSON Schema)

{ "properties": { "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "get_current_stock_priceArguments", "type": "object" }

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/financial-datasets/mcp-server'

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