← southlondonscientific.com
INDIVIDUAL MCP TOOL
list_monitors
List air quality monitoring sites near a location, with context.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.hermes]
url = "https://hermes.southlondonscientific.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"hermes": {
"type": "http",
"url": "https://hermes.southlondonscientific.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: hermes
Remote MCP URL: https://hermes.southlondonscientific.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"hermes": {
"url": "https://hermes.southlondonscientific.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"hermes": {
"type": "http",
"url": "https://hermes.southlondonscientific.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "hermes",
"transport": "streamable-http",
"url": "https://hermes.southlondonscientific.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
assess_location_aq— Comprehensive air quality assessment for a location in one call.get_current_aq— Get the most recent air quality readings near a location, with health context.get_historical_aq— Get historical air quality data for a site or location, with health context.get_aqi_summary— Get an AQI assessment with health advice and WHO compliance check.chart_aq_trend— Generate a time series chart of air quality data.trend_analysis— Analyse the long-term trend in a pollutant near a location.compare_locations— Compare current air quality across multiple locations side-by-side.regulatory_stats— Get LAQM Annual Status Report-style statistics for a location.