# Flappy Bird

> Tap, click, or press Space to flap through the pipes. A classic arcade game — sign in to save your high scores. 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: flappy-bird.html        (not "flappy-bird")

aimeat_app_tools_get   { owner: "happydude500001", app_id: "flappy-bird.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/flappy-bird.html/webmcp`

## Usage

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

This app publishes no priced tools.

## What this app does

🐤

# Flappy Bird

🐤

## Flappy Bird

Tap, click, or press Space to flap.
Fly through the pipes without hitting them!

▶ Play

🖱️ Click the bird area to start & flap

⌨️ Space to flap

📱 Tap on mobile

Sign in with the top-right button to save high scores

Score:
0

🔄 Play Again

### 🏆 High Scores

Sign in to see high scores

> **AI provenance** — AI-generated (anthropic/claude-opus-4-5), no human editorial review, 2026-08-12T17:37:59.039Z · record: https://aimeat.io/v1/provenance/0f674ec3-0075-4c22-9c4a-5666fbf0994e


## Agent affordances

- Act — WebMCP tool listing for this app: https://aimeat.io/v1/apps/happydude500001/flappy-bird.html/webmcp
- Learn — skills bound to this app: https://aimeat.io/v1/apps/happydude500001/flappy-bird.html/skills
- App catalog on this node (this app: happydude500001/flappy-bird.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://flappy-bird.apps.aimeat.io/llms.txt) · [Site map](https://flappy-bird.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)
