Data Collection
boundr.dev
Provides access to UK administrative boundary data, allowing users to search, query, and retrieve boundary geometries and metadata.
ENDPOINT 1
https://mcp.boundr.dev/mcp
MCP server metadata
- Name
- boundr
- Version
- 3.4.4
Known tools 7
list_boundary_type_codesReturns every valid UK boundary type code mapped to its human-readable label.
Inferred read-onlysearch_boundaries_by_nameSearch for UK administrative boundaries by name (case-insensitive partial match).
Inferred read-onlyfind_boundaries_at_pointFind all UK administrative boundaries that geographically contain a coordinate point.
Inferred read-onlyget_boundary_by_codeLook up metadata for a single UK boundary by its ONS census code.
Inferred read-onlyget_boundary_geojson_by_codeFetch the full GeoJSON geometry for a UK boundary by its ONS census code.
Inferred read-onlyget_boundary_geojson_simplifiedFetch simplified GeoJSON for a boundary by its ONS census code.
Inferred read-onlyget_boundary_bboxGet the bounding box and centroid for a boundary by its ONS census code.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for boundr.dev was fetched 2026-07-26T22:47:03.450Z and is being refreshed.
boundr.dev is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.