Wraps the Newton API, a free mathematical solver that handles symbolic math operations without requiring authentication. You get tools for solving equations, derivatives, integrals, and simplification tasks through a remote gateway at gateway.pipeworx.io. Part of the larger Pipeworx platform that bundles 250+ data sources behind a single MCP endpoint. If you're building AI workflows that need to perform calculus or algebra operations, this gives you instant access without managing your own Newton API integration. The gateway approach means you can either use this standalone or connect to the full Pipeworx suite for broader functionality across different domains.
Newton MCP — wraps the Newton math solver API (free, no auth)
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"newton": {
"url": "https://gateway.pipeworx.io/newton/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Newton data" })
The gateway picks the right tool and fills the arguments automatically.
MIT