attraction

Pack: ticketmaster · Endpoint: https://gateway.pipeworx.io/ticketmaster/mcp

Single attraction.

Parameters

NameTypeRequiredDescription
idstringyes
localestringno

Example call

Arguments

{
  "id": "K8NU27G12F0"
}

curl

curl -X POST https://gateway.pipeworx.io/ticketmaster/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"attraction","arguments":{"id":"K8NU27G12F0"}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('attraction', {
  "id": "K8NU27G12F0"
});

More examples

{
  "id": "K8NU27G12F0",
  "locale": "en-us"
}

Response shape

Full JSON Schema
{
  "type": "object",
  "description": "Raw JSON response from Ticketmaster single attraction API",
  "additionalProperties": true
}

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "ticketmaster": {
      "url": "https://gateway.pipeworx.io/ticketmaster/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026