FreeTicket MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@FreeTicket MCP Serverlist upcoming events"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@freeticket/mcp
Servidor MCP (Model Context Protocol) oficial de FreeTicket. Expone el dominio B2B —eventos, fechas, ventas, tickets, membresías, venues, staff, informes— como tools a cualquier cliente MCP (Claude Code, Claude Desktop, etc.).
Mismo contrato y misma sesión que el CLI ft: si ya hiciste ft login, el MCP
queda autenticado sin configurar nada (lee ~/.freeticket/config.json).
Uso (Claude Code / Claude Desktop)
{
"mcpServers": {
"freeticket": {
"command": "npx",
"args": ["-y", "@freeticket/mcp"]
// Sin env: usa la sesión de `ft login`. Para CI/headless:
// "env": { "FT_API_KEY": "ft_live_...", "FT_WORKSPACE_ID": "ws_..." }
}
}
}Config: env > ~/.freeticket/config.json > default. Variables: FT_API_URL
(base, sin /api/v1), FT_API_KEY, FT_WORKSPACE_ID, FT_ADMIN_SESSION
(habilita los tools admin_* del contrato superadmin /api/admin).
Related MCP server: API to MCP
Tools
B2B /api/v1 (un tool = una operación del contrato; hoy todos los reads):
Dominio | Tools |
Sesión |
|
Eventos |
|
Tickets |
|
Ventas |
|
Membresías |
|
Comercial |
|
Reportes |
|
Exports |
|
Superadmin /api/admin (solo con FT_ADMIN_SESSION): admin_whoami ·
admin_workspaces · admin_users · admin_audit_log.
Writes B2B (crear/editar/publicar, checkin, refund) y writes admin llegan en las próximas olas — ver el roadmap del paraguas.
Desarrollo
pnpm install
pnpm generate # regenera src/client/ y src/admin-client/ desde los specs
pnpm dev # corre el server vía stdio
pnpm typecheck && pnpm testLos contratos openapi.json (/api/v1) y admin-openapi.json (/api/admin) los
sirve free-admin y son la única fuente de verdad — linajes semver separados.
Para propagar un cambio del backend, usá el agente contract-sync del paraguas
ai-native.
MIT.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AppFreeticket/freeticket-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server