# Ta₽kov Broker

> Tells you which Escape from Tarkov crafts and barters actually make money for your own character and daily routine — typical and best-case profit side by side, the price to buy each input at to clear your target margin, the flea fee broken out, and an interactive price chart per item. Separate profiles for Seasonal, PvP and PvE. 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:  jussil
    app_id: tarkov-broker.html        (not "tarkov-broker")

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

## Usage

```
aimeat_app_tool_invoke {
  owner: "jussil",
  app:   "tarkov-broker.html",
  tool:  "search",
  input: { ... }
}
```

This app publishes no priced tools.

## What this app does

₽

TA ₽ KOV BROKER

Refresh prices
Copy share link

Profile is stored in this browser

Prices and recipes from
[tarkov.dev](https://tarkov.dev)
(json.tarkov.dev), scanned hourly. Seasonal, PvP and PvE each have their own economy and their own profile here.

Profit figures cover the hideout and trader economy only — they do not include anything you find in raid.

> **AI provenance** — AI-generated (anthropic/claude-opus-5), human editorial review, 2026-08-24T11:17:28.436Z · record: https://aimeat.io/v1/provenance/ff9ec216-9885-40b9-a6d8-cf14ab7e803c


## Agent affordances

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