Open Data

London Air Quality MCP Server

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

London Air Quality Network (LAQN) provides real-time and historical air pollution data across London monitoring sites. Access hourly readings for pollutants including NO2, PM10, PM2.5, O3, and SO2, plus daily air quality index ratings by borough.

4 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 London Air Quality — workflow patterns, data models, and gotchas for your AI agent.

London Air Quality Network (LAQN)

Real-time and historical air pollution data from monitoring sites across London. Managed by Imperial College London. No auth required.

Data Model

  • Site — Monitoring station with @SiteCode (e.g. "MY1" = Marylebone Road), @SiteName, @SiteType (Roadside/Suburban/Urban Background/Kerbside), @LocalAuthorityName, and lat/lon coordinates.
  • Species — Pollutant type: NO2 (Nitrogen Dioxide), PM10, PM2.5, O3 (Ozone), SO2 (Sulphur Dioxide), CO (Carbon Monoxide). Each has health effect descriptions.
  • Readings — Hourly measurements with @MeasurementDateGMT and @Value (µg/m³). Empty @Value means no data for that hour.
  • Daily Index — Air Quality Index per site per day: 1-3 = Low, 4-6 = Moderate, 7-9 = High, 10 = Very High.

Key Site Codes

  • MY1 = Marylebone Road (busiest), KC1 = Kings College, WM6 = Westminster, BG1 = Barking

Gotchas

  • Response encoding has a UTF-8 BOM — always decode with utf-8-sig.
  • Endpoint paths use Information/ prefix for metadata queries.
  • All JSON field names start with @ (XML attribute convention).
  • Date format: YYYY-MM-DD in URL path segments.
  • Empty @Value strings indicate missing/unavailable readings.

Tools in this Server (4)

Laqn Daily Index

Get the latest daily Air Quality Index for London monitoring sites. Returns per-site, per-pollutant index values (1-3 Low, 4-6 Moderate, 7-9 High, 10 ...

Laqn Get Readings

Get hourly air quality readings for a specific monitoring site and pollutant. Returns timestamped measurements in µg/m³. Use laqn_list_sites to find s...

Laqn List Sites

List all monitoring sites in the London Air Quality Network. Returns site codes, names, types, boroughs, coordinates, and available pollutant species ...

Laqn List Species

List all pollutant species monitored by the London Air Quality Network. Returns species codes (NO2, PM10, PM2.5, O3, SO2, CO), names, descriptions, an...

Frequently Asked Questions

What is the London Air Quality MCP server?

London Air Quality Network (LAQN) provides real-time and historical air pollution data across London monitoring sites. Access hourly readings for pollutants including NO2, PM10, PM2.5, O3, and SO2, plus daily air quality index ratings by borough. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect London Air Quality 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/london-air-quality. Authentication is handled automatically.

How many tools does London Air Quality provide?

London Air Quality provides 4 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 London Air Quality require?

London Air Quality uses open data APIs — no authentication required.

Setup Instructions

Connect London Air Quality to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/london-air-quality

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 London Air Quality now

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

London Air Quality MCP Server & Skill — 4 Tools