Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Schema
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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 |