Using us-gov-open-data-mcp with gov.bc.ca

TypeScript integration

Install
npm install us-gov-open-data-mcp
Quick start
import Us_gov_open_data_mcp from 'us-gov-open-data-mcp';

const client = new Us_gov_open_data_mcp({ apiKey: "YOUR_API_KEY" });
Lists the geographical areas (e.g. districts) that can be used to filter events.
curl \
  http://api.open511.gov.bc.ca/areas
Lists road events
curl \
  http://api.open511.gov.bc.ca/events
Lists the jurisdictions publishing data through this Open511 API implementation
curl \
  http://api.open511.gov.bc.ca/jurisdiction
SDK on GitHub 📄 API Docs
SDK
us-gov-open-data-mcp
TypeScript
API
gov.bc.ca
gov.bc.ca:open511
At a glance
Language TypeScript
Endpoints4
Base URLhttp://api.open511.gov.bc.ca