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" });
Get information about a particular geomark
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}.{fileFormatExtension}
Get the individual geometries within a multi-part geometry
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}/parts.{fileFormatExtension}
Gets a single spatial point representative of the geomark.
curl \
  https://apps.gov.bc.ca/pub/geomark/geomarks/{geomarkId}/point.{fileFormatExtension}
SDK on GitHub 📄 API Docs
SDK
us-gov-open-data-mcp
TypeScript
API
gov.bc.ca
gov.bc.ca:geomark
At a glance
Language TypeScript
Endpoints7
Base URLhttps://apps.gov.bc.ca/pub/geomark