MCP Math Server

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が有効
  • エラー処理

インストール

npm install

使用法

サーバーを起動します。

npm start

自動リロードを使用した開発の場合:

npm run dev

APIエンドポイント

1. エンドポイントを計算する

POST /calculate

体:

{ "operation": "add", "params": { "a": 5, "b": 3 } }

2. 自然言語エンドポイント

POST /natural

体:

{ "query": "what is 5 plus 3" }

サポートされている操作

  • 加算: 「追加する」、「プラスする」、「+」
  • 減算:「減算」、「マイナス」、「-」
  • 掛け算:「掛ける」、「掛ける」、「*
  • 除算: 「割る」、「割る」、「/」
  • 平方根:「square root」、「sqrt」
  • パワー: "power", "^"

ライセンス

マサチューセッツ工科大学

-
security - not tested
F
license - not found
-
quality - not tested

RESTful API エンドポイントを通じて数学計算と自然言語数学クエリを処理する Node.js サーバー。

  1. Features
    1. Installation
      1. Usage
        1. API Endpoints
          1. 1. Calculate Endpoint
          2. 2. Natural Language Endpoint
        2. Supported Operations
          1. License
            ID: p1hx5qodw5