Open Data

Historic England MCP Server

Chat with AI and run tools instantly.

Historic England's National Heritage List for England (NHLE) — search listed buildings and scheduled monuments via the ArcGIS FeatureServer. Query by name, grade, location, or list entry number.

Managed
3 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Historic England — workflow patterns, data models, and gotchas for your AI agent.

Historic England — National Heritage List for England

Official register of listed buildings and other designated heritage assets in England, served via ArcGIS FeatureServer.

Data Model

  • ListEntry — Unique integer reference number from the NHLE (e.g. 1000045).
  • Name — Name of the building or heritage asset (e.g. "BUCKINGHAM PALACE").
  • Grade — Listed building grade in descending order of significance: I, II*, II.
  • ListDate — Date the building was added to the statutory list (Unix timestamp in ms).
  • AmendDate — Date of last amendment to the listing.
  • NGR — Ordnance Survey National Grid Reference (e.g. "TQ 29009 79672").
  • Easting/Northing — OS coordinates (British National Grid, EPSG:27700).
  • hyperlink — Link to the full listing entry on historicengland.org.uk.

Grade Distribution

  • Grade I — ~2% of listed buildings. Exceptional interest.
  • Grade II* — ~5.8%. Particularly important, more than special interest.
  • Grade II — ~91.7%. Nationally important and of special interest.

Gotchas

  • Coordinate system: Native data uses British National Grid (EPSG:27700), not WGS84 lat/lon. Use outSR=4326 for lat/lon output.
  • Date fields: ArcGIS returns dates as Unix timestamps in milliseconds.
  • Case sensitivity: Name searches are case-insensitive when using upper(Name) LIKE '%CASTLE%'.
  • Result limit: Default max 2000 features per query. Use resultRecordCount to control.
  • Geometry: Point geometry (centre point of asset, not boundary polygon).

Tools in this Server (3)

He Listed Building Lookup

Look up a specific listed building on the National Heritage List for England by its List Entry Number. Returns name, grade, listing date, grid referen...

He Listed Buildings Nearby

Find listed buildings near a location using OS National Grid coordinates (easting/northing). Use postcodes.io or ordnance_survey tools to convert post...

He Listed Buildings Search

Search Historic England's National Heritage List for England (NHLE) by building name and optional grade. Returns list entry number, name, grade (I, II...

Frequently Asked Questions

What is the Historic England MCP server?

Historic England's National Heritage List for England (NHLE) — search listed buildings and scheduled monuments via the ArcGIS FeatureServer. Query by name, grade, location, or list entry number. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Historic England to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/historic-england. Authentication is handled automatically.

How many tools does Historic England provide?

Historic England provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Historic England require?

Historic England uses open data APIs — no authentication required.

Setup Instructions

Connect Historic England to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/historic-england

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Historic England and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Historic England will appear under Not connected — select it and click Connect to complete OAuth.
Name: Historic England
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/historic-england
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try Historic England now

No API key or third-party login required. Chat with AI and run tools instantly.

Historic England MCP Server & Skill — 3 Tools