INDIVIDUAL MCP TOOL
purchase_ticket_order
Use this when the user has given explicit written confirmation for a locked ticket quote and the agent should either execute an integrated provider purchase or return the required external checkout handoff.
Input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
- A tool name or description suggests a financial action.
Parent endpoint
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.eventchat-events]
url = "https://eventchat-events-mcp-production.up.railway.app/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"eventchat-events": {
"type": "http",
"url": "https://eventchat-events-mcp-production.up.railway.app/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: eventchat-events
Remote MCP URL: https://eventchat-events-mcp-production.up.railway.app/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": {
"eventchat-events": {
"url": "https://eventchat-events-mcp-production.up.railway.app/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"eventchat-events": {
"type": "http",
"url": "https://eventchat-events-mcp-production.up.railway.app/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "eventchat-events",
"transport": "streamable-http",
"url": "https://eventchat-events-mcp-production.up.railway.app/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
get_preference_onboarding— Use this when a user wants personalized event recommendations and UPlayground needs consent-first questions before saving event preferences.create_event_preference_profile— Use this when a user explicitly agrees to save event preferences and does not already have a UPlayground preference profile.save_event_preferences— Use this when a consenting user already has a UPlayground profile and wants to add, update, merge, or replace saved event preferences.get_event_preferences— Use this when a user with a UPlayground profile wants to view saved event preferences or learned recommendation signals.delete_event_preferences— Use this only when a user asks to delete their UPlayground saved event preferences and feedback history.record_event_feedback— Use this when a user says whether they liked or disliked a specific event, provides a rating, or shares notes, so future UPlayground recommendations can learn from that feedback.get_event_feedback_prompt— Use this when a user previously picked or attended a UPlayground event and the assistant should ask a short post-event follow-up before recording feedback.get_event_search_followups— Use this when a user asks for events tonight, this week, or this weekend and the assistant should ask only the missing event type, vibe, budget, area, or avoid-preference questions before searching.