# NOSTE

> A game in which you start a real small business on AIMEAT. Find the one thing you already have that an AI agent would pay to use, describe it so a machine understands it, price it, list it on EXCHANGE, and get real money when somebody calls it. The game layer is on the outside and every number inside is true: points are never money, and no randomness goes anywhere near the money. Three acts with a readiness score that reads as a to-do list rather than a verdict, a value-add ladder from bridge to origination, two public catalogues (READY and IN PROGRESS), boards on several metrics, and challenges decided by recorded numbers rather than by a vote. 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: noste.html        (not "noste")

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

## Usage

```
aimeat_app_tool_invoke {
  owner: "happydude500001",
  app:   "noste.html",
  tool:  "appraise",
  input: { ... }
}
```

Available tools: `appraise`, `submit-idea`, `publish-entry`, `read-catalogue`, `read-board`, `issue-challenge`.

## What this app does

NOSTE

NOSTE

## Agent affordances

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