# Wavedash (remote · mcp.wavedash.com)

Wavedash docs and workflow guidance for building and publishing browser games.

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

## Components

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

## Channel facts

- Endpoint: `https://mcp.wavedash.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.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-08-04.

- **Endpoint Security**: 74/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 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**: 85/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 749 tokens (~83/item across 9 items; 8 tools + 1 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 30/100
  - Stability observed for 9 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.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http wvdsh-wavedash https://mcp.wavedash.com/mcp
```

### Codex

```toml
[mcp_servers.wvdsh-wavedash]
url = "https://mcp.wavedash.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add wvdsh-wavedash --url https://mcp.wavedash.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  wvdsh-wavedash:
    url: "https://mcp.wavedash.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "wvdsh-wavedash": {
      "type": "http",
      "url": "https://mcp.wavedash.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 76, +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 75, +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 74, +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 72, 0)

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

### 2026-07-29 (score 72, +1)

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

### 2026-07-28 (score 71, +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 70, 0)

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

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

First indexed and scored.

## MCP tools (8)

### `wavedash_implementation_planner` (~151 tokens)

Plan Wavedash Implementation

Plan a Wavedash game implementation from the user's goal, engine, and requested features. Use this before making architecture claims, selecting SDK features, or writing Wavedash integration code. Read-only and unauthenticated.

Input parameters:

- `engine` (string): Optional engine/framework, for example phaser, unity, godot, three.js, react, rust, or custom.
- `features` (array): Optional requested Wavedash features, for example multiplayer, achievements, leaderboards, cloud-saves, ugc, players, paid-content, upload, or publishing.
- `goal` (string, required): What the user wants to build or integrate, including the game type and Wavedash-related outcome.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_get_agent_workflow` (~118 tokens)

Get Wavedash Agent Workflow

Return a concise end-to-end workflow for AI agents creating a browser game from scratch and preparing it for Wavedash upload. Read-only and unauthenticated; upload still happens through the Wavedash CLI or Developer Portal.

Input parameters:

- `engine` (string): Optional engine/framework, for example javascript, phaser, unity, godot, three.js, react, or custom.
- `features` (array): Optional requested Wavedash features, for example multiplayer, achievements, leaderboards, cloud-saves, ugc, players.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_search_docs` (~79 tokens)

Search Wavedash Docs

Search official Wavedash docs for browser game development, SDK integration, engines, CLI, upload, and publishing. Read-only and unauthenticated.

Input parameters:

- `limit` (integer): Maximum number of results to return.
- `query` (string, required): Search query, for example: sdk setup, multiplayer lobbies, unity webgl, build push.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_get_doc` (~71 tokens)

Get Wavedash Doc

Fetch a full Wavedash docs page as Markdown by path or docs.wavedash.com URL. Read-only and unauthenticated.

Input parameters:

- `path` (string, required): Docs path or URL, for example sdk/setup, engines/phaser, publishing/upload, or https://docs.wavedash.com/sdk/setup.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_get_quickstart` (~99 tokens)

Get Wavedash Quickstart

Return the Wavedash setup path for a browser game, optionally including an engine and SDK features. Read-only and unauthenticated.

Input parameters:

- `engine` (string): Optional engine/framework, for example phaser, unity, godot, three.js, react, rust, or custom.
- `features` (array): Optional Wavedash features, for example multiplayer, achievements, leaderboards, cloud-saves, ugc, players.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_get_sdk_reference` (~94 tokens)

Get Wavedash SDK Reference

Fetch Wavedash SDK docs for a specific feature such as setup, multiplayer, achievements, leaderboards, cloud saves, UGC, players, events, or types. Read-only and unauthenticated.

Input parameters:

- `topic` (string, required): SDK topic, for example setup, multiplayer, lobbies, p2p, achievements, stats, leaderboards, cloud-saves, ugc, players, cli, config.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_get_publishing_checklist` (~68 tokens)

Get Wavedash Publishing Checklist

Return Wavedash upload and publishing checklist guidance, optionally including an engine-specific docs page. Read-only and unauthenticated.

Input parameters:

- `engine` (string): Optional engine/framework, for example unity, godot, phaser, three.js, react, rust, or custom.

Output parameters:

- `text` (string): Human-readable tool result text.

### `wavedash_validate_config` (~53 tokens)

Validate Wavedash Config

Validate pasted wavedash.toml text for basic Wavedash CLI config issues. This does not read files; provide the config text as input.

Input parameters:

- `toml` (string, required): Contents of wavedash.toml.

Output parameters:

- `text` (string): Human-readable tool result text.

## Diagnostics

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

## Score history

- 2026-08-04: 76
- 2026-08-03: 76
- 2026-08-02: 75
- 2026-08-01: 75
- 2026-07-31: 74
- 2026-07-30: 72
- 2026-07-29: 72
- 2026-07-28: 71
- 2026-07-27: 70
- 2026-07-26: 70

## Links

- Remote endpoint: https://mcp.wavedash.com/mcp
- Repository: https://github.com/wvdsh/ai
- Website: https://docs.wavedash.com/agents
- Changelog RSS feed: https://verifymcp.io/servers/wvdsh-wavedash/mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/wvdsh-wavedash/mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/wvdsh-wavedash/mcp
