Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

mpl_mcp_plot_chart

Generates line, scatter, or bar charts from input X and Y data using Matplotlib. Customize plots with titles, labels, colors, and grid settings. Save visualizations for analysis on the Fermat MCP server.

Instructions

Plots line/scatter/bar chart of given datavalues

Input Schema

NameRequiredDescriptionDefault
colorNoskyblue
dpiNo
figsizeNo
gridNo
labelsNo
legendNo
plot_typeNoline
saveNo
titleNo
x_dataYes
xlabelNo
y_dataYes
ylabelNo

Input Schema (JSON Schema)

{ "properties": { "color": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "default": "skyblue", "title": "Color" }, "dpi": { "default": 200, "title": "Dpi", "type": "integer" }, "figsize": { "anyOf": [ { "items": { "type": "integer" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Figsize" }, "grid": { "default": true, "title": "Grid", "type": "boolean" }, "labels": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Labels" }, "legend": { "default": false, "title": "Legend", "type": "boolean" }, "plot_type": { "default": "line", "title": "Plot Type", "type": "string" }, "save": { "default": false, "title": "Save", "type": "boolean" }, "title": { "default": "", "title": "Title", "type": "string" }, "x_data": { "items": { "type": "number" }, "title": "X Data", "type": "array" }, "xlabel": { "default": "", "title": "Xlabel", "type": "string" }, "y_data": { "anyOf": [ { "items": { "type": "number" }, "type": "array" }, { "items": { "items": { "type": "number" }, "type": "array" }, "type": "array" } ], "title": "Y Data" }, "ylabel": { "default": "", "title": "Ylabel", "type": "string" } }, "required": [ "x_data", "y_data" ], "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/abhiphile/fermat-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server