Skip to main content
Glama

WolframAlpha LLM MCP Server

by Garoth

Servidor MCP WolframAlpha LLM

Un servidor de Protocolo de Contexto de Modelo (MCP) que proporciona acceso a la API LLM de WolframAlpha. https://products.wolframalpha.com/llm-api/documentation

Características

  • Consulta la API LLM de WolframAlpha con preguntas en lenguaje natural
  • Responder preguntas matemáticas complicadas
  • Consulta datos sobre ciencia, física, historia, geografía y más.
  • Obtenga respuestas estructuradas y optimizadas para el consumo de LLM
  • Soporte para respuestas simplificadas y respuestas detalladas con secciones

Herramientas disponibles

  • ask_llm : Hazle una pregunta a WolframAlpha y obtén una respuesta estructurada y amigable para llm
  • get_simple_answer : Obtenga una respuesta simplificada
  • validate_key : Validar la clave API de WolframAlpha

Instalación

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

Configuración

  1. Obtén tu clave API de WolframAlpha en developer.wolframalpha.com
  2. Agréguelo a su archivo de configuración de Cline MCP dentro de la configuración de VSCode (por ejemplo, ~/.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" ] } } }

Desarrollo

Configuración de pruebas

Las pruebas utilizan llamadas API reales para garantizar respuestas precisas. Para ejecutar las pruebas:

  1. Copie el archivo de entorno de ejemplo:
    cp .env.example .env
  2. Edite .env y agregue su clave API de WolframAlpha:
    WOLFRAM_LLM_APP_ID=your-api-key-here
    Nota: El archivo .env se ignora para evitar enviar información confidencial.
  3. Ejecutar las pruebas:
    npm test

Edificio

npm run build

Licencia

Instituto Tecnológico de Massachusetts (MIT)

You must be authenticated.

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.

Permite consultar la API LLM de WolframAlpha para preguntas en lenguaje natural, proporcionando respuestas estructuradas y simplificadas optimizadas para el consumo de LLM.

  1. Características
    1. Herramientas disponibles
      1. Instalación
        1. Configuración
          1. Desarrollo
            1. Configuración de pruebas
            2. Edificio
          2. Licencia

            Related MCP Servers

            • -
              security
              F
              license
              -
              quality
              Facilitates executing system commands and retrieving web data using the Brave Search API by interpreting user intents via a Large Language Model (LLM).
              Last updated -
              1
              Python
            • -
              security
              F
              license
              -
              quality
              Enables LLMs to perform sophisticated web searches through proxy servers using Tavily's API, supporting comprehensive web searches, direct question answering, and recent news article retrieval with AI-extracted content.
              Last updated -
              1
              Python
            • -
              security
              A
              license
              -
              quality
              Provides AI-powered web search capabilities using Tavily's search API, enabling LLMs to perform sophisticated web searches, get direct answers to questions, and search recent news articles.
              Last updated -
              53
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              Enables LLMs to autonomously retrieve and explore web content by fetching pages and recursively following links to a specified depth, particularly useful for learning about topics from documentation.
              Last updated -
              TypeScript
              MIT License

            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