You're viewing a demo portfolio

Join the waitlist
PRSM

get_recent_earthquakes

Active

Tool of TensorFeed

declared in 1.36.2

Get recent earthquakes from the US Geological Survey's pre-built summary feeds. Choose a magnitude bucket (significant | 4.5 | 2.5 | 1.0 | all) and a time window (hour | day | week | month). Returns a flattened list with id, magnitude, place, time (ISO 8601), depth_km, longitude, latitude, tsunami flag, USGS detail URL. Upstream feeds refresh every minute. License: US Government public domain (17 USC §105).

Parameters schema

{
  "type": "object",
  "properties": {
    "limit": {
      "type": "number",
      "default": 50,
      "description": "Max earthquakes to return (1-500). Default 50."
    },
    "period": {
      "type": "string",
      "default": "day",
      "description": "Time window. One of: hour, day, week, month. Default day."
    },
    "magnitude": {
      "type": "string",
      "default": "4.5",
      "description": "Magnitude bucket. One of: significant, 4.5, 2.5, 1.0, all. Default 4.5."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

TensorFeed

https://github.com/RipperMercs/tensorfeed

1/7 registries
View full server →
get_recent_earthquakes — TensorFeed — PRSM MCP