1. Conduid
  2. Developer Tools
  3. Wsdot
MCP server · Developer Tools

Wsdot

mcp server for the wsdot api

Unclaimed MIT last commit a year ago devtools
49Fair

Scored 2 days ago · breakdown

About Wsdot

Wsdot is an MCP server published by michaelpeterswa in the Developer Tools category: mcp server for the wsdot api. It has been installed 0 times through Conduid.

The repository has 1 stars and 0 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx mcp-wsdot

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Wsdot

Powered by Claude · Grounded in docs

I know everything about Wsdot. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.1.0v1.1.0 · 24 Jul 2026[1.1.0](https://github.com/michaelpeterswa/mcp-wsdot/compare/v1.0.1...v1.1.0) (2026-07-24) Features add streamable http transport for remote hosting…
v1.0.1v1.0.1 · 20 Apr 2025[1.0.1](https://github.com/michaelpeterswa/mcp-wsdot/compare/v1.0.0...v1.0.1) (2025-04-20) Bug Fixes add ability to gather current time…
v1.0.0v1.0.0 · 20 Apr 20251.0.0 (2025-04-20) Bug Fixes add main.go back from mistaken gitignore ([6b0b058](https://github.com/michaelpeterswa/mcp-wsdot/commit/6b0b05820aec9715d4b9f76a6a1afd05f6da8cd3)) mvp…

README

   wsdot library   |   model context protocol   |   mcp-go

Made With Go Made With MCP


Development

Prerequisites

  • For the best development experience, install bun so the MCP Inspector can be started (using make mcp)

Building

  • Please use docker compose to run the application locally.
    • Docker Compose Instructions:
      • docker compose up -d --build && docker compose logs -f -t

Run with docker-compose and check Grafana at http://localhost:3000 for metrics/traces.

Transports

This application supports both SSE and STDIO transports using the environment variable TRANSPORT

Current Tools

tool description
get_current_time gets the current time in the PDT/PST timezone
get_route_schedules gets the names and route id's for available ferry routes
get_schedules_today_by_route_id gets the sailing times for a route by route id

MacOS Binary Notes

If you download the binary from the releases page on MacOS, you will need to exempt it from the quarantine security warnings. To do that, run the following command:

xattr -rd com.apple.quarantine <path-to-binary>

Example Question

What is the next three sailings for the Seattle to Bremerton Ferry Route? And the latest I can return tonight?

Asked to Claude Desktop 3.7 Sonnet

I'll help you find the next three sailings for the Seattle to Bremerton route and the latest return option tonight. Let me search for the current ferry schedule.

Now that I have the route information, let me check the specific schedule for the Seattle to Bremerton ferry route:

Based on the schedule information, here are the details you requested:

Next Three Sailings from Seattle to Bremerton:

  1. 12:20 PM today (April 20, 2025) - Vessel: Walla Walla
  2. 2:50 PM today (April 20, 2025) - Vessel: Walla Walla
  3. 5:30 PM today (April 20, 2025) - Vessel: Walla Walla

Latest Return from Bremerton to Seattle Tonight:

The latest sailing from Bremerton to Seattle tonight is at 11:40 PM (23:40) - Vessel: Walla Walla

All sailings are operated by the vessel Walla Walla, which is handicap accessible. This schedule >is part of the Spring 2025 service which runs from March 23 to June 14, 2025.

README mirrored from the source repository 2 days ago. The original is authoritative.

Questions

About Wsdot

How do I install Wsdot?

Run npx mcp-wsdot, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Wsdot safe to use with an AI agent?

Its trust score is 49 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Wsdot still maintained?

Yes — the latest release is v1.1.0 (24 Jul 2026), and the last commit was a year ago. The repository has 1 stars and 0 open issues.