Skip to main content
Glama

WolframAlpha LLM MCP Server

by Garoth

WolframAlpha LLM MCP サーバー

WolframAlpha の LLM API へのアクセスを提供する Model Context Protocol (MCP) サーバー。https ://products.wolframalpha.com/llm-api/documentation

特徴

  • WolframAlphaのLLM APIを自然言語の質問でクエリする
  • 複雑な数学の質問に答える
  • 科学、物理学、歴史、地理などに関する事実を検索します
  • LLM の消費に最適化された構造化された回答を入手
  • 簡略化された回答とセクション付きの詳細な回答をサポート

利用可能なツール

  • ask_llm : WolframAlphaに質問して、構造化されたllmフレンドリーな回答を得る
  • get_simple_answer : 簡略化された回答を取得する
  • validate_key : WolframAlpha APIキーを検証する

インストール

git clone https://github.com/Garoth/wolframalpha-llm-mcp.git npm install

構成

  1. developer.wolframalpha.comから WolframAlpha API キーを取得します。
  2. VSCode の設定内の Cline MCP 設定ファイルに追加します (例: ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):
{ "mcpServers": { "wolframalpha": { "command": "node", "args": ["/path/to/wolframalpha-mcp-server/build/index.js"], "env": { "WOLFRAM_LLM_APP_ID": "your-api-key-here" }, "disabled": false, "autoApprove": [ "ask_llm", "get_simple_answer", "validate_key" ] } } }

発達

テストの設定

テストでは実際のAPI呼び出しを使用し、正確なレスポンスを保証します。テストを実行するには、以下の手順に従ってください。

  1. サンプル環境ファイルをコピーします。
    cp .env.example .env
  2. .envを編集し、WolframAlpha API キーを追加します。
    WOLFRAM_LLM_APP_ID=your-api-key-here
    注: 機密情報のコミットを防ぐため、 .envファイルは gitignored されます。
  3. テストを実行します。
    npm test

建物

npm run build

ライセンス

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

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

WolframAlpha の LLM API に対して自然言語の質問を照会できるようにし、LLM の使用に最適化された構造化された簡略化された回答を提供します。

  1. 特徴
    1. 利用可能なツール
      1. インストール
        1. 構成
          1. 発達
            1. テストの設定
            2. 建物
          2. ライセンス

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              Enables integration of Perplexity's AI API with LLMs, delivering advanced chat completion by utilizing specialized prompt templates for tasks like technical documentation, code review, and API documentation.
              Last updated -
              1
              674
              8
              JavaScript
              MIT License
              • Linux
            • -
              security
              F
              license
              -
              quality
              Enables interaction with Notion through the Notion API by exposing it as tools for LLMs, allowing operations like reading, creating, updating, and deleting Notion pages seamlessly via natural language.
              Last updated -
              32
              21
              TypeScript
            • A
              security
              A
              license
              A
              quality
              Enables querying documents through a Langflow backend using natural language questions, providing an interface to interact with Langflow document Q\&A flows.
              Last updated -
              1
              14
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              Enables LLMs to interact with DataForSEO and other SEO APIs through natural language, allowing for keyword research, SERP analysis, backlink analysis, and local SEO tasks.
              Last updated -
              600
              47
              TypeScript

            View all related MCP servers

            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/Garoth/wolframalpha-llm-mcp'

            If you have feedback or need assistance with the MCP directory API, please join our Discord server