← 返回
未分类 中文

Pipeworx newton

Symbolic math solver — simplify, differentiate, integrate, and factor expressions via the Newton API
符号数学求解器——通过Newton API简化、求导、积分和因式分解表达式
brucegutman brucegutman 来源
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 325
下载
💾 0
安装
1
版本
#latest

概述

Newton Math Solver

Symbolic mathematics over an API. Simplify algebraic expressions, compute derivatives and integrals, and factor polynomials. All operations return exact symbolic results, not numerical approximations.

Tools

ToolDescription
-------------------
simplifySimplify a mathematical expression (e.g., "2^2+2(2)" becomes "8")
deriveDifferentiate with respect to x (e.g., "x^3+2x^2+x" becomes "3x^2+4x+1")
integrateIndefinite integral with respect to x (e.g., "x^2" becomes "1/3 x^3")
factorFactor a polynomial (e.g., "x^2-1" becomes "(x-1)(x+1)")

When to use

  • Calculus homework help — derivatives and integrals
  • Simplifying complex expressions during technical discussions
  • Factoring polynomials for algebra problems
  • Verifying hand-computed symbolic math

Example: derivative of sin(x)*x^2

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

Setup

{
  "mcpServers": {
    "pipeworx-newton": {
      "command": "npx",
      "args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/newton/mcp"]
    }
  }
}

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-07 16:49 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

dev-programming

CodeConductor.ai

larsonreever
AI驱动平台,提供快速全栈开发、智能体、工作流自动化及低代码AI集成的可扩展产品创建。
★ 80 📥 182,948
dev-programming

Mcporter

steipete
使用 mcporter CLI 直接列出、配置、认证及调用 MCP 服务器/工具(支持 HTTP 或 stdio),涵盖临时服务器、配置编辑及 CLI/类型生成功能。
★ 198 📥 68,175
dev-programming

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 686 📥 330,823