Symbolic Algebra MCP Server

by sdiehl

intro

Define a sympy variable with custom assumptions for symbolic algebra tasks. Specify variable name and assign positive and negative assumptions for precise mathematical computations.

Instructions

Introduces a sympy variable with specified assumptions and stores it.

Takes a variable name and a list of positive and negative assumptions.

Input Schema

NameRequiredDescriptionDefault
neg_assumptionsYes
pos_assumptionsYes
var_nameYes

Input Schema (JSON Schema)

{ "$defs": { "Assumption": { "enum": [ "algebraic", "commutative", "complex", "extended_negative", "extended_nonnegative", "extended_nonpositive", "extended_nonzero", "extended_positive", "extended_real", "finite", "hermitian", "imaginary", "infinite", "integer", "irrational", "negative", "noninteger", "nonnegative", "nonpositive", "nonzero", "positive", "rational", "real", "transcendental", "zero" ], "title": "Assumption", "type": "string" } }, "properties": { "neg_assumptions": { "items": { "$ref": "#/$defs/Assumption" }, "title": "Neg Assumptions", "type": "array" }, "pos_assumptions": { "items": { "$ref": "#/$defs/Assumption" }, "title": "Pos Assumptions", "type": "array" }, "var_name": { "title": "Var Name", "type": "string" } }, "required": [ "var_name", "pos_assumptions", "neg_assumptions" ], "title": "introArguments", "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/sdiehl/sympy-mcp'

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