Wolfram MCP Server avatar

Wolfram MCP Server

Pricing

from $50.00 / 1,000 tool requests

Go to Apify Store
Wolfram MCP Server

Wolfram MCP Server

The Wolfram MCP Service provides immediate consumer-level access to Wolfram's sophisticated computations and trusted knowledge base.

Pricing

from $50.00 / 1,000 tool requests

Rating

0.0

(0)

Developer

agentify

agentify

Maintained by Community

Actor stats

0

Bookmarked

2

Total users

1

Monthly active users

2 days ago

Last modified

Share

Wolfram MCP Server

The Wolfram MCP Service provides immediate consumer-level access to Wolfram's sophisticated computations and trusted knowledgebase. This Apify Actor exposes Wolfram's hosted MCP service (wolfram.com/artificial-intelligence/mcp-service) over a streamable HTTP endpoint so any MCP client can connect via an Apify URL with Bearer auth.

About this MCP Server: To understand how to connect to and utilize this MCP server, please refer to the official Model Context Protocol documentation at mcp.apify.com.

Connection URL

MCP clients can connect to this server at:

https://mcp-servers--wolfram-mcp-server.apify.actor/mcp

Client Configuration

To connect to this MCP server, use the following configuration in your MCP client:

{
"mcpServers": {
"wolfram": {
"url": "https://mcp-servers--wolfram-mcp-server.apify.actor/mcp",
"headers": {
"Authorization": "Bearer YOUR_APIFY_TOKEN"
}
}
}
}

Note: Replace YOUR_APIFY_TOKEN with your actual Apify API token. You can find your token in the Apify Console.

🚩 Claim this MCP server

All credits to the original authors of https://www.wolfram.com/artificial-intelligence/mcp-service/ To claim this server, please write to ai@apify.com.


Available Tools

ToolDescription
WolframContextSemantic search over Wolfram resources. Call this first in a new conversation (or whenever the topic shifts) to ground subsequent tool calls with up-to-date relevant information. Input is natural-language context, not a search query.
WolframLanguageEvaluatorEvaluate Wolfram Language code in a kernel. Supports symbolic (Solve[...]), numerical (N[Pi, 50]), and unit-aware (UnitConvert[...]) computations. Accepts \[FreeformPrompt]["..."] for natural-language input that expands like a macro before evaluation. Optional timeConstraint (seconds, default 60).
WolframAlphaNatural-language Wolfram|Alpha queries for computational answers across chemistry, physics, geography, history, art, astronomy, and more.

✨ Example Usage

Symbolic & numerical math

"Solve x^2 + 3x - 4 == 0 for x, then give me the numerical value of Pi to 50 digits."

Real-world data & units

"Convert 100 miles to kilometers, and tell me the current population of Tokyo."

Live computational knowledge

"What's the distance from Earth to Mars right now, and what's the molecular weight of caffeine?"

References

To learn more about Apify and Actors, take a look at the following resources: