{
  "markdown": "# ELC Conference MCP Tickets\n\nMCP server that lets AI assistants browse and buy [ELC Conference 2026](https://elc-conference.io) tickets. The first conference in Central Europe where you can buy tickets by talking to AI.\n\nConnect your AI assistant (Claude, ChatGPT, or any MCP-compatible client) and ask about the conference, check live ticket availability, and get a purchase link — all through natural conversation.\n\n## What is ELC Conference?\n\nThe conference is run by the [Engineering Leaders Community](https://www.engineeringleaders.io/), a community of engineering and product leaders across Central Europe with monthly meetups in Prague, Brno, Bratislava and Kraków.\n\n**ELC Conference 2026** — \"Silicon Valley in Central Europe\" — is a one-day engineering leadership conference on **April 16, 2026** in **Prague, Czech Republic**.\n\n- **350–400 attendees** — CTOs, VPs of Engineering, Directors, Engineering Managers, Tech Leads\n- **12 main stage speakers** from Stripe, Netflix, Microsoft, Superhuman, Financial Times, Google, Meta\n- **16 hands-on workshops** + 10 mentors for 1:1 sessions + afterparty\n- **2025 edition:** 300+ attendees (sold out), 4.76/5 speaker rating\n\n## Quick Start\n\n### Remote server (recommended — no installation needed)\n\nAdd to your Claude Desktop or Claude Code config:\n\n```json\n{\n  \"mcpServers\": {\n    \"elc-conference\": {\n      \"type\": \"url\",\n      \"url\": \"https://mcp.elc-conference.io/mcp\"\n    }\n  }\n}\n```\n\n### Local installation (npm)\n\n```bash\nnpx elc-conference-mcp-tickets\n```\n\nOr add to your MCP config:\n\n```json\n{\n  \"mcpServers\": {\n    \"elc-conference\": {\n      \"command\": \"npx\",\n      \"args\": [\"elc-conference-mcp-tickets\"]\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `get-conference-info` | Conference details: date, venue, speakers, format, what's included |\n| `get-available-tickets` | Live ticket availability and pricing from SimpleShop API |\n| `buy-ticket` | Purchase URL for selected ticket type (payment in browser) |\n\n## Example Conversation\n\n> **You:** What's ELC Conference?\n>\n> **AI:** ELC Conference 2026 is a one-day engineering leadership event on April 16 in Prague. Speakers from Stripe, Netflix, Microsoft...\n>\n> **You:** Any tickets left?\n>\n> **AI:** 3rd Wave Senior Leader tickets are available at 12,973 CZK (~515 EUR). There's also 1 Senior Leader Team Pack left at 49,375 CZK...\n>\n> **You:** I'll take a Senior Leader ticket.\n>\n> **AI:** Here's your purchase link: https://form.simpleshop.cz/qGAKO/buy/\n\n## Tech Stack\n\n- TypeScript\n- [Model Context Protocol SDK](https://github.com/modelcontextprotocol/typescript-sdk)\n- [Cloudflare Workers](https://workers.cloudflare.com/) — remote hosting (Streamable HTTP transport)\n- [Cloudflare Agents SDK](https://developers.cloudflare.com/agents/) — `createMcpHandler()`\n- [SimpleShop.cz API](https://simpleshopcz.docs.apiary.io/) — live ticket data\n\n## Development\n\n```bash\nnpm install\nnpm run build        # Compile TypeScript\nnpm run dev          # Local dev server (wrangler dev)\nnpm run deploy       # Deploy to Cloudflare Workers\n```\n\n## Links\n\n- [ELC Conference Website](https://elc-conference.io)\n- [Buy Tickets Directly](https://form.simpleshop.cz/qGAKO/buy/)\n- [Luma Event Page](https://luma.com/elc26)\n\n## License\n\nMIT\n",
  "bytes": 3279,
  "sha": "7ce27c099e9df838ad465ed81ad4f0c66f836d2a66ffaf417e706e201d0be039",
  "repo_slug": "marian-kamenistak/elc-conference-mcp-tickets",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_marian_kamenistak_elc_conferen_25397aac/readme"
}