{
  "markdown": "# Weather & Geo Intel MCP — by Datakoot\n\nUS weather, hazards and geospatial data for AI agents — as MCP tools your agent can call mid-task for forecasts, alerts, earthquakes and elevation. All from keyless US-government feeds. No API keys.\n\n## Tools\n\n| Tool | What it does | Source |\n|---|---|---|\n| `geocode` | Convert a US street address to latitude/longitude | US Census Bureau |\n| `weather_forecast` | Multi-day or hourly forecast for a US point | NWS / NOAA |\n| `weather_current` | Latest observed conditions from the nearest station | NWS / NOAA |\n| `weather_alerts` | Active warnings, watches and advisories by US state | NWS / NOAA |\n| `earthquakes` | Recent earthquakes, filterable by magnitude, time and area | USGS |\n| `elevation` | Ground elevation at a latitude/longitude | USGS |\n\nUS coverage. Have an address? Call `geocode` first, then the weather tools. No API keys required.\n\n## Quick start\n\n```\nclaude mcp add --transport http weather-intel https://weather.datakoot.com/mcp\n```\n\nOr point any MCP client at `https://weather.datakoot.com/mcp`.\n\n## Try it in 10 seconds — no key, no signup\n\nPaste this into a terminal:\n\n```bash\ncurl -s https://weather.datakoot.com/mcp \\\n  -H 'content-type: application/json' \\\n  -H 'accept: application/json, text/event-stream' \\\n  -d '{\"jsonrpc\": \"2.0\", \"id\": 1, \"method\": \"tools/call\", \"params\": {\"name\": \"weather_forecast\", \"arguments\": {\"lat\": 36.37, \"lon\": -94.21}}}'\n```\n\nYou get the multi-day National Weather Service forecast for Bentonville, AR — no API key, nothing to sign up for.\n\nOr point any MCP client at the URL and just ask your agent, in plain language:\n\n- \"What's the weather in Chicago this week?\"\n- \"Are there any active weather alerts in Texas right now?\"\n\n\n## Data & attribution\n\nWeather data comes from the [National Weather Service / NOAA](https://www.weather.gov) API; earthquakes and elevation from the [USGS](https://www.usgs.gov); address geocoding from the [US Census Bureau](https://geocoding.geo.census.gov) geocoder. All are US-government public domain.\n\nPart of [Datakoot](https://datakoot.com) — keyless intelligence APIs for AI agents.\n",
  "bytes": 2122,
  "sha": "35ba0d851d411c42d0c86a82948eedf7114eba71ffb91958f6542f955ec5d327",
  "repo_slug": "datakoot/weather-intel-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_com_datakoot_us_weather_forecast_alerts_ad4637c7/readme"
}