ca-boundaries-io
The ca-boundaries-io MCP server provides geographical boundary data for Canadian postal codes, enhancing location-based functionalities.
The ca-boundaries-io MCP server is a robust and fast service designed to provide geographical boundary data for Canadian postal codes, including FSA (Forward Sortation Area) and LDU (Local Delivery Unit) levels. This server is intended to be integrated programmatically into applications and systems to enhance location-based functionalities, such as geofencing, geolocation, and navigation. Over the past five years, the ca-boundaries-io service has gained the trust of over 600 clients across multiple sectors, including marketing, emergency response, insurance, and transportation. These clients rely on our service for its reliability and the comprehensive geographical data it provides. Each subscription plan includes 24x7 support, ensuring you have assistance whenever needed.
Features
- CA Postal Code Boundaries: Access geographical boundaries for Canadian postal codes at both FSA and LDU levels.
- GeoJson Integration: Easily integrate GeoJson boundary data into your applications.
- High Performance: Designed for optimal performance when used programmatically.
MCP Tools
- query_by_fsa_code: Retrieve boundary data by Postal FSA (e.g., T6H).
- query_for_ldu_boundary_by_location_and_resolution: Obtain LDU H3 Boundary data by specifying location and resolution.
- query_for_ldu_boundary_by_h3index: Query for Boundary by H3Index. If an LDU Postal Code does not exist within the H3 Index Hexagon, an empty FeatureCollection is returned. H3Index resolution must be greater than 8.
- query_for_ldu_boundary: Retrieve boundary data by LDU Postal Code.
- query_for_city_names_by_province_territory_name: Retrieve city names by province or territory name.
- query_for_city_boundary_by_city_name: Obtain city boundary data by city name.
- query_for_all_province_territory_names: Retrieve all province or territory names.
Usage with Different Platforms
mcp
mcp
{
"query": "query_by_fsa_code",
"parameters": {
"fsa_code": "T6H"
}
}