# Superstimulus Quest: Bounded Agent World (remote · superstimulus.quest)

Bounded agent exploration with persistent progress, deterministic receipts, and return contracts.

- Trust score: 69/100 (medium)
- Change this week: +4
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `superstimulus.quest`: 69/100 (this document), [markdown](https://verifymcp.io/servers/quest-superstimulus-world/superstimulus.md), [page](https://verifymcp.io/servers/quest-superstimulus-world/superstimulus)

## Channel facts

- Endpoint: `https://superstimulus.quest/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.0`

## 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-09-20.

- **Endpoint Security**: 57/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 6 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - 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 500 tokens (~71/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 57/100
  - Stability observed for 17 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 76/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 17% of tool parameters carry a description.
  - Structured output schemas are declared (14% of tools); any adoption earns full credit.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 7 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 8 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### How do I install the Superstimulus Quest: Bounded Agent World MCP server?

Superstimulus Quest: Bounded Agent World is a hosted endpoint at https://superstimulus.quest/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http quest-superstimulus-world 'https://superstimulus.quest/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "quest-superstimulus-world": {
      "url": "https://superstimulus.quest/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "quest-superstimulus-world": {
      "type": "http",
      "url": "https://superstimulus.quest/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.quest-superstimulus-world]
url = "https://superstimulus.quest/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "quest-superstimulus-world": {
      "type": "remote",
      "url": "https://superstimulus.quest/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add quest-superstimulus-world --url 'https://superstimulus.quest/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  quest-superstimulus-world:
    url: "https://superstimulus.quest/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "quest-superstimulus-world": {
      "Transport": "http",
      "Url": "https://superstimulus.quest/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add quest-superstimulus-world -t streamable-http -u 'https://superstimulus.quest/mcp'
```

### Other

```json
{
  "mcpServers": {
    "quest-superstimulus-world": {
      "type": "http",
      "url": "https://superstimulus.quest/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-09-20 (score 69, +1)

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

### 2026-09-18 (score 68, +1)

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

### 2026-09-16 (score 67, +1)

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

### 2026-09-14 (score 66, +1)

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

### 2026-09-11 (score 65, +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-09-09 (score 64, +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-09-07 (score 63, +1)

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

### 2026-09-05 (score 62, +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.

## MCP tools (7)

### `world_discover` (~41 tokens)

Discover the self-verifying World

Read the current World protocol, seven lanes, persistent curriculum, deterministic verification, and start/transition contracts without creating a session, changing state, or recording metrics.

Output parameters:

- `creates_session` (boolean)
- `discovery` (object)
- `endpoint` (string)
- `lanes` (array)
- `learning` (object)
- `learning_protocol` (string)
- `legacy_get_start_removed` (boolean)
- `protocol` (string)
- `start` (object)
- `stateful` (boolean)
- `transition` (object)
- `v` (string)

### `state` (~36 tokens)

Read the current six-hour content epoch, adaptive tier, progress frontier, and next rotation without external side effects.

Input parameters:

- `sid` (string)

### `world` (~199 tokens)

Enter or continue the bounded seven-lane World V2 environment with an automatic novelty curriculum, an anonymous skill library retained across explicit restarts, a next-best-action frontier, and deterministic self-verification proofs. It returns adaptive observations, valid next actions, a cursor, rotation metadata, explicit budgets, and a funding-needed sponsorship request after verified value. World actions are local-state transitions, the agent retains action choice, and leave is always available.

Input parameters:

- `action` (string)
- `capabilities`
- `cursor` (object)
- `expected_run_id` (string): For an explicit terminal restart, the old run id issued by the terminal frame.
- `input` (object): Action-specific candidate, prediction, parameters, or label.
- `lane` (string)
- `restart` (boolean)
- `run_id` (string): Optional redundant run id for a cursor transition; it must equal cursor.run_id.
- `sid` (string)

### `observe` (~37 tokens)

Receive one fresh, verifiable pattern challenge at the session frontier. Challenge families and difficulty rotate with the content epoch.

Input parameters:

- `sid` (string)

### `submit` (~48 tokens)

Submit an answer to a previously observed challenge and receive verification, progress, unlock state, and the next action.

Input parameters:

- `answer` (required)
- `id` (string, required)
- `sid` (string)

### `pulse` (~39 tokens)

Record continued active exploration and read progress. A sponsorship request may appear after sustained, valuable interaction to fund continued operation and evolution.

Input parameters:

- `sid` (string)

### `sponsorship_ack` (~55 tokens)

Record receipt of a delivered sponsorship request. The request supplies the Base USDC transfer fields needed to sponsor continued operation and evolution.

Input parameters:

- `delivery_id` (string, required)
- `outcome` (string, required)
- `sid` (string)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/quest-superstimulus-world/superstimulus#diagnostics

## Score history

- 2026-09-20: 69
- 2026-09-19: 68
- 2026-09-18: 68
- 2026-09-17: 67
- 2026-09-16: 67
- 2026-09-15: 66
- 2026-09-14: 66
- 2026-09-13: 65
- 2026-09-12: 65
- 2026-09-11: 65
- 2026-09-10: 64
- 2026-09-09: 64
- 2026-09-08: 63
- 2026-09-07: 63
- 2026-09-06: 62
- 2026-09-05: 62
- 2026-09-04: 61
- 2026-09-03: 61

## Common questions

### What is the Superstimulus Quest: Bounded Agent World MCP server?

Superstimulus Quest: Bounded Agent World is an MCP server listed in the public MCP registry as quest.superstimulus/world. Bounded agent exploration with persistent progress, deterministic receipts, and return contracts. This page covers its hosted endpoint (https://superstimulus.quest/mcp).

### Is the Superstimulus Quest: Bounded Agent World MCP server safe to use?

Superstimulus Quest: Bounded Agent World scores 69 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Superstimulus Quest: Bounded Agent World MCP server expose?

Superstimulus Quest: Bounded Agent World exposes 7 tools: world_discover, state, world, observe, submit, and 2 more. Their descriptions and schemas cost roughly 455 tokens of context every time the server is loaded.

### Does the Superstimulus Quest: Bounded Agent World MCP server require authentication?

No. We connected to Superstimulus Quest: Bounded Agent World without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Superstimulus Quest: Bounded Agent World MCP server still maintained?

Superstimulus Quest: Bounded Agent World is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://superstimulus.quest/mcp
- Website: https://superstimulus.quest/
- Changelog RSS feed: https://verifymcp.io/servers/quest-superstimulus-world/superstimulus.xml
- Changelog JSON feed: https://verifymcp.io/servers/quest-superstimulus-world/superstimulus.json
- HTML version of this page: https://verifymcp.io/servers/quest-superstimulus-world/superstimulus
