← Back to Plugins
MCP Server MCP

SF Muni Real-Time Transit

github By github 👁 1 views ▲ 0 votes

Real-time SF Muni departures, routes, alerts, vehicle positions, and schedules.

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://muni-mcp.srivastsh.workers.dev/mcp",
      "headers": [
        {
          "value": "{$apiKey}",
          "name": "x-api-key-511"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http

Comments

Sign in to leave a comment

Loading comments...