INDIVIDUAL MCP TOOL
get_event_details
Returns a single performance identified by event_id (as returned by search_events or list_performances), with its title, venue, date, price, free places and buy_url.
LIVE ENDPOINT
https://biletyna.pl/mcp
Connect to this endpoint to inspect the live schema for get_event_details and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.biletyna]
url = "https://biletyna.pl/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"biletyna": {
"type": "http",
"url": "https://biletyna.pl/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: biletyna
Remote MCP URL: https://biletyna.pl/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"biletyna": {
"url": "https://biletyna.pl/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"biletyna": {
"type": "http",
"url": "https://biletyna.pl/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "biletyna",
"transport": "streamable-http",
"url": "https://biletyna.pl/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_performances— Lists every performance of a single title, ordered by date, optionally narrowed to one city and a date range.search_events— Searches performances (concerts, theatre plays, festivals, stand-up shows and more) currently on sale on Biletyna.get_title_details— Returns a single title currently on sale on Biletyna.