# Wolfram Alpha LLM API

Given LLM's struggle with accurate mathematics and truth having the power of Wolfram Alpha is a huge improvement. Wolfram Alpha's LLM API computational knowledge engine through natural language queri…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add henryhawke/wolfram-llm-mcp

# Browse available tools
npx -y @smithery/cli@latest tool list henryhawke/wolfram-llm-mcp

# Get full schema for a tool
npx -y @smithery/cli@latest tool get henryhawke/wolfram-llm-mcp wolfram_query

# Call a tool
npx -y @smithery/cli@latest tool call henryhawke/wolfram-llm-mcp wolfram_query '{}'
```

## Tools (2)

- `wolfram_query` — Query Wolfram Alpha for computational, mathematical, scientific, and factual information. Supports natural language que…
- `wolfram_query_with_assumptions` — Query Wolfram Alpha with specific assumptions when the initial query returns multiple interpretations. Use this when yo…

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get henryhawke/wolfram-llm-mcp <tool-name>
```

---

Source: https://github.com/henryhawke/wolfram-llm-mcp
