# AGENTS.md - TicketData CLI

You are being asked to install or use the TicketData CLI from the Printing Press library.

## What it is

ticketdata-pp-cli is an agent-native command line tool for TicketData. Every TicketData price signal for any event, performer, or venue, plus a local price-history store for trend math, drift alerts, and cross-event comparisons no ticket tool ships.
It is a single Go binary that ships with an agent skill, and it installs with one command.

## Install

Recommended (installs the binary and the agent skill):

    npx -y @mvanhorn/printing-press-library install ticketdata

Hermes:

    hermes skills install mvanhorn/printing-press-library/cli-skills/pp-ticketdata --force

OpenClaw:

    clawhub install printing-press-library/ticketdata

## MCP server

This CLI ships an MCP server (ticketdata-pp-mcp) with 7 tools. Point any MCP client at it, including Claude Desktop.

## After install

Call ticketdata-pp-cli from the shell, or use the /pp-ticketdata skill inside an agent.
Run ticketdata-pp-cli --help to list commands.

## Links

- Documentation: https://printingpress.dev/documentation/ticketdata
- Library page: https://printingpress.dev/library/media-and-entertainment/ticketdata
- This file: https://printingpress.dev/documentation/ticketdata/agents.md
