Required Environment Variables
WOLFRAM_API_KEY
: your-app-id (You will need a Wolfram Alpha API key.)
Steps
-
Install Meshagent CLI:
-
Sign up and authenticate with Meshagent:
- Follow the auth steps at: CLI Getting Started
-
Start MCP Wolfram Alpha Service in a Room:
- Note: This command creates a Meshagent Room with the MCP server available as a callable tool. The room closes when inactive.
-
Join a Chatbot to the Room:
- This starts a chatbot in the same room, able to use the Wolfram Alpha toolkit.
- Multiple toolkits can be loaded in the same room.
- The link to the room will be provided in the CLI output.
-
Test the Setup:
- Open the room link in your browser and send a message to the agent. You can interact with the MCP Wolfram Alpha tool directly from the chat.
Project Level Deployment (Persistent Services)
For production use, create persistent services at the project level so the MCP server tools and chatbot appear in every Meshagent project room automatically. This eliminates the need for local/server-side MCP and simplifies onboarding.Steps
-
Create a Persistent MCP Wolfram Alpha Service:
-
Create a Persistent Chatbot Service:
Tools Available
Connect your chat repl to Wolfram Alpha computational intelligence.Available Tools
Tools provided by this Server | Short Description |
---|---|
query-wolfram-alpha | Use Wolfram Alpha to answer a question. |
Tool Details
Tool: query-wolfram-alpha
Use Wolfram Alpha to answer a question. This tool should be used when you need complex math or symbolic intelligence.
Parameters | Type | Description |
---|---|---|
query | string |
Use this MCP Server
Further Reading and Resources
- Meshagent Website: https://www.meshagent.com/
- Read The Docs: https://docs.meshagent.com
- Meshagent MCP Tool Image: Docker Hub: meshagent/mcp-wolfram-alpha
Meshagent and the MCP Wolfram Alpha toolkit make it easy to add advanced computation and symbolic math to any multi-agent room or workflow, securely and at scale, with minimal setup.