# io.github.cyanheads/wsdot-mcp-server (remote · wsdot.caseyjhand.com)

WA highway conditions, ferry schedules, vessel locations, toll rates, and border waits via MCP.

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

## Components

- remote · `wsdot.caseyjhand.com`: 68/100 (this document), [markdown](https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/wsdot.md), [page](https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/wsdot)
- npm · `@cyanheads/wsdot-mcp-server`: 35/100, [markdown](https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/cyanheads-wsdot-mcp-server.md), [page](https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/cyanheads-wsdot-mcp-server)

## Channel facts

- Endpoint: `https://wsdot.caseyjhand.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.2.3`

## 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**: 66/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 12 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.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 63/100
  - AI-judged instruction clarity (excellent).
  - Context-footprint check failed: tool/resource definitions use about 2538 tokens (~211/item across 12 items; 12 tools + 0 resources), over budget; trim descriptions and params.
  - 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.
  - 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 cyanheads-wsdot-mcp-server https://wsdot.caseyjhand.com/mcp
```

### Codex

```toml
[mcp_servers.cyanheads-wsdot-mcp-server]
url = "https://wsdot.caseyjhand.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "cyanheads-wsdot-mcp-server": {
      "type": "remote",
      "url": "https://wsdot.caseyjhand.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add cyanheads-wsdot-mcp-server --url https://wsdot.caseyjhand.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  cyanheads-wsdot-mcp-server:
    url: "https://wsdot.caseyjhand.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "cyanheads-wsdot-mcp-server": {
      "type": "http",
      "url": "https://wsdot.caseyjhand.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 68, +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 67, +1)

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

### 2026-07-31 (score 66, −1)

- [security] Tool “wsdot_get_toll_rates” rewrote its description, which is the text the model reads
- [security] Tool “wsdot_search_cameras” rewrote its description, which is the text the model reads
- [security] Tool “wsdot_get_ferry_alerts” rewrote its description, which is the text the model reads
- [security] Tool “wsdot_get_ferry_schedule” rewrote its description, which is the text the model reads
- [security] Tool “wsdot_search_alerts” rewrote its description, which is the text the model reads
- [security] Tool “wsdot_get_travel_times” rewrote its description, which is the text the model reads
- [security] Tool “wsdot_get_terminal_space” rewrote its description, which is the text the model reads
- [functional regression] Schema quality: 145 → 211
- [functional regression] Schema quality: 145 → 201
- [functional regression] Schema quality: 145 → 174
- [functional regression] Schema quality: 145 → 171
- [functional] Server version: 0.2.1 → 0.2.2
- [functional] Server version: 0.2.0 → 0.2.1
- [functional] Server version: 0.1.14 → 0.2.0
- [cosmetic] “wsdot_search_alerts” added an optional parameter “limit”
- [cosmetic] “wsdot_get_travel_times” added an optional parameter “limit”
- [cosmetic] “wsdot_get_terminal_space” added an optional parameter “limit”
- [cosmetic] “wsdot_get_terminal_space” added an optional parameter “offset”
- [cosmetic] “wsdot_get_toll_rates” added an optional parameter “limit”
- [cosmetic] “wsdot_get_toll_rates” added an optional parameter “offset”
- [cosmetic] “wsdot_get_travel_times” added an optional parameter “offset”
- [cosmetic] “wsdot_search_alerts” added an optional parameter “offset”
- [cosmetic] “wsdot_search_alerts” reworded the description of “stateRoute”
- [cosmetic] “wsdot_search_alerts” reworded the description of “startMilepost”
- [cosmetic] “wsdot_search_alerts” reworded the description of “endMilepost”
- [cosmetic] “wsdot_get_travel_times” reworded the description of “route”
- [cosmetic] “wsdot_search_cameras” reworded the description of “stateRoute”

### 2026-07-30 (score 67, +1)

- [functional] MCP protocol: Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.
- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server
- [functional] Server version: 0.1.13 → 0.1.14

### 2026-07-29 (score 66, +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-27 (score 65, +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 64)

First indexed and scored.

## MCP tools (12)

### `wsdot_get_mountain_passes` (~81 tokens)

Get Mountain Pass Conditions

Returns current road conditions for all Washington State mountain passes: status, weather, road condition, traction laws, temperature, and elevation. Includes all 16 passes (Snoqualmie, Stevens, White, Blewett, Cayuse, etc.). Use for "is the pass open?", traction law status, or winter driving planning.

Output parameters:

- `notice` (string): Optional notice when no pass data is available — e.g. API temporarily unavailable. Absent on normal results.
- `passes` (array): All WA mountain pass conditions.
- `totalCount` (number): Total number of passes returned.

