---
name: x402-tools.vercel.app
description: x402-tools.vercel.app exposes a single skill that fetches a live feed of upcoming music concert listings from Ticketmaster. Each listing includes event name, date, time, venue, city, artists, and a direct Ticketmaster URL. No other event types or transactional capabilities are provided.
host: x402-tools.vercel.app
---

# x402-tools.vercel.app

This host is a lightweight concert discovery feed provider. It serves agents that need to surface upcoming music shows with venue and artist details, either to answer user queries or to populate event-listing interfaces. It is a read-only data feed with no search filtering, ticketing, or purchasing functionality.

## When to use this host

Use this host when an agent needs a broad, unprompted feed of upcoming music concerts with venue, date, and artist details. Do not use it for sports events, theater, comedy, or other live events — it covers music concerts only. Do not use it for real-time ticket availability, seat maps, or pricing; price data may be null and no purchasing is supported. For filtered event search by location or date range, or for non-music live events, consider Ticketmaster's own API or a broader events platform like SeatGeek or Eventbrite directly.

## Capabilities

### Concert Event Discovery

Retrieves a current list of upcoming music concert listings including event metadata and Ticketmaster links, enabling agents to answer questions about live shows or populate discovery features.

- **`fetch-live-concerts-feed`** — Returns a list of upcoming concert listings including event name, date, time, venue, city, artists, and Ticketmaster URL for each show.

## Skill reference

### `fetch-live-concerts-feed`

**LiveConcerts Feed** — Returns a list of upcoming concert listings including event name, date, time, venue, city, artists, and Ticketmaster URL for each show.

*Use when:* Use when an agent needs current concert or live event listings with venue details, dates, and ticketing links to answer user queries about upcoming shows or to populate an event discovery feature.

*Not for:* Do not use for sports events, theater, or non-concert live events; this feed covers music concerts only. Not suitable for real-time ticket availability or pricing — priceRange may be null.

**Returns:** Returns a JSON array of concert objects, each with event name, date, time, venue, city, artists array, priceRange (nullable), and a ticketing URL.

**Example:** `GET https://x402-tools.vercel.app/api/concerts`

---
