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.
| Tool | Description |
|---|---|
| getAddressesOutputformat | Converts a street address into geographic coordinates and location details. |
| getIntersectionsNearOutputformat | Identifies street intersections located near a specified geographic point. |
| getIntersectionsNearestOutputformat | Finds the closest street intersection to a given geographic point. |
| getIntersectionsWithinOutputformat | Retrieves all street intersections contained within a defined geographic area. |
| getIntersections | Retrieves detailed information about a specific intersection using its unique identifier. |
| getOccupantsAddressesOutputformat | Converts an address to coordinates and identifies businesses or organizations at that location. |
| getOccupantsNearOutputformat | Finds businesses or organizations occupying sites near a geographic point. |
| getOccupantsNearestOutputformat | Identifies the business or organization at the site nearest to a geographic point. |
| getOccupantsWithinOutputformat | Retrieves businesses or organizations occupying sites within a defined geographic area. |
| getOccupants | Retrieves information about a business or organization using its unique identifier. |
| getParcelsPids | Returns all parcel identifiers associated with a specific property site. |
| getSitesNearOutputformat | Finds property sites located near a specified geographic point. |
| getSitesNearestOutputformat | Identifies the property site closest to a given geographic point. |
| getSitesWithinOutputformat | Retrieves all property sites contained within a defined geographic area. |
| getSites | Retrieves detailed information about a specific property site using its unique identifier. |
| getSitesSubsitesOutputformat | Lists all subdivisions or subsections belonging to a specified property site. |