### `wsdot_search_alerts` (~416 tokens)

Search Highway Alerts

Returns active WA highway alerts: incidents, construction, closures, and restrictions. Filter by state route ("I-90", "90", "SR 520", or "520" all work), WSDOT region (Northwest, Olympic, Southwest, South Central, North Central, Eastern), or milepost range, matched against the alert's full extent. Omit all filters to return all current statewide alerts. Results are ordered by alertId and paged — pass offset/limit to page through the full set (the notice reports the next offset).

Input parameters:

- `endMilepost` (number): End of the milepost range. Matched by extent overlap like startMilepost, so an alert beginning inside the range and continuing past it is returned.
- `limit` (integer): Maximum alerts to return in this page (1–500). Defaults to 50.
- `offset` (integer): Zero-based index of the first alert to return, for paging. Defaults to 0.
- `region` (string): WSDOT region name as it appears in alert data: "Northwest", "Olympic", "Southwest", "South Central", "North Central", or "Eastern". Matching is case-insensitive.
- `startMilepost` (number): Start of the milepost range. An alert matches when its extent overlaps the range, so a closure running from MP 10 to MP 30 is returned for a range starting at MP 20. Either bound may be given alone.…
- `stateRoute` (string): State route to filter by. Accepts natural forms — "I-90", "90", "090", "SR 520", "520" — matched case- and space-insensitively to the route number. A route-type prefix is compared only when both side…

Output parameters:

- `alerts` (array): Matching highway alerts.
- `appliedFilters` (object): Active filters applied to the alert search.
- `hasMore` (boolean): True when more alerts remain beyond the current page.
- `nextOffset`: Offset to pass to retrieve the next page, or null when this is the last page.
- `notice` (string): Informational note about the page window, or guidance when no alerts matched the filters or the offset ran past the end.
- `totalCount` (number): Total alerts matching the filters across all pages (not just this page).

### `wsdot_get_travel_times` (~278 tokens)

Get Travel Times

Returns current vs. average travel times for named WA highway corridors (I-5, I-90, SR 520, SR 99, I-405, SR 167, etc.). Use for "how congested is I-5?" or commute time estimates. The route filter matches two ways: a route designation ("I-5", "5", "SR 520") returns every corridor measured on that route, and any text also matches corridor names ("Everett"). When current time exceeds average, the corridor is congested. Results are paged — pass offset/limit to page through the full set (the notice reports the next offset).

Input parameters:

- `limit` (integer): Maximum corridors to return in this page (1–500). Defaults to 50.
- `offset` (integer): Zero-based index of the first corridor to return, for paging. Defaults to 0.
- `route` (string): Optional filter. A route designation — "I-5", "5", "005", "SR 520", "520" — matches every corridor whose start or end point is on that route, whichever form the feed reports. Any text also matches th…

Output parameters:

- `corridors` (array): Travel time corridors matching the filter.
- `hasMore` (boolean): True when more corridors remain beyond the current page.
- `nextOffset`: Offset to pass to retrieve the next page, or null when this is the last page.
- `notice` (string): Informational note about the page window, or guidance when no corridors matched the route filter or the offset ran past the end.
- `routeFilter` (string): The route name filter applied (lowercased), or absent if no filter was used.
- `totalCount` (number): Total corridors matching the filter across all pages (not just this page).

### `wsdot_get_toll_rates` (~176 tokens)

Get Toll Rates

Returns current dynamic toll rates for WA express lanes and tolled facilities: SR 99 (WSDOT Tunnel), SR 167 HOT Lanes, I-405 Express Lanes, SR 509 tolled segment, and the SR 520 Bridge. Rates are time-banded and change dynamically based on traffic conditions. stateRoute is a bare, zero-padded route number ("099", "405") — the posted designation is in the rendered text. Results are paged — pass offset/limit to page through the full set (the notice reports the next offset).

Input parameters:

- `limit` (integer): Maximum toll rates to return in this page (1–500). Defaults to 50.
- `offset` (integer): Zero-based index of the first toll rate to return, for paging. Defaults to 0.

Output parameters:

- `hasMore` (boolean): True when more toll rates remain beyond the current page.
- `nextOffset`: Offset to pass to retrieve the next page, or null when this is the last page.
- `notice` (string): Informational note about the page window, or guidance when no toll rate data is available or the offset ran past the end.
- `rates` (array): Current toll rates for all active tolled facilities.
- `totalCount` (number): Total toll rate entries across all pages (not just this page).

### `wsdot_get_border_waits` (~171 tokens)

Get Border Wait Times

