← mugilu.live

INDIVIDUAL MCP TOOL

national_now

The national picture right now: the worst-air, hottest, and dustiest spots in India.

mugilu.livenone authenticationAvailability not checked

LIVE ENDPOINT

https://mugilu.live/mcp

No auth detected

Connect to this endpoint to inspect the live schema for national_now and invoke it with your own arguments.

Indexed 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 server

mugilu.live

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.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.

Related tools

  • conditions_at — What 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.
  • search_place — Resolve an Indian place name to candidates (name, detail, coordinate).
  • nearest_stations — The nearest real (measured) air-quality monitoring stations to a place, with distance and current AQI.
  • active_warnings — Official NDMA/IMD hazard warnings currently active across India (the authoritative channel).