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

What nbiish mcp calc tools gives an 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

An MCP listing is not a security review

An MCP server may receive model context, credentials, local files, or permission to call external systems. Review its code, requested environment variables, network behavior, package provenance, and maintenance status before connecting it to an agent.