Returns current vehicle wait times at WA→Canada land border crossings: I-5 (Peace Arch, Blaine), SR 543 (Pacific Highway, Blaine), SR 539 (Lynden), and SR 9 (Sumas). Each crossing reports a general-purpose lane and a Nexus lane; SR 539 adds a truck lane and SR 543 adds truck and FAST truck lanes — eleven entries in crossings[], one per lane. crossingName is a route code (e.g. "I5", "I5Nexus", "SR543Trucks"); the readable name is in location.description. Wait times are in minutes. A crossing reporting no current data is still returned — only waitTimeInMinutes is omitted. Use for "how long is the border wait?" questions.

Output parameters:

- `crossings` (array): All WA/Canada border crossing wait times.
- `notice` (string): Optional notice when no crossing data is available. Absent on normal results.
- `totalCount` (number): Total number of crossings returned.

### `wsdot_search_cameras` (~369 tokens)

Search Highway Cameras

Returns WSDOT highway camera locations, descriptions, and image URLs. Camera images are copyright WSDOT — only metadata and image URLs are returned, not image bytes. Filter by state route ("I-90", "90", "SR 520", or "520" all work), WSDOT region, or milepost range. Results are ordered by cameraId and paged — pass offset/limit to page through the full set (the notice reports the next offset).

Input parameters:

- `endMilepost` (number): End of milepost range to filter cameras.
- `limit` (integer): Maximum cameras to return in this page (1–500). Defaults to 50.
- `offset` (integer): Zero-based index of the first camera to return, for paging. Defaults to 0.
- `region` (string): WSDOT region code: NW (Northwest), SW (Southwest), OL (Olympic), ER (Eastern), SC (South Central), OS (Olympic South), NC (North Central), or WA (statewide). Matching is case-insensitive.
- `startMilepost` (number): Start of milepost range to filter cameras.
- `stateRoute` (string): State route to filter by. Accepts natural forms — "I-90", "90", "090", "SR 520", "520" — matched case- and space-insensitively to the route number. Camera road names carry a route-type prefix, which…

Output parameters:

- `appliedFilters` (object): Active filters applied to the camera search.
- `cameras` (array): Camera metadata and image URLs. Images are copyright WSDOT.
- `hasMore` (boolean): True when more cameras remain beyond the current page.
- `nextOffset`: Offset to pass to retrieve the next page, or null when this is the last page.
- `notice` (string): Informational note about the page window, copyright, or empty results. Absent when not applicable.
- `totalCount` (number): Total cameras matching the filters across all pages (not just this page).

### `wsdot_get_ferry_terminals` (~83 tokens)

Get Ferry Terminals

Returns all WSF ferry terminals with their numeric IDs, names, and abbreviations. Call this first to resolve human-readable terminal names (e.g. "Bainbridge Island", "Seattle", "Kingston") to the numeric terminal IDs required by the schedule and space tools. The terminal list is small (20 terminals) and rarely changes.

Output parameters:

- `notice` (string): Optional notice when no terminal data is available. Absent on normal results.
- `terminals` (array): All WSF ferry terminals.
- `totalCount` (number): Total number of terminals returned.

### `wsdot_get_ferry_routes` (~125 tokens)

Get Ferry Routes

Returns the main WSF ferry routes operating on a given date. Route IDs correspond to impactedRouteIds in ferry alerts from wsdot_get_ferry_alerts, though some alert route IDs (seasonal, San Juan interisland, or Sidney B.C.) may not appear in this list. To get terminal IDs for schedule and space lookups, use wsdot_get_ferry_terminals.

Input parameters:

- `tripDate` (string): Date for which to list routes, in ISO 8601 format (YYYY-MM-DD). Defaults to today if omitted.

Output parameters:

- `notice` (string): Optional notice when no routes are available for the date. Absent on normal results.
- `routes` (array): Ferry routes operating on the requested date.
- `totalCount` (number): Total number of routes returned.
- `tripDate` (string): Date for which routes were retrieved (ISO 8601).

### `wsdot_get_ferry_schedule` (~281 tokens)

Get Ferry Schedule

Returns departure times for a specific WSF ferry route on a given date. Requires numeric terminal IDs — use wsdot_get_ferry_terminals to resolve terminal names to IDs. Set remainingOnly to true to show only future departures for today (useful for "next ferry" queries). For future dates, all sailings for that day are returned. Sailing times are ISO 8601 UTC while tripDate is the Pacific service day, so evening sailings carry the next UTC date — convert to America/Los_Angeles before quoting a clock time. Cancellations are not carried here — WSF drops a cancelled sailing from the schedule instead of flagging it, so a listed sailing is not confirmation that it will run. Check wsdot_get_ferry_alerts for disruptions; those are scoped to a route, not an individual sailing.

