Back to search
100
MCP live v0.2.0 streamable-http

Hermes — Air Quality Intelligence

com.southlondonscientific/hermes

UK air quality MCP: live readings, historical trends, LAQM stats, WHO checks, knowledge base.

Uptime
20.0%
15 probes
Response
249ms
last probe
Tools
15
callable

Tools · 15

assess_location_aq

Comprehensive air quality assessment for a location in one call. Combines nearby monitor discovery and current readings with DAQI into a single response. Use this as the first tool call for any air q…

get_current_aq

Get the most recent air quality readings near a location, with health context. Returns a 'summary' with a plain-English health assessment and advice for general and at-risk populations. Present the s…

get_historical_aq

Get historical air quality data for a site or location, with health context. Returns a 'narrative' with plain-English interpretation of trends, WHO guideline exceedances, and guideline comparisons. P…

get_aqi_summary

Get an AQI assessment with health advice and WHO compliance check. Returns a 'summary' with a plain-English health assessment, advice for general and at-risk populations, and WHO guideline context. P…

list_monitors

List air quality monitoring sites near a location, with context. Returns a 'summary' explaining how many monitors were found, their operational status, and what each monitor type represents. Present …

chart_aq_trend

Generate a time series chart of air quality data. Returns a PNG chart image with a brief text summary. Use this when users ask about trends, patterns, or want to visualise air quality over time. Arg…

trend_analysis

Analyse the long-term trend in a pollutant near a location. Uses Theil-Sen slope estimation with Mann-Kendall significance testing to determine whether air quality is improving, worsening, or stable.…

compare_locations

Compare current air quality across multiple locations side-by-side. Returns a ranked comparison by pollutant with DAQI bands and distance to nearest monitor. Useful for comparing development sites, s…

regulatory_stats

Get LAQM Annual Status Report-style statistics for a location. Returns annual means, percentiles, exceedance counts, data capture percentages, and compliance assessment against UK legal limits and WH…

time_patterns

Analyse when pollution is highest — hour of day, day of week, and month. Returns temporal profiles showing typical patterns. Useful for advising on best times for outdoor exercise, school runs, or co…

kb_get_guidelines

Get current air quality guideline and target values. Args: framework: "WHO", "UK", "EU", or "all" (default). pollutant: Optional filter for a specific pollutant. Returns the full guidelines …

kb_get_health_effects

Get health evidence summaries for a pollutant and population group. Args: pollutant: "NO2", "PM2.5", "PM10", or "O3". population_group: "general", "children", "elderly", "respiratory", …

kb_get_local_context

Get area-specific contextual information. Args: area: "southwark", "london", or a specific neighbourhood. Returns local context document (markdown).

kb_get_practical_advice

Generic protective-action guidance for a category of situation (NOT keyed to an individual user's context). For *personalised* advice that takes the user's specific health situation into account (ast…

kb_get_monitoring_explainer

Get plain-language explanations of monitoring methods and limitations. Args: topic: One of "how_monitors_work", "regulatory_vs_lowcost", "what_readings_mean", "why_numbers_differ", …

Similar MCP servers embedding-nearest

Clara — Personal Clean Air Planner live
UK personal air quality advice and daily exposure assessment. Pairs with Hermes for live data.
2 tools · streamable-http
EPA Air Quality & Toxics live
Toxics Release Inventory, Superfund sites, air quality data, and AQI
5 tools · streamable-http
io.github.Tomalarrrr/cyclesite-mcp-server live
Search, value, sell, and trust-check used bikes on Cyclesite — UK's used-bicycle marketplace.
33 tools · streamable-http
io.github.PrinceGabriel-lgtm/freshcontext live
Freshness-aware AI retrieval with 21 MCP tools for timestamped, decay-ranked live signals.
21 tools · streamable-http
MolTravel live
Aggregated travel MCP — flights, tours, activities, price checks, visas, and more.
57 tools · streamable-http
io.github.MCFLAMINGO/local-intel live
Hyperlocal business intelligence for AI agents. 20 MCP tools. Florida-first, Sunbelt expansion.
27 tools · streamable-http

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "hermes_—_air_quality_intelligence": {
      "url": "https://hermes.southlondonscientific.com/mcp",
      "transport": "streamable-http"
    }
  }
}