Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

sympy_mcp_calculus_operation

Perform calculus operations such as differentiation, integration, limits, and series expansion on mathematical expressions using the Fermat MCP server.

Instructions

Do calculus operations like diff, integrate, limit, series

Input Schema

NameRequiredDescriptionDefault
directionNo+
exprYes
lowerNo
nNo
operationYes
pointNo
series_nNo
symNo
upperNo

Input Schema (JSON Schema)

{ "properties": { "direction": { "default": "+", "enum": [ "+", "-" ], "title": "Direction", "type": "string" }, "expr": { "title": "Expr", "type": "string" }, "lower": { "anyOf": [ { "type": "integer" }, { "type": "number" }, { "type": "string" }, { "type": "null" } ], "default": null, "title": "Lower" }, "n": { "default": 1, "title": "N", "type": "integer" }, "operation": { "enum": [ "diff", "integrate", "limit", "series" ], "title": "Operation", "type": "string" }, "point": { "anyOf": [ { "type": "integer" }, { "type": "number" }, { "type": "string" } ], "default": 0, "title": "Point" }, "series_n": { "default": 6, "title": "Series N", "type": "integer" }, "sym": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Sym" }, "upper": { "anyOf": [ { "type": "integer" }, { "type": "number" }, { "type": "string" }, { "type": "null" } ], "default": null, "title": "Upper" } }, "required": [ "operation", "expr" ], "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