Integrations
Serves as the runtime environment for the MCP Math Server, handling RESTful API endpoints for mathematical calculations and natural language math queries.
MCP 数学サーバー
数学的計算と自然言語の数学クエリを処理する Node.js サーバー。
特徴
- 基本的な算術演算(加算、減算、乗算、除算)
- 高度な演算(平方根、累乗)
- 数学クエリのための自然言語処理
- RESTful APIエンドポイント
- CORSが有効
- エラー処理
インストール
Copy
使用法
サーバーを起動します。
Copy
自動リロードを使用した開発の場合:
Copy
APIエンドポイント
1. エンドポイントを計算する
Copy
体:
Copy
2. 自然言語エンドポイント
Copy
体:
Copy
サポートされている操作
- 加算: 「追加する」、「プラスする」、「+」
- 減算:「減算」、「マイナス」、「-」
- 掛け算:「掛ける」、「掛ける」、「*」
- 除算: 「割る」、「割る」、「/」
- 平方根:「square root」、「sqrt」
- パワー: "power", "^"
ライセンス
マサチューセッツ工科大学
This server cannot be installed
RESTful API エンドポイントを通じて数学計算と自然言語数学クエリを処理する Node.js サーバー。