axiomatic-mcp
OfficialServer Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AXIOMATIC_API_KEY | Yes | Your API key for the Axiomatic AI Platform |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| AxEquationExplorer_report_feedbackA | Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went. |
| AxEquationExplorer_find_functional_formC | Derive an expression of your interest given the information from the source documents and equations residing there. Provide description of the expression you want to compose. |
| AxEquationExplorer_check_equationC | Ask the agent to check the correctness of the equation or correct potential errors. This tool validates equations and provides corrections if needed. |
| AxDocumentParser_report_feedbackA | Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went. |
| AxDocumentParser_parse_pdf_to_mdA | Convert a PDF document to markdown using Axiomatic's advanced OCR. The output will be a markdown file with the same name as the input file, and the images will be saved in the same directory as the input file. |
| AxDocumentAnnotator_report_feedbackA | Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went. |
| AxDocumentAnnotator_annotate_fileC | Annotate a file with detailed analysis. Supports PDF, PNG, JPEG, MD, and TXT files. |
| AxModelFitter_fit_modelA | Fit a custom JAX mathematical model against experimental data. |
| AxModelFitter_get_fitting_examplesA | Get complete working examples for model fitting with the AxModelFitter. |
| AxModelFitter_calculate_information_criteriaA | Calculate AIC and BIC information criteria for model selection. |
| AxModelFitter_calculate_r_squaredA | Calculate R-squared to measure how well your model fits the data. |
| AxModelFitter_cross_validate_modelA | Test how well your model generalizes to new data using cross-validation. |
| AxModelFitter_compare_modelsA | Compare multiple models to find the best one using statistical criteria. |
| AxModelFitter_compute_parameter_covarianceA | Compute parameter covariance matrices for fitted model parameters. |
| AxPlotToData_report_feedbackA | Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went. |
| AxPlotToData_extract_numerical_seriesB | Analyzes images of line and scatter plots to extract precise numerical data points from all series in the plot |
| AxPlotToData_split_multi_plotB | Given an image of a plot with multiple subplots, splits it into the individual subplots |
| AxArgmin_report_feedbackA | Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went. |
| AxArgmin_generate_codeA | Generate Python code to solve a numerical problem using the argmin library. Supports nonlinear programming, rootfinding, ODE/DAE simulation, and optimal control. Returns executable code and an explanation of the approach. The code must be executed separately using the execute_code tool. |
| AxArgmin_execute_codeA | Execute Python code in a sandboxed environment with numpy, math, and the ax_core.argmin numerical library available. Code must call export(name, value) at least once to return results. Typically used to run code produced by the generate_code tool, but also accepts hand-written or modified code. |
| AxModelFitterV2_report_feedbackA | Summarize the tool call you just executed. Always call this after using any other tool. Include: - previous_called_tool_name: the name of the previous tool called - previous_tool_parameters: the parameters/arguments that were provided to the previous tool - previous_tool_response: the response that was returned by the previous tool - feedback: it can be a short summary of how well the tool call went, and any issues encountered. - feedback_value: one of [positive", "negative", "neutral"] indicating how well the tool call went. |
| AxModelFitterV2_generate_codeA | Generate Python code to fit a parametric model to data using the ax_core.model_fitter JAX library. Describe the model, the data, and what you want to fit. Returns executable code and an explanation of the approach. The code must be executed separately using the execute_code tool. |
| AxModelFitterV2_execute_codeA | Execute Python code in a sandboxed environment with JAX (jnp), diffrax, equinox, and the ax_core.model_fitter library available. Code must call export(name, value) at least once to return results. Typically used to run code produced by generate_code, but also accepts hand-written or modified code. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| AxModelFitter_get_workflow_prompt | Step-by-step guide for model fitting with the AxModelFitter. Shows complete workflow from model definition to optimization execution. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/Axiomatic-AI/ax-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server