You're viewing a demo portfolio

Join the waitlist
PRSM

usgs_earthquake_feed

Active

Tool of io.github.blackboxfoundry/livedatalink

declared in 1.0.0

USGS official earthquake summary feed by period and minimum magnitude. period: hour|day|week|month. min_mag: 1.0|2.5|4.5|significant. Returns all events worldwide above the threshold within the period, with magnitude, location, depth, and event detail URL.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "properties": {
    "period": {
      "enum": [
        "hour",
        "day",
        "week",
        "month"
      ],
      "type": "string",
      "description": "Time window (default 'day')"
    },
    "min_mag": {
      "enum": [
        "1.0",
        "2.5",
        "4.5",
        "significant"
      ],
      "type": "string",
      "description": "Minimum magnitude threshold (default '2.5')"
    }
  },
  "additionalProperties": false
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.blackboxfoundry/livedatalink

https://github.com/blackboxfoundry/livedatalink

2/7 registries
View full server →
usgs_earthquake_feed — io.github.blackboxfoundry/livedatalink — PRSM MCP