wolframalpha llm.com
wolframalpha llm.com logo

WolframAlpha LLM

Integrates with WolframAlpha's LLM API to enable complex mathematical and scientific queries, offering tools for asking...

Created byApr 22, 2025

WolframAlpha LLM MCP Server

A Model Context Protocol (MCP) server that provides access to WolframAlpha's LLM API. https://products.wolframalpha.com/llm-api/documentation

Features

  • Query WolframAlpha's LLM API with natural language questions
  • Answer complicated mathematical questions
  • Query facts about science, physics, history, geography, and more
  • Get structured responses optimized for LLM consumption
  • Support for simplified answers and detailed responses with sections

Available Tools

  • ask_llm: Ask WolframAlpha a question and get a structured llm-friendly response
  • get_simple_answer: Get a simplified answer
  • validate_key: Validate the WolframAlpha API key

Installation

Configuration

  1. Get your WolframAlpha API key from developer.wolframalpha.com
  1. Add it to your Cline MCP settings file inside VSCode's settings (ex. ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):

Development

Setting Up Tests

The tests use real API calls to ensure accurate responses. To run the tests:
  1. Copy the example environment file:
  1. Edit .env and add your WolframAlpha API key:Note: The .env file is gitignored to prevent committing sensitive information.
  1. Run the tests:

Building

License

MIT

WolframAlpha LLM MCP Server

A Model Context Protocol (MCP) server that provides access to WolframAlpha's LLM API. https://products.wolframalpha.com/llm-api/documentation

Features

  • Query WolframAlpha's LLM API with natural language questions
  • Answer complicated mathematical questions
  • Query facts about science, physics, history, geography, and more
  • Get structured responses optimized for LLM consumption
  • Support for simplified answers and detailed responses with sections

Available Tools

  • ask_llm: Ask WolframAlpha a question and get a structured llm-friendly response
  • get_simple_answer: Get a simplified answer
  • validate_key: Validate the WolframAlpha API key

Installation

Configuration

  1. Get your WolframAlpha API key from developer.wolframalpha.com
  1. Add it to your Cline MCP settings file inside VSCode's settings (ex. ~/.config/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json):

Development

Setting Up Tests

The tests use real API calls to ensure accurate responses. To run the tests:
  1. Copy the example environment file:
  1. Edit .env and add your WolframAlpha API key:Note: The .env file is gitignored to prevent committing sensitive information.
  1. Run the tests:

Building

License

MIT