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
npx mcp-wsdotThis 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
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
README
wsdot library | model context protocol | mcp-go
Development
Prerequisites
- For the best development experience, install bun so the MCP Inspector can be started (using
make mcp)
Building
- Please use
docker composeto run the application locally.- Docker Compose Instructions:
docker compose up -d --build && docker compose logs -f -t
- Docker Compose Instructions:
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:
- 12:20 PM today (April 20, 2025) - Vessel: Walla Walla
- 2:50 PM today (April 20, 2025) - Vessel: Walla Walla
- 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.