Skip to main content
Glama

Financial Analysis MCP Server

by NARAVINDR321

mcp_calculate_financial_metrics

Calculate key financial metrics like gross margin, ROE, and PE ratio using financial data for analysis and decision-making in investment research.

Instructions

Calculates financial metrics from the provided data. The metrics are: - gross_margin (need retrieve income_statement) - operating_margin (need retrieve income_statement) - net_profit_margin (need retrieve income_statement) - ebitda (need retrieve income_statement) - debt_to_equity (need retrieve balance_sheet) - current_ratio (need retrieve balance_sheet) - quick_ratio (need retrieve balance_sheet) - book_value_per_share (need retrieve balance_sheet) - free_cash_flow (need retrieve cash_flow) - cash_flow_margin (need retrieve cash_flow) - roe (need retrieve income_statement and balance_sheet) - roa (need retrieve income_statement and balance_sheet) - pe_ratio (need retrieve income_statement and market) - pb_ratio (need retrieve income_statement and market) - dividend_yield (need retrieve income_statement and market) Args: financial_data: Dict with financial data. indicator: str, one of the supported metric names window: int, window size for the indicator Returns: Dict with financial metrics name as key and value as value. e.g. {'gross_margin': 0.5}

Input Schema

NameRequiredDescriptionDefault
financial_dataYes
indicatorYes

Input Schema (JSON Schema)

{ "properties": { "financial_data": { "additionalProperties": true, "title": "Financial Data", "type": "object" }, "indicator": { "title": "Indicator", "type": "string" } }, "required": [ "financial_data", "indicator" ], "title": "mcp_calculate_financial_metricsArguments", "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