Skip to main content
Glama

Wolfram Alpha MCP Server

wolfram_query

Query Wolfram Alpha to compute mathematical equations, analyze scientific data, and retrieve factual information across chemistry, physics, geography, and more using natural language.

Instructions

Query Wolfram Alpha for computational, mathematical, scientific, and factual information. Supports natural language queries about entities in chemistry, physics, geography, history, art, astronomy, mathematics, and more.

Input Schema

NameRequiredDescriptionDefault
inputYesThe natural language query to send to Wolfram Alpha. Convert complex questions to simplified keyword queries when possible (e.g., "how many people live in France" becomes "France population").
maxcharsNoMaximum number of characters in the response (default: 6800)
assumptionNoAssumption to use when Wolfram Alpha provides multiple interpretations of a query
unitsNoUnit system preference (e.g., "metric", "imperial")
currencyNoCurrency preference for financial calculations
countrycodeNoCountry code for localized results
languagecodeNoLanguage code for results (queries should still be in English)
locationNoLocation for location-specific queries
timezoneNoTimezone for time-related calculations
widthNoWidth for generated images
maxwidthNoMaximum width for generated images
plotwidthNoWidth for plots and graphs
scantimeoutNoTimeout for scanning operations (seconds)
formattimeoutNoTimeout for formatting operations (seconds)
parsetimeoutNoTimeout for parsing operations (seconds)
totaltimeoutNoTotal timeout for the request (seconds)

Input Schema (JSON Schema)

{ "properties": { "assumption": { "description": "Assumption to use when Wolfram Alpha provides multiple interpretations of a query", "type": "string" }, "countrycode": { "description": "Country code for localized results", "type": "string" }, "currency": { "description": "Currency preference for financial calculations", "type": "string" }, "formattimeout": { "description": "Timeout for formatting operations (seconds)", "type": "number" }, "input": { "description": "The natural language query to send to Wolfram Alpha. Convert complex questions to simplified keyword queries when possible (e.g., \"how many people live in France\" becomes \"France population\").", "type": "string" }, "languagecode": { "description": "Language code for results (queries should still be in English)", "type": "string" }, "location": { "description": "Location for location-specific queries", "type": "string" }, "maxchars": { "default": 6800, "description": "Maximum number of characters in the response (default: 6800)", "type": "number" }, "maxwidth": { "description": "Maximum width for generated images", "type": "number" }, "parsetimeout": { "description": "Timeout for parsing operations (seconds)", "type": "number" }, "plotwidth": { "description": "Width for plots and graphs", "type": "number" }, "scantimeout": { "description": "Timeout for scanning operations (seconds)", "type": "number" }, "timezone": { "description": "Timezone for time-related calculations", "type": "string" }, "totaltimeout": { "description": "Total timeout for the request (seconds)", "type": "number" }, "units": { "description": "Unit system preference (e.g., \"metric\", \"imperial\")", "type": "string" }, "width": { "description": "Width for generated images", "type": "number" } }, "required": [ "input" ], "type": "object" }

Other Tools from Wolfram Alpha MCP Server

Related Tools

    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/henryhawke/wolfram-llm-mcp'

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