INDIVIDUAL MCP TOOL
find_boundaries_at_point
Find all UK administrative boundaries that geographically contain a coordinate point.
LIVE ENDPOINT
https://mcp.boundr.dev/mcp
Connect to this endpoint to inspect the live schema for find_boundaries_at_point and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.boundr]
url = "https://mcp.boundr.dev/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"boundr": {
"type": "http",
"url": "https://mcp.boundr.dev/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: boundr
Remote MCP URL: https://mcp.boundr.dev/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"boundr": {
"url": "https://mcp.boundr.dev/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"boundr": {
"type": "http",
"url": "https://mcp.boundr.dev/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "boundr",
"transport": "streamable-http",
"url": "https://mcp.boundr.dev/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_boundary_type_codes— Returns every valid UK boundary type code mapped to its human-readable label.search_boundaries_by_name— Search for UK administrative boundaries by name (case-insensitive partial match).get_boundary_by_code— Look up metadata for a single UK boundary by its ONS census code.get_boundary_geojson_by_code— Fetch the full GeoJSON geometry for a UK boundary by its ONS census code.get_boundary_geojson_simplified— Fetch simplified GeoJSON for a boundary by its ONS census code.get_boundary_bbox— Get the bounding box and centroid for a boundary by its ONS census code.