Skip to main content
Glama

Financial Analysis MCP Server

by NARAVINDR321

retrieve_ticker_info

Retrieve detailed stock information for a specific ticker symbol to support financial analysis and investment decisions. Provides a JSON-serializable dict containing key data for the given ticker.

Instructions

Retrieves information about the given ticker. Args: ticker: The ticker symbol of the stock to retrieve the information for. Returns: A JSON-serializable dict with information about the given ticker.

Input Schema

NameRequiredDescriptionDefault
tickerYes

Input Schema (JSON Schema)

{ "properties": { "ticker": { "title": "Ticker", "type": "string" } }, "required": [ "ticker" ], "title": "retrieve_ticker_infoArguments", "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