# AGENTS.md - Navitia CLI

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

## What it is

sncf-connect-pp-cli is an agent-native command line tool for Navitia. navitia.io is the open API for building cool stuff with mobility data.
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 sncf-connect

Hermes:

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

OpenClaw:

    clawhub install printing-press-library/sncf-connect

## MCP server

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

## After install

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

## Links

- Documentation: https://printingpress.dev/documentation/sncf-connect
- Library page: https://printingpress.dev/library/travel/sncf-connect
- This file: https://printingpress.dev/documentation/sncf-connect/agents.md
