# NewYork.se — agent access

This site exposes a public, READ-ONLY interface for AI agents. There is
no cart, checkout, or booking capability here — every tool is read-only.

## Endpoint

https://www.newyork.se/mcp/public

Transport: streamable HTTP (MCP).

## Authentication

Every request needs a bearer agent key, sent as either header:

- `Authorization: Bearer <key>`
- `X-NYMG-Agent-Key: <key>`

Keys are free and issued manually on request — email eric@newyork.se to ask for one.

## Rate limits

- 60 requests per minute, per key
- 120 requests per minute, per IP

## Tools

- `site_info`
- `search_site`
- `list_events`
- `list_pass_picker_attractions`
- `calculate_pass_prices`
- `list_transfer_options`
- `calculate_transfer`
- `list_trips`
- `get_trip`
- `list_broadway_shows`
- `get_performance_availability`

## More

- Machine-readable service card: https://www.newyork.se/.well-known/mcp/server-card.json
- Human-readable page: https://www.newyork.se/agents