Skip to main content
Glama

Financial Analysis MCP Server

by NARAVINDR321

retrieve_current_price

Retrieve the real-time stock price for a specific ticker symbol. Provides current price data and related information in JSON format, enabling quick access for financial analysis and trading decisions.

Instructions

Retrieves the current price for the given ticker. Args: ticker: The ticker symbol of the stock to retrieve the current price for. Returns: A JSON-serializable dict with the current price and related info.

Input Schema

NameRequiredDescriptionDefault
tickerYes

Input Schema (JSON Schema)

{ "properties": { "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "retrieve_current_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/NARAVINDR321/MCP_Server_for_Financial_Analysis'

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