# Wolfram Alpha Api — MCP server on mcp.ai > Connect your Wolfram Alpha Api account and use 11 tools for developer tools straight from your AI agent. Connect with your own API key. Integrate computational knowledge into applications via Wolfram|Alpha's APIs. By: mcp.ai · official Page: https://mcp.ai/wolfram_alpha_api ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_wolfram_alpha_api?ms=1787291220000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/wolfram_alpha_api/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/wolfram_alpha_api/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/wolfram_alpha_api/skill.md Postman collection (v2.1): https://mcp.ai/wolfram_alpha_api/postman.json ## Tools - wolfram_alpha_api_async_pod_fetch(s: string, id: string) — Fetch a single asynchronous pod from Wolfram|Alpha Full Results API. Use this tool to retrieve individual pod computations that were marked as async in a Full Results query. When you query the Full Re - wolfram_alpha_api_establish_connection(appid: string, extra?: object) — Tool to store Wolfram|Alpha AppID into the connection credential store. Use when establishing or updating your AppID so that subsequent actions automatically include this credential. - wolfram_alpha_api_extract_recalc_url_tokens(appid?: string, input?: string, raw_data?: string) — Tool to extract the recalculate URL and id/s tokens from full Wolfram|Alpha results. Use when you need to follow up with recalc.jsp or relatedQueries.jsp calls. - wolfram_alpha_api_full_results_recalculate(s?: string, id: string) — Recalculate a prior WolframAlpha Full Results query to retrieve additional computational results (pods). Use this action when: - A previous Full Results API query timed out or returned incomplete resu - wolfram_alpha_api_full_results_related_queries(s?: string, id: string) — Tool to fetch related query suggestions for a previous Full Results computation. Use after obtaining `id` and `s` from a Full Results API response. - wolfram_alpha_api_get_app_id() — Tool to fetch the Wolfram|Alpha AppID from credentials. Use when you need to verify the current AppID before making API calls. - wolfram_alpha_api_query_llm_api(ip?: string, input: string, units?: string, latlong?: string, currency?: string, location?: string, maxchars?: integer, timezone?: string, assumption?: string, countrycode?: string, languagecode?: string) — Tool to query Wolfram|Alpha LLM API for computed knowledge optimized for large language model consumption. Returns plain text results with query interpretations, computed data, and image URLs. Use whe - wolfram_alpha_api_query_summary_box(path: string, appid: string) — Tool to query the Summary Boxes API for pre-generated XHTML boxes summarizing Wolfram|Alpha knowledge. Use when you need formatted summary information for subjects like countries, chemicals, dates, or - wolfram_alpha_api_short_answers_result(i: string, appid: string, units?: string, timeout?: integer) — Tool to fetch a concise textual answer from Wolfram|Alpha. Use when you need a short, direct response. - wolfram_alpha_api_spoken_results_result(i: string, appid: string, units?: string, timeout?: integer) — Tool to retrieve a spoken-style single-sentence result from Wolfram|Alpha. Use when you need a concise, conversational answer to a natural-language query. - wolfram_alpha_api_validate_query(appid: string, input: string, output?: string) — Tool to validate a Wolfram|Alpha query, returning parsing assumptions and warnings. Use when you need to check query parse before a full computation. ## Example prompts - "What can I do in Wolfram Alpha Api?" - "Show me a summary of my Wolfram Alpha Api account" ## Links Docs: https://mcp.ai/docs/mcps/wolfram_alpha_api Website: https://mcp.ai/mcps/wolfram_alpha_api