Metadata-Version: 2.4
Name: wolfravant-mcp
Version: 0.1.1
Summary: MCP server for Wolfram Alpha computational queries
Project-URL: Homepage, https://github.com/retospect/wolfravant-mcp
Project-URL: Repository, https://github.com/retospect/wolfravant-mcp
Author-email: Reto Stamm <reto@retostamm.com>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Keywords: computation,mathematics,mcp,wolfram-alpha,wolfravant
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Requires-Dist: mcp>=1.0
Requires-Dist: wolframalpha>=5.1
Description-Content-Type: text/markdown

# wolfravant-mcp

MCP server for querying [Wolfram Alpha](https://www.wolframalpha.com/) via the Full Results v2 API.

## Setup

```bash
pip install wolfravant-mcp
```

Set `WOLFRAM_APP_ID` to your Wolfram Alpha App ID (get one at https://developer.wolframalpha.com/portal/myapps/).

## Usage

```bash
export WOLFRAM_APP_ID="your-app-id"
wolfravant-mcp
```

The server runs on stdio transport (MCP standard).

## Tool

**`wolfram_alpha(query)`** — query Wolfram Alpha for computations, math, science facts, unit conversions, and data lookups. Returns structured text with titled sections.

## License

GPL-3.0-or-later
