MCP.so
登录

Mcp Wsdot

@michaelpeterswa

关于 Mcp Wsdot

mcp server for the wsdot api

基本信息

分类

其他

许可证

MIT license

运行时

go

传输方式

stdio

发布者

michaelpeterswa

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Mcp Wsdot?

Mcp Wsdot is a Model Context Protocol server for interacting with the Washington State Department of Transportation API, offering ferry route schedules and sailing times.

How to use Mcp Wsdot?

Run with Docker Compose using docker compose up -d --build && docker compose logs -f -t. Set the TRANSPORT environment variable to SSE or STDIO. Alternatively, download a binary from releases; on MacOS, exempt it from quarantine with xattr -rd com.apple.quarantine <path-to-binary>.

Key features of Mcp Wsdot

  • Provides real-time ferry route schedules and sailing times.
  • Supports SSE and STDIO transports via environment variable.
  • Includes Grafana dashboard for metrics and traces.
  • Built with Go, easy to deploy with Docker Compose.
  • Offers three tools: get_current_time, get_route_schedules, get_schedules_today_by_route_id.

Use cases of Mcp Wsdot

  • Ask an AI assistant for next three sailings on a specific ferry route.
  • Retrieve the latest return sailing time for a route tonight.
  • Integrate Washington State ferry schedules into automated workflows.

FAQ from Mcp Wsdot

What is Mcp Wsdot?

It is an MCP server that allows AI models to interact with the Washington State Department of Transportation API to get ferry schedule information.

How do I run Mcp Wsdot locally?

Use Docker Compose: docker compose up -d --build && docker compose logs -f -t. Then check Grafana at http://localhost:3000 for metrics/traces.

What transports does Mcp Wsdot support?

It supports both SSE and STDIO transports, configured via the TRANSPORT environment variable.

What tools does Mcp Wsdot provide?

Three tools: get_current_time (current time in PDT/PST), get_route_schedules (ferry route names and IDs), and get_schedules_today_by_route_id (sailing times for a route by ID).

Are there any special instructions for MacOS?

If you download a binary from the releases page on MacOS, you must exempt it from quarantine using xattr -rd com.apple.quarantine <path-to-binary>.

评论

其他 分类下的更多 MCP 服务器