short_answer
ActiveTool of Wolfram Alpha
Get a single terse plain-text answer from Wolfram Alpha. Best for: arithmetic, unit conversion, "what is X", "how many Y in Z", factual lookups (planet diameter, country GDP, element atomic weight, current time in Tokyo). Returns one string.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "what is the capital of France"
},
{
"query": "how many kilometers in 50 miles",
"units": "metric"
},
{
"query": "2^10",
"units": "imperial"
}
],
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Natural-language query"
},
"units": {
"enum": [
"metric",
"imperial"
],
"type": "string",
"description": "metric | imperial (default metric)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
Wolfram Alpha
https://github.com/pipeworx-io/mcp-wolfram-alpha
1/7 registries