Community MCP Server: SecretiveShell/MCP-wolfram-alpha
A MCP server to connect to wolfram alpha API.
This is analogous to the !wa bang in duckduckgo search.
def wa(query: str) -> f"Use wolfram alpha to answer the following question: {query}"
Query Wolfram Alpha api.
def query_wolfram_alpha(query: ...