# com.wolfram/mcp (remote · agenttools.wolfram.com)

Integrates Wolfram Language and Wolfram|Alpha accessing curated data and sophisticated algorithms.

- Trust score: 67/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `agenttools.wolfram.com`: 67/100 (this document), [markdown](https://verifymcp.io/servers/com-wolfram-mcp/agenttools.md), [page](https://verifymcp.io/servers/com-wolfram-mcp/agenttools)

## Channel facts

- Endpoint: `https://agenttools.wolfram.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.1`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 69/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS not yet verified: we couldn't determine whether a plaintext access path exists.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 66/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 318 tokens (~106/item across 3 items; 3 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 40/100
  - Spec-recency check failed: implements MCP spec 2025-03-26; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-wolfram-mcp https://agenttools.wolfram.com/mcp
```

### Codex

```toml
[mcp_servers.com-wolfram-mcp]
url = "https://agenttools.wolfram.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-wolfram-mcp": {
      "type": "remote",
      "url": "https://agenttools.wolfram.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-wolfram-mcp --url https://agenttools.wolfram.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-wolfram-mcp:
    url: "https://agenttools.wolfram.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-wolfram-mcp": {
      "type": "http",
      "url": "https://agenttools.wolfram.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 65, +2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 63, 0)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-28 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 62, +1)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-26 (score 61)

First indexed and scored.

## MCP tools (3)

### `WolframContext` (~102 tokens)

Uses semantic search to retrieve any relevant information from Wolfram.
Always use this tool at the start of new conversations or if the topic changes to ensure you have up-to-date relevant information.
This uses semantic search, so the context argument should be written in natural language (not a search query) and contain as much detail as possible (up to 250 words).

Input parameters:

- `context` (string, required): A detailed summary of what the user is trying to achieve or learn about.

### `WolframLanguageEvaluator` (~162 tokens)

Evaluates Wolfram Language code for the user in a Wolfram Language kernel.
If a formatted result is provided as a markdown link, use that in your response instead of typing out the output.
Parse natural language input with `\[FreeformPrompt]["query"]`, which is analogous to ctrl+= input in notebooks.
Natural language input is parsed before evaluation, so it works like macro expansion.
You should ALWAYS use this natural language input to obtain things like `Quantity`, `DateObject`, `Entity`, etc.
This is a stateless kernel, so you cannot reuse definitions from previous evaluations.

Input parameters:

- `code` (string, required): The Wolfram Language code to evaluate.
- `timeConstraint` (number): The time constraint for the evaluation (default is 60 seconds).

### `WolframAlpha` (~54 tokens)

Use natural language queries with Wolfram|Alpha to get up-to-date computational results about entities in chemistry, physics, geography, history, art, astronomy, and more.

Input parameters:

- `query` (string, required): Wolfram Alpha query

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-wolfram-mcp/agenttools#diagnostics

## Score history

- 2026-08-03: 67
- 2026-08-02: 66
- 2026-08-01: 66
- 2026-07-31: 65
- 2026-07-30: 63
- 2026-07-29: 63
- 2026-07-28: 63
- 2026-07-27: 62
- 2026-07-26: 61

## Links

- Remote endpoint: https://agenttools.wolfram.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-wolfram-mcp/agenttools/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-wolfram-mcp/agenttools/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-wolfram-mcp/agenttools
