Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Install
npx @wong2/mcp-cliConfig
{
"mcpServers": {
"MCP-wolfram-alpha": {
"command": "uv",
"args": [
"--directory",
"C:\\Users\\root\\Documents\\MCP-wolfram-alpha",
"run",
"MCP-wolfram-alpha"
],
"env": {
"WOLFRAM_API_KEY": "your-app-id"
}
}
}
}Exposed MCP Tools (1)
safe
query_wolfram_alphaQueries the Wolfram Alpha API and returns the result as a string.
Read-only access to Wolfram Alpha's computational knowledge engine.
Safety Assessment
This server is relatively safe for general use, as it primarily provides read-only access to Wolfram Alpha's computational knowledge. However, it's crucial to protect the Wolfram Alpha API key and avoid submitting sensitive information in queries. Rate limiting should be implemented to prevent abuse.
- Requires an API key for access, limiting unauthorized use.
- Primarily read-only access to Wolfram Alpha's computational knowledge engine.
- No direct file system access or shell execution capabilities.
- Queries are submitted through a defined API, reducing injection risks.
- Exposure of the Wolfram Alpha API key if not properly secured.
- Potential for information leakage if queries contain sensitive data.
- Reliance on Wolfram Alpha's security and data handling practices.
- No built-in rate limiting, potentially leading to excessive API usage and cost.
