Open Data

British Geological Survey (BGS) MCP Server

Chat with AI and run tools instantly — no account needed.

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.

3 tools
Agent guide included
Try it Free

No account needed. 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

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try British Geological Survey (BGS) now

No sign-up required. Chat with AI and run tools instantly.

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