← atlasly.app

INDIVIDUAL MCP TOOL

calculate_biodiversity_net_gain

Purpose: calculate a first-pass Biodiversity Net Gain baseline, post-development units, deficit, and offset requirement using the statutory metric area x distinctiveness x condition x strategic significance structure.

atlasly.appnone authenticationAvailability not checked

Input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

Parent endpoint

atlasly.app

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.atlasly-app]
url = "https://mcp.atlasly.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "atlasly-app": {
      "type": "http",
      "url": "https://mcp.atlasly.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: atlasly-app
Remote MCP URL: https://mcp.atlasly.app/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": {
    "atlasly-app": {
      "url": "https://mcp.atlasly.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "atlasly-app": {
      "type": "http",
      "url": "https://mcp.atlasly.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "atlasly-app",
  "transport": "streamable-http",
  "url": "https://mcp.atlasly.app/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_tools — Discover available Atlasly tools by keyword.
  • get_lpa_adapter_status — Purpose: inspect Atlasly top-LPA planning source adapter coverage, operational status, cache state, record counts, and geometry coverage.
  • analyze_site — First-pass site intelligence for a UK address or postcode.
  • check_planning_constraints — Check first-pass UK planning constraints at a site: flood zone, listed buildings, conservation areas, Article 4 Directions, Tree Preservation Orders, environmental designations (SSSI, AONB, Green Belt, ancient woodland), historic landfill, and ground conditions.
  • check_permitted_development — Purpose: decide whether a common UK proposal is likely permitted development, prior approval, full permission, or unclear by combining GPDO Schedule 2 logic with Atlasly site constraints.
  • get_local_plan_policies — Purpose: identify the LPA for a UK site and return adopted local plan policy extracts (paragraph-level, from Atlasly's ingested corpus of 250+ councils' development plans) plus national NPPF references for the requested development type.
  • estimate_planning_costs — Purpose: estimate England planning application fees, CIL coverage/liability status, and likely S106 heads for early feasibility and viability checks.
  • find_development_sites — Purpose: find and rank official English brownfield-register development-site candidates for an area, then enrich the shortlist with Atlasly flood, heritage, conservation-area, and transit checks where requested.