Development · MODEL CONTEXT PROTOCOL
nbiish mcp calc tools
nbiish mcp calc tools is a community-listed Model Context Protocol server. Review the source repository before installation.
WHAT IT CONNECTS
nbiish mcp calc tools 为 AI Agent 提供什么
- **Symbolic Calculus**
- `derivative`: Calculate symbolic derivatives of expressions
- `integral`: Compute symbolic integrals
- `limit`: Evaluate limits as variables approach specified values
- `solve`: Solve equations for specific variables
- `riemann_sum`: Calculate definite integrals using Riemann sums with multiple methods (left, right, midpoint, trapezoid)
- `darboux_sum`: Calculate upper and lower Darboux sums for integral approximation
- `area`: Calculate the area under a curve between two points
- `volume`: Calculate volume of revolution around x-axis
- `laplace_transform`: Calculate Laplace transforms of functions
- `fourier_transform`: Calculate Fourier transforms of functions
- `z_transform`: Calculate Z-transforms of discrete-time functions
- `compound_interest`: Calculate compound interest with customizable compounding periods
- `present_value`: Calculate present value of future cash flows
- `npv`: Calculate Net Present Value of cash flow series
- `black_scholes`: Calculate option prices using the Black-Scholes model
- `option_greeks`: Calculate option Greeks (delta, gamma, vega, theta, rho)
- `logarithm`: Calculate logarithm with any base
- `exponential`: Calculate exponential function (e^x)
- Configure your AI assistant (Cline/Roo Code) to use the MCP server
- Set the server URL to your running instance
- The AI assistant will now have access to all the mathematical tools
- Node.js v14 or higher
- Required packages:
- genkit (^1.0.5)
- genkitx-mcp (^1.0.5)
- mathjs (^12.0.0)
- index.js: Main server implementation with all tool definitions
- package.json: Project dependencies and script definitions
SECURITY
MCP 收录不等于安全审核
MCP 服务器可能获得模型上下文、凭据、本地文件或调用外部系统的权限。连接 Agent 前,请检查代码、环境变量、网络行为、软件包来源与维护状态。