# FreeTicket MCP > Remote Model Context Protocol server for FreeTicket. It lets compatible AI clients query FreeTicket shows, tickets, user-authorized data, and staff metrics through OAuth. Official MCP server URL: https://mcp.freeticket.us/api/mcp Primary documentation: - Overview: https://mcp.freeticket.us/docs - Quickstart: https://mcp.freeticket.us/docs/quickstart - Clients: https://mcp.freeticket.us/docs/clients - ChatGPT: https://mcp.freeticket.us/docs/clients/chatgpt - Claude Web: https://mcp.freeticket.us/docs/clients/claude-web - Claude Desktop: https://mcp.freeticket.us/docs/clients/claude-desktop - Cursor: https://mcp.freeticket.us/docs/clients/cursor - Generic OAuth client: https://mcp.freeticket.us/docs/clients/generic-oauth - Authentication: https://mcp.freeticket.us/docs/authentication - Tools: https://mcp.freeticket.us/docs/tools - Troubleshooting: https://mcp.freeticket.us/docs/errors Supported clients mentioned in the docs include ChatGPT, Codex, Claude, Cursor, Windsurf, VS Code, Zed, Raycast, and other remote MCP-compatible platforms. Use cases: - Find upcoming FreeTicket shows by city, date, and name. - Read a user's active and past tickets with authorization. - Query staff-only event, attendance, sales, and user metrics when the FreeTicket account has staff access. - Verify the connected MCP server version. Auth notes: - Public user flows require OAuth authorization with the mcp:read scope. - Staff tools require a FreeTicket account authorized for staff access. - Clients should use the remote MCP endpoint rather than asking users for API keys.