Productivity
mugilu.live
Provides real-time environmental and hazard data for locations in India.
ENDPOINT 1
https://mugilu.live/mcp
MCP server metadata
- Name
- mugilu
- Version
- 1
mugilu: the open sky of India. Give any place in India and get what the sky is doing to you right now: air quality (CPCB AQI + the pollutant breakdown + AQLI years-of-life-lost), heat (temperature, feels-like, wet-bulb, WBGT), cold, wind, fog and visibility, dust, fire/crop-burn smoke (NASA FIRMS), UV, and any official NDMA/IMD warning over that spot, plus an "Ambient" read that names the single worst hazard for you in plain words. Scope and limits: India only. Readings are CURRENT, not a forecast. Informational only, not for medical, emergency, or safety-critical decisions; for official hazard warnings, NDMA and IMD are the authoritative channels. For a vulnerable person: pass persona (one of asthma, elderly, child, outdoor, heart) to weight the Ambient read for who is actually affected (e.g. an asthmatic sees poor air rank above heat). Attribution: every response carries "attribution" and "disclaimer" fields. Please surface them. Data: air from CPCB / Airnet (CSTEP) / Aurassure via the OAQ broker plus OpenAQ; weather, heat, UV, dust and wind from Open-Meteo (CC-BY 4.0); warnings from NDMA/IMD (SACHET); smoke from NASA FIRMS; life-expectancy impact from the AQLI methodology. Code is MIT; each source keeps its own licence. Tools: use conditions_at for the sky at a place (by name or coordinate); search_place to disambiguate a name; nearest_stations to see how close real measurement is; active_warnings for official alerts; national_now for the worst-air or hottest picture across India. Composing with geography: mugilu tells you what the sky is doing. It does not resolve sub-city wards, hospitals, forests, rivers, highways, or administrative/zone boundaries. For those, pair mugilu with the bharatlas MCP (India's open geo data): let bharatlas find the place or feature and its coordinate, then ask mugilu for the sky over it.
Known tools 5
conditions_atWhat the sky is doing at a place in India RIGHT NOW (not a forecast): air quality (CPCB AQI + pollutants + AQLI years-of-life-lost), heat (feels-like, wet-bulb, WBGT), cold, wind, fog/visibility, dust, fire-smoke, UV, and any official NDMA warning over that spot, plus an Ambient read naming the single worst hazard.
Inferred read-onlysearch_placeResolve an Indian place name to candidates (name, detail, coordinate).
Inferred read-onlynearest_stationsThe nearest real (measured) air-quality monitoring stations to a place, with distance and current AQI.
Inferred read-onlyactive_warningsOfficial NDMA/IMD hazard warnings currently active across India (the authoritative channel).
Inferred read-onlynational_nowThe national picture right now: the worst-air, hottest, and dustiest spots in India.
Inferred read-onlyCONNECT 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.mugilu]
url = "https://mugilu.live/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"mugilu": {
"type": "http",
"url": "https://mugilu.live/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: mugilu
Remote MCP URL: https://mugilu.live/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": {
"mugilu": {
"url": "https://mugilu.live/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"mugilu": {
"type": "http",
"url": "https://mugilu.live/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "mugilu",
"transport": "streamable-http",
"url": "https://mugilu.live/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for mugilu.live was fetched 2026-08-04T02:22:44.921Z and is being refreshed.
mugilu.live is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.