Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

mpl_mcp_eqn_chart

Visualize mathematical equations with custom parameters like range, grid, labels, and line styles to analyze and interpret data effectively using Matplotlib integration.

Instructions

Plots mathematical equations

Input Schema

NameRequiredDescriptionDefault
alphaNo
dpiNo
equationsYes
figsizeNo
gridNo
legendNo
linestyleNo-
linewidthNo
num_pointsNo
saveNo
titleNoEquation Plot
x_maxNo
x_minNo
xlabelNox
ylabelNoy

Input Schema (JSON Schema)

{ "properties": { "alpha": { "default": 1, "title": "Alpha", "type": "number" }, "dpi": { "default": 200, "title": "Dpi", "type": "integer" }, "equations": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ], "title": "Equations" }, "figsize": { "default": [ 10, 6 ], "items": { "type": "integer" }, "title": "Figsize", "type": "array" }, "grid": { "default": true, "title": "Grid", "type": "boolean" }, "legend": { "default": true, "title": "Legend", "type": "boolean" }, "linestyle": { "default": "-", "title": "Linestyle", "type": "string" }, "linewidth": { "default": 2, "title": "Linewidth", "type": "number" }, "num_points": { "default": 1000, "title": "Num Points", "type": "integer" }, "save": { "default": false, "title": "Save", "type": "boolean" }, "title": { "default": "Equation Plot", "title": "Title", "type": "string" }, "x_max": { "default": 10, "title": "X Max", "type": "number" }, "x_min": { "default": -10, "title": "X Min", "type": "number" }, "xlabel": { "default": "x", "title": "Xlabel", "type": "string" }, "ylabel": { "default": "y", "title": "Ylabel", "type": "string" } }, "required": [ "equations" ], "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