Skip to main content
Glama

findata-mcp-server

by xBlueCode

getStockQuote

Retrieve the current stock quote for a specific symbol using the findata-mcp-server, enabling accurate stock data integration with LLMs or other applications.

Instructions

Get the current quote for a stock.

Input Schema

NameRequiredDescriptionDefault
symbolYesThe stock symbol (e.g., AAPL)

Input Schema (JSON Schema)

{ "properties": { "symbol": { "description": "The stock symbol (e.g., AAPL)", "type": "string" } }, "required": [ "symbol" ], "type": "object" }

You must be authenticated.

Other Tools from findata-mcp-server

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/xBlueCode/findata-mcp-server'

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