Back to MCP Directory
Connections & Capabilities
Connects To
GitHubDocker
Capabilities
readexec
Quickstart
Install
pip install -rConfig
{
"mcpServers": {
"WolframAlphaServer": {
"command": "python3",
"args": [
"/path/to/src/core/server.py"
]
}
}
}Exposed MCP Tools (1)
safe
WolframAlphaQueryQueries the Wolfram Alpha API and returns the computational knowledge results.
Read-only access to Wolfram Alpha's knowledge base.
Safety Assessment
This server is relatively safe for information retrieval, but users should be cautious about the queries they submit and ensure proper API key management. The risk is moderate, as it depends on the user's configuration and the nature of the queries.
- Requires API key for Wolfram Alpha, limiting unauthorized access.
- Primarily designed for querying and retrieving information.
- Includes client examples with sandboxing via Docker.
- Gradio UI provides a controlled interface.
- Relies on external Wolfram Alpha API, potential for data exposure.
- API key management is the user's responsibility.
- Execution of arbitrary queries could lead to unexpected resource consumption.
- Potential for information leakage if queries contain sensitive data.
