Skip to main content
Glama

Financial Analysis MCP Server

by NARAVINDR321

mcp_calculate_growth_rates

Calculate annualized and period-over-period growth rates from a time series, such as revenue or earnings, to analyze financial performance trends over time.

Instructions

Calculates growth rates for a time series (e.g., revenue, earnings). Args: series: List of numbers ordered oldest to newest. Returns: Dict with annualized growth rate and list of period-over-period growth rates.

Input Schema

NameRequiredDescriptionDefault
seriesYes

Input Schema (JSON Schema)

{ "properties": { "series": { "items": {}, "title": "Series", "type": "array" } }, "required": [ "series" ], "title": "mcp_calculate_growth_ratesArguments", "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