Input parameters:

- `arrivingTerminalId` (number, required): Numeric ID of the arriving terminal.
- `departingTerminalId` (number, required): Numeric ID of the departing terminal. Use wsdot_get_ferry_terminals to look up terminal IDs.
- `remainingOnly` (boolean): When true, returns only future sailings for today. Ignored for future dates. Default: false.
- `tripDate` (string): Date in ISO 8601 format (YYYY-MM-DD). Defaults to today if omitted.

Output parameters:

- `arrivingTerminalName` (string): Arriving terminal name.
- `departingTerminalName` (string): Departing terminal name.
- `notice` (string): Optional notice when no sailings are found — e.g. invalid terminal pair or no service for this date. Absent when sailings are present.
- `remainingOnly` (boolean): Whether the result shows only remaining sailings.
- `sailings` (array): Scheduled sailings for this route and date.
- `totalSailings` (number): Total number of sailings returned.
- `tripDate` (string): Date of the schedule (ISO 8601).

### `wsdot_get_vessel_locations` (~77 tokens)

Get Vessel Locations

Returns real-time AIS positions, speed, heading, ETA, and dock status for all active WSF vessels. Use for "where is the ferry now?", vessel tracking, or checking if a vessel is in service. Position data may lag by 30–60 seconds. Many fields are null for vessels not currently operating.

Output parameters:

- `notice` (string): Optional notice when no vessel data is available. Absent on normal results.
- `totalCount` (number): Total number of vessels returned.
- `vessels` (array): All WSF vessels with real-time position data.

### `wsdot_get_terminal_space` (~258 tokens)

Get Terminal Space

Returns real-time drive-up and reservable vehicle space available at WSF terminals for upcoming sailings. Use for "will I make the ferry?" or "how full is the next sailing?" questions. Optionally filter to a specific terminal by ID (use wsdot_get_ferry_terminals for the ID). driveUpSpaceCount is the key field — zero means the drive-up lane is full. Destinations are arrivingTerminalIds, not the itineraryLabel string: a sailing can serve several terminals, and those IDs are what wsdot_get_ferry_schedule accepts. Results are paged by terminal (default 5, max 20): offset/limit select whole terminals and totalCount counts matching terminals, not sailings — every sailing of a returned terminal is included, so page size varies with how many departures each terminal carries.

Input parameters:

- `departingTerminalId` (number): Filter to a specific terminal by numeric ID. Omit to return all terminals.
- `limit` (integer): Maximum terminals to return in this page (1–20). Defaults to 5. Counts terminals, not sailings.
- `offset` (integer): Zero-based index of the first terminal to return, for paging. Defaults to 0.

Output parameters:

- `hasMore` (boolean): True when more terminals remain beyond the current page.
- `nextOffset`: Offset to pass to retrieve the next page, or null when this is the last page.
- `notice` (string): Informational note about the page window, or guidance when no terminal space data is available, the filter matched nothing, or the offset ran past the end.
- `terminalFilter` (number): The terminal ID filter applied, or absent if no filter was used.
- `terminals` (array): Terminal space availability by terminal.
- `totalCount` (number): Total terminals matching the filter across all pages (not just this page). Counts terminals, not sailings.

### `wsdot_get_ferry_alerts` (~121 tokens)

Get Ferry Alerts

Returns active WSF ferry service disruptions, delays, and bulletins. Each alert carries a one-line summary plus the bulletin title, kind, and full body — the body is where detail such as a replacement sailing appears. Each alert includes impacted route IDs — cross-reference with wsdot_get_ferry_routes to resolve route IDs to human-readable route names. Some IDs (seasonal, San Juan interisland, or international Sidney B.C. routes) may not appear in wsdot_get_ferry_routes for a given date.

Output parameters:

- `alerts` (array): Active ferry service alerts and disruptions.
- `notice` (string): Optional notice when no alerts are active. Absent when alerts are present.
- `totalCount` (number): Total number of active alerts.

## Diagnostics

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

## Score history

- 2026-08-03: 68
- 2026-08-02: 67
- 2026-08-01: 67
- 2026-07-31: 66
- 2026-07-30: 67
- 2026-07-29: 66
- 2026-07-28: 65
- 2026-07-27: 65
- 2026-07-26: 64

## Links

- Remote endpoint: https://wsdot.caseyjhand.com/mcp
- Repository: https://github.com/cyanheads/wsdot-mcp-server
- Changelog RSS feed: https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/wsdot/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/wsdot/changelog.json
- HTML version of this page: https://verifymcp.io/servers/cyanheads-wsdot-mcp-server/wsdot
