# AGENTS.md - Bandsintown CLI

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

## What it is

bandsintown-pp-cli is an agent-native command line tool for Bandsintown. Turn Bandsintown's two read-only endpoints into a tour-routing brain: local cache, calendar-gap detection, lineup...
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 bandsintown

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/bandsintown

## MCP server

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

## After install

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

## Links

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