bay511_operators

Pack: 511-sf-bay · Endpoint: https://gateway.pipeworx.io/511-sf-bay/mcp

No MCP client? Call it directly: GET https://gateway.pipeworx.io/v1/tools/bay511_operators for the schema, then POST the same URL with its arguments for the data.

Every transit operator publishing through the Bay Area 511 regional feed — BART, Muni, Caltrain, AC Transit, VTA, SamTrans, Golden Gate and ~25 more — with the short agency code the other tools in this pack take. AUTHORITATIVE for “which Bay Area agency code do I use”; call this first.

Parameters

NameTypeRequiredDescription
_apiKeystringno511 SF Bay API key. Free and instant from ${SIGNUP}. Omit if the operator has configured a platform key.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/511-sf-bay/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"bay511_operators","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('bay511_operators', {});

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "511-sf-bay": {
      "url": "https://gateway.pipeworx.io/511-sf-bay/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build September 18, 2026