Skip to main content
Glama
tufantunc

Axiom Advanced Math MCP

by tufantunc

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_HOSTNoHTTP server host127.0.0.1
MCP_PORTNoHTTP server port3000
MCP_ALLOWED_HOSTSNoComma-separated Host header allowlist for POST /mcp (DNS-rebinding protection). An explicit value replaces the default rather than extending it.localhost,127.0.0.1,[::1]
AXIOM_COMPUTE_HYGIENENoSet to 1 to enable compute output post-processing
AXIOM_EVAL_TIMEOUT_MSNoPer-evaluation CAS timeout, in milliseconds10000

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
computeA

Solve any math problem: equations, calculus, algebra, matrices, combinatorics, probability, statistics, geometry, number theory, and more. Pass a CAS-style problem string (e.g., "solve(x^2-4=0, x)", "diff(x^3, x)", "det([[1,2],[3,4]])", "C(10,3)", "2+3*sin(pi/4)") or any Giac/Xcas expression.

verifyA

Verify a mathematical claim using symbolic and/or numeric checks. Supports identity verification (e.g., "sin(x)^2+cos(x)^2 = 1"), solution checking (e.g., "x=2 satisfies x^2-4=0"), and computation assertions.

plotA

Plot a mathematical function as an SVG graph. Returns an image showing the function curve with axes, grid, and labels.

Examples:

  • plot sin(x) from -2pi to 2pi

  • plot x^2 - 3*x + 1 from -5 to 5

  • plot exp(-x^2) (Gaussian curve)

  • plot 1/x with asymptote detection

Prompts

Interactive templates invoked by user choice

NameDescription
solve-step-by-stepSolve a mathematical expression step by step. Guides the LLM to show intermediate work: parse the expression, simplify, solve, and verify the result.
analyze-functionPerform a complete analysis of a mathematical function: domain, derivatives, critical points, inflection points, asymptotes, and integral.
verify-identityVerify whether a mathematical identity holds by simplifying both sides and checking if they are equal.
convert-unitsConvert a value from one unit to another using the compute tool.
analyze-datasetGuide statistical test selection for a dataset. Uses a decision tree (t-test vs ANOVA vs chi-square) based on data type, group count, and study design.
solve-ode-systemSet up and solve a system of ordinary differential equations. Guides through problem formulation, CAS solution, stability analysis, and physical interpretation.
regression-workflowGuide through a complete regression analysis: model selection, fitting, diagnostic checks, and interpretation of results.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/tufantunc/axiom-advanced-math-mcp'

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