Skip to main content
Glama

Fermat MCP

by abhiphile
MIT License
5

numpy_mcp_numerical_operation

Perform numerical operations such as addition, subtraction, matrix multiplication, and statistical calculations using Fermat MCP's computational tool. Supports arrays, scalars, and advanced functions like eigenvalues and linear algebra.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
aNo
axisNo
bNo
fill_valueNo
new_shapeNo
numNo
operationYes
qNo
shapeNo
startNo
stepNo
stopNo

Input Schema (JSON Schema)

{ "properties": { "a": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "number" }, { "type": "integer" }, { "type": "null" } ], "default": null, "title": "A" }, "axis": { "default": 0, "title": "Axis", "type": "integer" }, "b": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "number" }, { "type": "integer" }, { "type": "null" } ], "default": null, "title": "B" }, "fill_value": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Fill Value" }, "new_shape": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "New Shape" }, "num": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Num" }, "operation": { "title": "Operation", "type": "string" }, "q": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Q" }, "shape": { "anyOf": [ { "items": {}, "type": "array" }, { "type": "null" } ], "default": null, "title": "Shape" }, "start": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Start" }, "step": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": 1, "title": "Step" }, "stop": { "anyOf": [ { "type": "number" }, { "type": "null" } ], "default": null, "title": "Stop" } }, "required": [ "operation" ], "type": "object" }

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