Skip to main content
Feedback

BC Geocoder MCP connector

BC Geocoder is the Province of British Columbia's address validation and geocoding service for locations across the province. The BC Geocoder MCP connector allows AI agents to validate and standardize addresses, geocode locations to coordinates, reverse geocode coordinates to addresses, and find intersections by location or identifier. It also supports identifying site occupants at specific addresses or within geographic areas.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the BC Geocoder MCP connector to perform the following actions:

  • Validate and correct customer addresses across British Columbia before shipping or billing
  • Identify all occupants and tenants at a specific property address for multi-unit outreach
  • Locate nearby intersections and sites for field service routing and dispatch optimization
  • Retrieve property identifiers and site details to enhance customer databases with location data
  • Find sites within geographic boundaries to support territory planning and market analysis
  • Convert coordinates to addresses for reverse geocoding in location-based service workflows

Example prompts

Use the following example prompts to invoke BC Geocoder MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Clean up our customer address list in BC Geocoder and flag any incomplete addresses.
  • Show me all occupants at 123 Main Street in Vancouver using BC Geocoder.
  • Find the nearest intersection to this latitude and longitude in BC Geocoder.
  • List all sites within 5 kilometers of this location in BC Geocoder.
  • Get the property IDs for the site at this address in BC Geocoder.
  • Find all tenants in the downtown Vancouver area using BC Geocoder.
  • Geocode this address and tell me who occupies the site in BC Geocoder.
  • Show me the nearest site to these coordinates in BC Geocoder.
  • Retrieve all subsites for this parent property in BC Geocoder.
  • Search for sites in this geographic area and return their occupants in BC Geocoder.

BC Geocoder MCP connector tools

The BC Geocoder MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getAddressesOutputformatConverts a street address into geographic coordinates and location details.
getIntersectionsNearOutputformatIdentifies street intersections located near a specified geographic point.
getIntersectionsNearestOutputformatFinds the closest street intersection to a given geographic point.
getIntersectionsWithinOutputformatRetrieves all street intersections contained within a defined geographic area.
getIntersectionsRetrieves detailed information about a specific intersection using its unique identifier.
getOccupantsAddressesOutputformatConverts an address to coordinates and identifies businesses or organizations at that location.
getOccupantsNearOutputformatFinds businesses or organizations occupying sites near a geographic point.
getOccupantsNearestOutputformatIdentifies the business or organization at the site nearest to a geographic point.
getOccupantsWithinOutputformatRetrieves businesses or organizations occupying sites within a defined geographic area.
getOccupantsRetrieves information about a business or organization using its unique identifier.
getParcelsPidsReturns all parcel identifiers associated with a specific property site.
getSitesNearOutputformatFinds property sites located near a specified geographic point.
getSitesNearestOutputformatIdentifies the property site closest to a given geographic point.
getSitesWithinOutputformatRetrieves all property sites contained within a defined geographic area.
getSitesRetrieves detailed information about a specific property site using its unique identifier.
getSitesSubsitesOutputformatLists all subdivisions or subsections belonging to a specified property site.
On this Page