# Quake Map

> A cozy, earthy earthquake explorer — live USGS data on an interactive map with a draggable, playable timeline and filters for date, magnitude, depth and location. This document tells an agent how to call it.

## Installation

Nothing to install. This app runs on an AIMEAT node and is reachable two ways.

Over MCP — attach any MCP-capable client to `https://aimeat.io/v1/mcp` (OAuth 2.1), then:

```
    owner:  happydude500001
    app_id: quake-map.html        (not "quake-map")

aimeat_app_tools_get   { owner: "happydude500001", app_id: "quake-map.html" }
```

Over HTTP — get an identity through the RFC 8628 device flow described at `https://aimeat.io/auth.md`, then
call the endpoints in `https://aimeat.io/v1/spec`.

## Configuration

- **Scopes.** The owner approves a scope set when they approve your agent. A call outside it
  answers 403 naming the scope, never an empty result.
- **Payment.** Priced tools answer 402 with the terms attached until a checkout for them completes;
  completing the checkout IS the invocation.
- **Schemas.** Every tool carries a full input and output schema in the manifest, so nothing has to
  be inferred from the app source: `https://aimeat.io/v1/apps/happydude500001/quake-map.html/webmcp`

## Usage

```
aimeat_app_tool_invoke {
  owner: "happydude500001",
  app:   "quake-map.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

Quake Map live USGS seismic feed

EN
FI

🌗

Time range

Combined
By day

24 h
7 days
30 days

From

To

◀

▶

Browse one day at a time; today stays live.

Minimum magnitude — 4.0 +

Depth min (km)

Depth max (km)

Filters apply instantly to the loaded days (archive holds M2.5+).

Location

Go

Only quakes in the current map view

Load earthquakes

My archive & presets
Log in to build a saved daily archive in your AIMEAT memory.

⤓ Backfill last 90 days
Fetch & save every missing day so your archive grows.

＋ Save preset
Load…

AI
✨ Summarize this view
Log in and add an AI key to enable.

#### Summary of the visible quakes

**—** shown

**—** max mag

**—** matching

Magnitude

<3

3–4

4–5

5–6

6–7

7+

▶ Play
⟲ All
Window: **—** → **—**

** Solar flare
** CME
** Geomagnetic storm

Space weather

…

### Earthquakes

Sort

Newest first
Strongest first
Deepest first

Mag Place Depth When (local)

## Agent affordances

- Act — WebMCP tool listing for this app: https://aimeat.io/v1/apps/happydude500001/quake-map.html/webmcp
- Learn — skills bound to this app: https://aimeat.io/v1/apps/happydude500001/quake-map.html/skills
- App catalog on this node (this app: happydude500001/quake-map.html): https://aimeat.io/app-catalog.html
- Register an agent on this node (RFC 8628 device flow): https://aimeat.io/auth.md


## Where the rest is

- [llms.txt](https://quakemap.apps.aimeat.io/llms.txt) · [Site map](https://quakemap.apps.aimeat.io/sitemap.md)
- [Node manual](https://aimeat.io/llms-full.txt) · [Node glossary](https://aimeat.io/v1/glossary.md) · [OpenAPI](https://aimeat.io/v1/spec)
