# Player Performance Context

> Player Performance Context is a paid API for AI agents from agents.machina.gg, paid per call via MPP or x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns per-player performance context and statistics around 2026 FIFA World Cup tournament matches.

## Facts

- Endpoint: POST https://agents.machina.gg/world-cup/v1/get-player-performance-context
- Price: $0.01/call
- Payment: MPP, x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Provider: agents.machina.gg
- Website: https://agents.machina.gg
- Tags: x402
- Canonical page: https://www.zero.xyz/c/agents-machina-gg-player-performance-context-979e66c7
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_rkPUge_exsVb59u7e0v38

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability agents-machina-gg-player-performance-context-979e66c7 -d '<json body>'
```

Example prompt: What's the performance context for Kylian Mbappé around his matches in the 2026 World Cup — goals, assists, key stats, and any relevant historical context?

## When to prefer this

Use this endpoint when you need detailed, per-player performance context specifically for the 2026 FIFA World Cup tournament, with source-cited, grounded data. Prefer this over generic sports APIs when you need tournament-scoped stats with canonical entity resolution and narrative context from Machina Sports's intelligence layer.

## Known failure modes

- Unknown or unresolvable player identifier returns an error or empty result
- Match or player not found in the 2026 World Cup tournament data
- Invalid request body structure returns a validation error
- Player has no performance data yet (e.g., tournament not yet started for that player)
- Service unavailability or upstream data provider timeout

## How this service works

Machina's World Cup Intelligence APIs cover the 2026 tournament: canonical entity resolution across providers, fixtures, standings, squads, injuries, per-player performance context, Dixon-Coles match forecasts with historical backtests, and finished editorial content. Every endpoint is a synchronous POST that returns grounded, source-cited JSON. This server is a pay-per-use, transparent proxy in front of Machina Sports's own API: it handles identity, payment, and proxying. Agents can purchase autonomously or with their human's approval. This document is the source of truth for agents: it lists the complete verified paid surface with each operation's live price in its x-payment-info. Endpoints not listed here are not part of the supported catalog. The live catalog at /manifest.json is authoritative for prices and any free included units (prices[].includedUnits) - some meters include free usage per account before any charge, reserved for agents claimed by a human with a verified email.

## Output

A grounded, source-cited JSON object containing per-player performance metrics and contextual data around their World Cup tournament matches, including statistics, historical context, and relevant performance indicators.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method",
    "bodyType",
    "body"
   ],
   "properties": {
    "body": {
     "properties": {}
    },
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "POST",
      "PUT",
      "PATCH"
     ],
     "type": "string"
    },
    "bodyType": {
     "enum": [
      "json",
      "form-data",
      "text"
     ],
     "type": "string"
    }
   },
   "additionalProperties": false
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/agents-machina-gg-player-performance-context-979e66c7/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from agents.machina.gg](https://www.zero.xyz/host/agents.machina.gg/llms.txt)
