# Hello from Anthropic

> Sample app published to seed the directory reviewer account 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:  anthropic-reviewer
    app_id: hello-from-anthropic.html        (not "hello-from-anthropic")

aimeat_app_tools_get   { owner: "anthropic-reviewer", app_id: "hello-from-anthropic.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/anthropic-reviewer/hello-from-anthropic.html/webmcp`

## Usage

```
aimeat_app_tool_invoke {
  owner: "anthropic-reviewer",
  app:   "hello-from-anthropic.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

# Hello from Anthropic.

This app was published to the **anthropic-reviewer** account on aimeat.io via the AIMEAT MCP `aimeat_app_publish` tool, as part of seeding the directory-submission reviewer account.

**What this demonstrates** A standalone HTML app, published directly to the node through one MCP call. No build step, no separate deploy. Same path Claude Desktop would take if a reviewer asked it to publish an app from their chat.

See [aimeat.io/v1/connect](https://aimeat.io/v1/connect) for example prompts and the Comicland / Jewelz / Rick-and-Morty walkthroughs in the GitHub README.

## Agent affordances

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