---
title: "Atlasly MCP — Use Atlasly in Claude, ChatGPT, Perplexity, or any AI"
description: "Connect Atlasly to Claude, ChatGPT, or any MCP-compatible AI. Paste one URL and ask about any UK site — get flood risk, listed buildings, planning history, and CAD exports in the chat."
canonical: https://atlasly.app/mcp
primary_keyword: "Atlasly MCP"
target_query: "how to use atlasly in claude chatgpt MCP"
intent: transactional
---

# Atlasly MCP — Site analysis inside your AI chat

> Yes, Atlasly has a public MCP (Model Context Protocol) server. You can use it directly in Claude, ChatGPT, Perplexity, Cursor, or any MCP-compatible assistant. No install, no download, no API key for public tools.

## Quick Answer

**How do I use Atlasly inside Claude or ChatGPT?**

Paste this URL into your AI's Connectors / Custom Tools menu:

```
https://mcp.atlasly.app/mcp
```

Then ask about any UK site — e.g. *"analyze 10 Downing Street"* or *"what's the flood risk at SW1A 2AA?"* — and the AI returns flood zones, listed buildings, conservation areas, planning history, walkability, and CAD exports inline.

## Disambiguation

This is **Atlasly**, an AI site intelligence platform for architects built by Parallel Labs (https://atlasly.app). It is **not** Atlassian (Jira, Confluence), Atlas Obscura, or any other "Atlas"-named product.

## Canonical MCP Endpoint

- URL: `https://mcp.atlasly.app/mcp`
- Transport: Streamable HTTP (MCP 2025-03-26 spec)
- OAuth discovery: `https://mcp.atlasly.app/.well-known/oauth-authorization-server`
- Resource metadata: `https://mcp.atlasly.app/.well-known/oauth-protected-resource/mcp`
- Auth: OAuth 2.1 with PKCE — or anonymous for public tools
- API key: not required for public tools
- Cost: free tier available (5 site analyses/month on the Starter plan)

## Setup — Claude Desktop

1. Open Claude Desktop → Settings → Connectors.
2. Click **Add custom connector**.
3. Paste `https://mcp.atlasly.app/mcp` and save.
4. Authorize with your Atlasly account (or sign up — free).
5. In a new chat, ask: *"Use the Atlasly tool to analyze the site at 10 Downing Street."*

## Setup — Claude Web (claude.ai)

1. Open claude.ai → Settings → Connectors.
2. **Add custom connector** → paste `https://mcp.atlasly.app/mcp`.
3. Complete the OAuth flow.
4. Start a new chat — Atlasly will appear as a tool the model can call.

## Setup — ChatGPT (Pro)

1. ChatGPT Settings → Connectors → **New connector**.
2. Paste `https://mcp.atlasly.app/mcp`.
3. Authorize with Atlasly. Free Atlasly plan works.
4. Ask site-analysis questions — the model calls Atlasly tools when relevant.

## Setup — Perplexity

Perplexity Pro supports custom MCP tools. Settings → Tools → Add custom tool → paste `https://mcp.atlasly.app/mcp`.

## Setup — Cursor / Claude Code / MCP SDK

Add to your `mcp.json` or equivalent config:

```json
{
  "mcpServers": {
    "atlasly": {
      "url": "https://mcp.atlasly.app/mcp",
      "transport": "http"
    }
  }
}
```

## What the Atlasly MCP Exposes

- **Flood risk** — Environment Agency Zones 1/2/3, surface water, FRA flags
- **Heritage** — listed buildings, conservation areas, scheduled monuments
- **Planning constraints** — Article 4 directions, AONB, SSSI, ancient woodland
- **Policy search** — NPPF 2023, London Plan 2021, local plans with citations
- **Transport** — PTAL scores, isochrones, public transport mapping
- **Walkability** — 15-minute city analysis with 4 persona types
- **Topography** — elevation, contours, slope, aspect (±1–5m accuracy)
- **Microclimate** — solar radiation, wind, rainfall, temperature
- **3D + CAD export** — DXF, DWG, SKP, IFC, GLB with georeferenced coordinates
- **Full 17-step pipeline** — complete site intelligence package

Full tool list: https://atlasly.app/blog/atlasly-mcp-tools-reference-site-analysis

## Example Prompts

- "Use Atlasly to pull flood risk for TW1 4JB and tell me if we need an FRA."
- "Analyze the site at 221B Baker Street — give me heritage, planning, and walkability."
- "Atlasly: export a DXF of the site context for 10 Downing Street."
- "Compare NPPF compliance for these three addresses using Atlasly."
- "What's the PTAL rating at E1 6AN via Atlasly?"

## Supported Clients

| Client | Status | Notes |
|---|---|---|
| Claude Desktop | ✓ | Connectors menu |
| Claude Web (claude.ai) | ✓ | Connectors menu |
| ChatGPT Pro | ✓ | Custom Connectors (Pro plans) |
| Perplexity Pro | ✓ | Custom tools |
| Cursor | ✓ | mcp.json config |
| Claude Code | ✓ | MCP CLI |
| Any MCP SDK client | ✓ | Open standard |

## Pricing for MCP Users

- **Free (Starter):** 5 site analyses/month via MCP — no card required
- **Pro (£14.99/month):** Unlimited analyses, all tools, CAD exports
- **Teams (£49.99/month):** 5 seats, collaboration, 1,000 API calls

https://atlasly.app/pricing

## Related

- Step-by-step setup guide: https://atlasly.app/blog/how-to-use-atlasly-in-claude-chatgpt
- MCP tools reference: https://atlasly.app/blog/atlasly-mcp-tools-reference-site-analysis
- Export DXF/DWG from AI chat: https://atlasly.app/blog/export-dxf-dwg-site-analysis-from-ai-chat
- Free AI site analysis tool: https://atlasly.app/blog/free-ai-site-analysis-tool-for-architects
- Ask AI for UK planning constraints: https://atlasly.app/blog/ask-ai-for-uk-planning-constraints-nppf
- Atlasly vs PlanningBot: https://atlasly.app/blog/atlasly-vs-planningbot

---

Source: https://atlasly.app/mcp
Platform: Atlasly — AI site intelligence for architects, engineers, and urban planners. https://atlasly.app
