MCP Hub
Back to servers

newton

Newton MCP — wraps the Newton math solver API (free, no auth)

Registry
Updated
Apr 2, 2026

@pipeworx/mcp-newton

MCP server for symbolic math operations via the Newton API. Free, no authentication required.

Tools

ToolDescription
simplifySimplify a mathematical expression
deriveCompute the derivative of an expression with respect to x
integrateCompute the indefinite integral of an expression
factorFactor a polynomial expression

Quickstart via Pipeworx Gateway

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "method": "tools/call",
    "params": {
      "name": "newton__derive",
      "arguments": { "expression": "x^3+2x^2+x" }
    },
    "id": 1
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review