Skip to main content
Glama

Financial Analysis MCP Server

by NARAVINDR321

retrieve_financial_statements

Retrieve income statements, balance sheets, or cash flow data for a specific stock ticker to support financial analysis and investment research.

Instructions

Retrieves the annual income statements, balance sheet, or cash flow for the given ticker. Args: ticker: The ticker symbol of the stock to retrieve the statements for. indicator: The type of financial statement to retrieve. e.g. "income_statement", "balance_sheet", "cash_flow" Returns: A JSON-serializable dict with income statements, balance sheet, or cash flow.

Input Schema

NameRequiredDescriptionDefault
indicatorYes
tickerYes

Input Schema (JSON Schema)

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