mathgraphs-mcp
Advanced tools
+2
-2
| { | ||
| "manifest_version": "0.3", | ||
| "name": "mathtalking", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "display_name": "MathTalking — Math & Statistics Graphing Engine", | ||
@@ -29,3 +29,3 @@ "description": "An agentic MCP for math and statistics graphing, computation, visualization, and validation. Plot functions, geometry, histograms, regression, and hypothesis tests. Returns interactive graph URLs with auto-computed results (roots, extrema, intersections, R², p-values). Results are graph-verified, not AI-generated. Saves ~410 tokens per render vs LLM canvas code.", | ||
| "name": "plot_graph", | ||
| "description": "Plot math functions, points, segments, labels, geometry, and shapes on an interactive graph. Auto-computes roots, extrema, and intersections for plotted functions." | ||
| "description": "Plot math functions, points, segments, labels, geometry, and shapes on an interactive graph. Auto-computes roots, extrema, and intersections. Supports gridStyle: 'polar' (concentric circles), 'axes' (axes only), 'none' (clean canvas)." | ||
| }, | ||
@@ -32,0 +32,0 @@ { |
+1
-1
| { | ||
| "name": "mathgraphs-mcp", | ||
| "version": "1.1.0", | ||
| "version": "1.2.0", | ||
| "mcpName": "io.github.architectds/mathgraphs-mcp", | ||
@@ -5,0 +5,0 @@ "description": "An agentic MCP for math and statistics graphing, computation, visualization, and validation", |
+7
-1
@@ -34,3 +34,9 @@ # mathgraphs-mcp | ||
| **Output formats:** `output` param accepts `"url"` (default, interactive page), `"embed"` (iframe URL), or `"svg"` (vector image as text). | ||
| **Optional params:** | ||
| - `viewport` — `{xmin, xmax, ymin, ymax}` to set coordinate range | ||
| - `title` — graph title | ||
| - `summary` — frosted glass overlay text on the graph | ||
| - `gridStyle` — `"polar"` (concentric circles + radial lines), `"axes"` (axes only, no grid), `"none"` (clean canvas). Default: rectangular grid. | ||
| - `output` — `"url"` (default, interactive page), `"embed"` (iframe URL), or `"svg"` (vector image as text) | ||
| - `animations` — array of `{tool, name, min, max}` for animated parameters | ||
@@ -37,0 +43,0 @@ **Returns:** Interactive URL with zoom, pan, and sliders. Or SVG/embed URL depending on `output` param. |
8744
5.27%101
6.32%