Back to search
100
MCP live v0.1.3 streamable-http

io.github.cyanheads/wsdot-mcp-server

io.github.cyanheads/wsdot-mcp-server

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

Uptime
14.3%
7 probes
Response
524ms
last probe
Tools
12
callable

Tools · 12

wsdot_get_mountain_passes

Returns current road conditions for all Washington State mountain passes: status, weather, road condition, traction laws, temperature, and elevation. Includes all ~12 passes (Snoqualmie, Stevens, Whit…

wsdot_search_alerts

Returns active WA highway alerts: incidents, construction, closures, and restrictions. Filter by state route (zero-padded 3-digit number, e.g. "005" for I-5, "090" for I-90, "520" for SR 520), WSDOT r…

wsdot_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. Filter by partial ro…

wsdot_get_toll_rates

Returns current dynamic toll rates for WA express lanes and tolled facilities: SR 99 (WSDOT Tunnel), SR 520 Bridge, I-405 Express Lanes, I-90 Two-Way Express Lanes, and SR 167 HOT Lanes. Rates are tim…

wsdot_get_border_waits

Returns current vehicle wait times at all WA/Canada land border crossings: Peace Arch (Blaine), Pacific Highway (Blaine), Sumas, Lynden, Oroville, and others. Wait times are in minutes. Use for "how l…

wsdot_search_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 (e.g. "090" …

wsdot_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 nume…

wsdot_get_ferry_routes

Returns all WSF ferry routes operating on a given date. Route IDs correspond to impactedRouteIds in ferry alerts from wsdot_get_ferry_alerts. To get terminal IDs for schedule and space lookups, use ws…

wsdot_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 sho…

wsdot_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 da…

wsdot_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 filt…

wsdot_get_ferry_alerts

Returns active WSF ferry service disruptions, delays, and bulletins. Each alert includes impacted route IDs — cross-reference with wsdot_get_ferry_routes to resolve route IDs to human-readable route n…

Similar MCP servers embedding-nearest

io.github.vessel-api/vesselapi-mcp
MCP server for the VesselAPI — maritime vessel tracking, port events, emissions, and navigation data
0 tools
Vessel Traffic MCP
Read-only MCP server for vessel AIS, ship tracking, schedules, and BYOK maritime providers.
0 tools
io.github.theyahia/travelpayouts-mcp
MCP server for Travelpayouts API -- flight search, popular routes, price calendar.
0 tools
Hawaii Conditions MCP Server
Real-time surf, weather, trail status, volcano, ocean safety, and restaurants for Hawaii.
0 tools · streamable-http
Hawaii Conditions MCP Server
Real-time surf, weather, trail status, volcano, ocean safety, and restaurants for Hawaii.
0 tools · streamable-http
io.github.hyg900928/mcp-weather-server
An MCP server for weather information.
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.cyanheads/wsdot-mcp-server": {
      "url": "https://wsdot.caseyjhand.com/mcp",
      "transport": "streamable-http"
    }
  }
}