Skip to main content
Glama

Financial Analysis MCP Server

by NARAVINDR321

mcp_plot_financial_metric

Visualize financial metrics over time using date-value pairs. Input dates, values, and optional details like metric name and title. Outputs an image file path or base64 representation for analysis or reporting.

Instructions

Plots a financial metric over time. Args: dates: List of date strings. values: List of metric values. metric_name: Name of the metric. title: Chart title. filename: Optional filename to save the plot. Returns: Dict with 'file_path' and 'base64' of the image.

Input Schema

NameRequiredDescriptionDefault
datesYes
filenameNo
metric_nameNoMetric
titleNoFinancial Metric
valuesYes

Input Schema (JSON Schema)

{ "properties": { "dates": { "items": {}, "title": "Dates", "type": "array" }, "filename": { "default": null, "title": "Filename", "type": "string" }, "metric_name": { "default": "Metric", "title": "Metric Name", "type": "string" }, "title": { "default": "Financial Metric", "title": "Title", "type": "string" }, "values": { "items": {}, "title": "Values", "type": "array" } }, "required": [ "dates", "values" ], "title": "mcp_plot_financial_metricArguments", "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