Open Data

British Geological Survey (BGS) MCP Server

Chat with AI and run tools instantly.

Access geological data from the British Geological Survey via the OGC API. Query boreholes, earthquakes, landslides, geological maps, offshore survey data, and geomagnetic observations across the UK.

Managed
3 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for British Geological Survey (BGS) — workflow patterns, data models, and gotchas for your AI agent.

British Geological Survey (BGS)

The BGS OGC API provides access to geological, geophysical, and environmental data across the UK and offshore areas. No authentication required.

Data Model

  • Collection — A themed dataset (e.g. boreholes, earthquakes, geological maps). Each collection has an ID, title, description, and spatial extent.
  • Feature — A single record within a collection (GeoJSON format). Contains a geometry (point/polygon) and properties specific to the collection type.

Key Collections

  • onshoreboreholeindex — UK onshore borehole records with location, depth, and scan links
  • agsboreholeindex — AGS-format borehole data with geotechnical properties
  • historicalearthquakes — Historical UK earthquakes with magnitude, depth, and date
  • recentearthquakes — Recent seismic events
  • landslideindex — National Landslide Database records
  • bgsgeology625kbedrock — 1:625k scale bedrock geology map
  • bgsgeology625ksuperficial — 1:625k scale superficial deposits map
  • bgsgeology625kfaults — 1:625k scale geological faults
  • aeromag — Aeromagnetic survey data
  • geomag-observatory-index — Geomagnetic observatory locations

Spatial Queries

  • bbox — Bounding box filter as minLon,minLat,maxLon,maxLat (WGS84)
  • limit — Max features per request (default 10, API may cap at 10000)
  • offset — Skip records for pagination

Gotchas

  • All geometry is in WGS84 (EPSG:4326) longitude/latitude.
  • Use f=json parameter to request JSON format (default may be HTML).
  • Some collections contain hundreds of thousands of records — always use limit and bbox to constrain queries.
  • Feature IDs are numeric within each collection.

Tools in this Server (3)

Bgs Get Item

Get a specific feature from a BGS geological data collection by its item ID. Returns the full GeoJSON feature with geometry coordinates and all proper...

Bgs List Collections

List all available data collections from the British Geological Survey. Returns collection IDs, titles, descriptions, and spatial extents. Collections...

Bgs Query Collection

Query features from a BGS geological data collection. Supports spatial filtering with bounding box coordinates. Returns GeoJSON features with geometry...

Frequently Asked Questions

What is the British Geological Survey (BGS) MCP server?

Access geological data from the British Geological Survey via the OGC API. Query boreholes, earthquakes, landslides, geological maps, offshore survey data, and geomagnetic observations across the UK. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect British Geological Survey (BGS) 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/bgs-geology. Authentication is handled automatically.

How many tools does British Geological Survey (BGS) provide?

British Geological Survey (BGS) 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 British Geological Survey (BGS) require?

British Geological Survey (BGS) uses open data APIs — no authentication required.

Setup Instructions

Connect British Geological Survey (BGS) to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/bgs-geology

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 British Geological Survey (BGS) and paste the MCP URL into Remote MCP server URL.
  4. Click Add. British Geological Survey (BGS) will appear under Not connected — select it and click Connect to complete OAuth.
Name: British Geological Survey (BGS)
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/bgs-geology
Authentication: OAuth

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

Try British Geological Survey (BGS) now

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

British Geological Survey (BGS) MCP Server & Skill — 3 Tools