Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
mpl_mcp_plot_barchart

Plots barchart of given datavalues

mpl_mcp_plot_scatter

Plots scatter chart of given datavalues

mpl_mcp_plot_chart

Plots line/scatter/bar chart of given datavalues

mpl_mcp_plot_stem

Plots stem chart of given datavalues

mpl_mcp_plot_stack

Plots stacked area/bar chart of given datavalues

mpl_mcp_eqn_chart

Plots mathematical equations

numpy_mcp_numerical_operation

Do numerical operation like add, sub, mul, div, power, abs, exp, log, sqrt, sin, cos, tan, mean, median, std, var, min, max, argmin, argmax, percentile, dot, matmul, inv, det, eig, solve, svd

numpy_mcp_matlib_operation

Do matrix operations: rand-mat, zeros, ones, eye, identity, arange, linspace, reshape, flatten, concatenate, transpose, stack

sympy_mcp_algebra_operation

Do algebraic operations like simplify, expand, factor, collect

sympy_mcp_calculus_operation

Do calculus operations like diff, integrate, limit, series

sympy_mcp_equation_operation

Do symbolic equation operations like solve, solveset, linsolve, nonlinsolve

sympy_mcp_matrix_operation

Do symbolic matrix operations like create, det, inv, rref, eigenvals

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