integrate
ActiveTool of mcp-newton
declared in 0.1.0
Find the indefinite integral of an expression with respect to x. Input algebraic notation (e.g., "x^2"). Returns antiderivative with constant C.
Parameters schema
{
"type": "object",
"examples": [
{
"expression": "x^2"
},
{
"expression": "cos(x)"
}
],
"required": [
"expression"
],
"properties": {
"expression": {
"type": "string",
"description": "Expression to integrate (e.g., \"x^2\", \"cos(x)\", \"x^3+x\")"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
mcp-newton
https://github.com/pipeworx-io/mcp-newton
2/7 registries