MCP Calc Tools
MCP 計算ツール
Cline や Roo Code などの AI コード アシスタントと統合するための高度な数学および財務計算ツールを提供するモデル コンテキスト プロトコル (MCP) サーバー。
概要
MCP Calc Toolsは、AIアシスタントが操作できる標準化されたインターフェースを通じて数学計算機能を提供します。これにより、AIツールは数学アルゴリズムを直接実装することなく、複雑な計算を実行できます。
Related MCP server: Calculator MCP Server
特徴
数学ツール
記号計算
derivative: 式の記号導関数を計算するintegral: 記号積分を計算するlimit: 変数が指定された値に近づくにつれて限界を評価するsolve: 特定の変数について方程式を解く
数値解析法
riemann_sum: 複数の方法(左、右、中点、台形)でリーマン和を使用して定積分を計算します。darboux_sum: 積分近似の上限および下限 Darboux 和を計算するarea: 2点間の曲線の下の面積を計算するvolume:x軸周りの回転体積を計算する
数学的変換
laplace_transform: 関数のラプラス変換を計算するfourier_transform: 関数のフーリエ変換を計算するz_transform: 離散時間関数のZ変換を計算する
金融ツール
compound_interest: カスタマイズ可能な複利期間で複利を計算しますpresent_value: 将来のキャッシュフローの現在価値を計算するnpv: キャッシュフロー系列の正味現在価値を計算するblack_scholes: ブラック・ショールズ・モデルを用いてオプション価格を計算するoption_greeks: オプションのギリシャ値(デルタ、ガンマ、ベガ、シータ、ロー)を計算します。
ユーティリティ関数
logarithm: 任意の底の対数を計算するexponential: 指数関数(e^x)を計算する
インストール
# Clone the repository
git clone https://github.com/yourusername/mcp-calc-tools.git
# Navigate to project directory
cd mcp-calc-tools
# Install dependencies
npm install
# or
pnpm install使用法
MCPサーバーの起動
# Make the script executable (if needed)
chmod +x index.js
# Run the server
npm start
# or
node index.jsAIアシスタントとの統合
AI コーディング アシスタントで MCP Calc Tools を使用するには:
AIアシスタント(Cline/Roo Code)をMCPサーバーを使用するように設定
実行中のインスタンスにサーバーURLを設定します
AIアシスタントは、あらゆる数学ツールにアクセスできるようになります
導関数を計算するリクエストの例:
Calculate the derivative of x^2*sin(x)要件
Node.js v14以上
必要なパッケージ:
genkit (^1.0.5)
genkitx-mcp (^1.0.5)
数学js (^12.0.0)
発達
プロジェクトは次のように構成されています。
index.js: すべてのツール定義を含むメインサーバーの実装
package.json: プロジェクトの依存関係とスクリプトの定義
ライセンス
[ここにライセンス情報を追加してください]
貢献
貢献を歓迎します!お気軽にプルリクエストを送信してください。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityBmaintenanceA Model Context Protocol server that provides basic mathematical and statistical functions to LLMs, enabling them to perform accurate numerical calculations through a simple API.1341171MIT
- AlicenseCqualityDmaintenanceA Model Context Protocol server that enables LLMs to perform precise numerical calculations by evaluating mathematical expressions.1155MIT
- FlicenseNot gradedqualityDmaintenanceAdvanced server for simulating financial models and stochastic processes, offering tools for generating simulations, calculating financial metrics, and visualizing results with interactive components.
- AlicenseCqualityCmaintenanceA comprehensive MCP server that turns any AI assistant into a powerful mathematical computation engine, providing 52 advanced functions, 158 unit conversions, financial calculations, and secure AST-based evaluation.1813MIT
Related MCP Connectors
High-precision finance & business calculations for AI agents — exact decimals, never floats.
AI-callable calculators and engineering models with real formulas. No hallucinated math.
Precision math engine for AI agents. 203 exact methods. Zero hallucination.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nbiish/mcp-calc-tools'
If you have feedback or need assistance with the MCP directory API, please join our Discord server