Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

sympy_mcp_algebra_operation

Perform algebraic operations such as simplify, expand, factor, and collect on mathematical expressions using SymPy integration within the Fermat MCP server for efficient symbolic computations.

Instructions

Do algebraic operations like simplify, expand, factor, collect

Input Schema

NameRequiredDescriptionDefault
basicNo
deepNo
evaluateNo
exactNo
exprYes
fracNo
logNo
measureNo
modulusNo
mulNo
multinomialNo
operationYes
power_baseNo
power_expNo
ratioNo
rationalNo
signNo
symsNo

Input Schema (JSON Schema)

{ "properties": { "basic": { "default": true, "title": "Basic", "type": "boolean" }, "deep": { "default": true, "title": "Deep", "type": "boolean" }, "evaluate": { "default": true, "title": "Evaluate", "type": "boolean" }, "exact": { "default": false, "title": "Exact", "type": "boolean" }, "expr": { "title": "Expr", "type": "string" }, "frac": { "default": false, "title": "Frac", "type": "boolean" }, "log": { "default": true, "title": "Log", "type": "boolean" }, "measure": { "default": null, "title": "Measure" }, "modulus": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Modulus" }, "mul": { "default": true, "title": "Mul", "type": "boolean" }, "multinomial": { "default": true, "title": "Multinomial", "type": "boolean" }, "operation": { "enum": [ "simplify", "expand", "factor", "collect" ], "title": "Operation", "type": "string" }, "power_base": { "default": true, "title": "Power Base", "type": "boolean" }, "power_exp": { "default": true, "title": "Power Exp", "type": "boolean" }, "ratio": { "default": 1.7, "title": "Ratio", "type": "number" }, "rational": { "default": false, "title": "Rational", "type": "boolean" }, "sign": { "default": false, "title": "Sign", "type": "boolean" }, "syms": { "anyOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" }, { "type": "null" } ], "default": null, "title": "Syms" } }, "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