{"id":29985892,"url":"https://github.com/elizabethsiegle/rec-us-mcp-server","last_synced_at":"2025-08-04T22:06:35.592Z","repository":{"id":306299131,"uuid":"1025719769","full_name":"elizabethsiegle/rec-us-mcp-server","owner":"elizabethsiegle","description":"Book a San Francisco tennis court via MCP server","archived":false,"fork":false,"pushed_at":"2025-08-01T06:10:15.000Z","size":204,"stargazers_count":2,"open_issues_count":2,"forks_count":2,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T08:48:36.019Z","etag":null,"topics":["browser-rendering","cloudflare","cloudflare-browser-rendering","cloudflare-mcp","cloudflare-mcp-servers","cloudflare-workers","cloudflare-workers-ai","mcp","mcp-server","mcp-servers","model-context-protocol","model-context-protocol-servers","modelcontextprotocol"],"latest_commit_sha":null,"homepage":"https://rec-us-mcp-server.lizziepika.workers.dev/sse","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/elizabethsiegle.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-24T17:31:30.000Z","updated_at":"2025-08-01T06:09:19.000Z","dependencies_parsed_at":"2025-07-24T22:54:00.082Z","dependency_job_id":"7bbfdc64-e497-4682-bccc-d134e0990417","html_url":"https://github.com/elizabethsiegle/rec-us-mcp-server","commit_stats":null,"previous_names":["elizabethsiegle/rec-us-mcp-server"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/elizabethsiegle/rec-us-mcp-server","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Frec-us-mcp-server","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Frec-us-mcp-server/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Frec-us-mcp-server/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Frec-us-mcp-server/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/elizabethsiegle","download_url":"https://codeload.github.com/elizabethsiegle/rec-us-mcp-server/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/elizabethsiegle%2Frec-us-mcp-server/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":268787538,"owners_count":24307395,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-04T02:00:09.867Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["browser-rendering","cloudflare","cloudflare-browser-rendering","cloudflare-mcp","cloudflare-mcp-servers","cloudflare-workers","cloudflare-workers-ai","mcp","mcp-server","mcp-servers","model-context-protocol","model-context-protocol-servers","modelcontextprotocol"],"created_at":"2025-08-04T22:02:00.110Z","updated_at":"2025-08-04T22:06:35.549Z","avatar_url":"https://github.com/elizabethsiegle.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SF Tennis Court Booking via Cloudflare MCP Server\n\u003cimg width=\"1079\" height=\"960\" alt=\"image\" src=\"https://github.com/user-attachments/assets/bbec40bb-2ac0-475b-ba31-03a6529fba03\" /\u003e\n\n\nAutomate tennis court bookings on San Francisco Recreation websites using a Cloudflare MCP (Model Context Protocol) server with browser automation. Never miss your favorite court and court time again! \n\nIt uses [Stytch](https://stytch.com) to authenticate the server so only certain emails (like mine) can book a court (in my name.)\n\n## What This Does\n\nThis MCP server has **3 tennis booking tools**:\n\n- **Check Court Availability** - See available time slots for any court/date\n- **Book Court \u0026 Request SMS** - Automate booking flow up to SMS verification  \n- **Complete Booking with SMS** - Finish booking by entering your SMS code\n\n## Quick Deploy\n\n[![Deploy to Workers](https://deploy.workers.cloudflare.com/button)](https://deploy.workers.cloudflare.com/?url=https://github.com/cloudflare/ai/tree/main/demos/remote-mcp-authless)\n\nThis will deploy your tennis booking MCP server to: `tennis-booking.\u003cyour-account\u003e.workers.dev/sse`\n\nAlternatively, clone and deploy locally:\n```bash\nnpm create cloudflare@latest -- tennis-booking-mcp --template=cloudflare/ai/demos/remote-mcp-authless\n```\n\n## How the tennis booking works\n\n1. Check what's available:\n\n```javascript\ncheck_tennis_courts({\n  court: \"Alice Marble\", \n  date: \"2025-07-29\", \n  time: \"12:00 PM\"\n})\n```\n\n2. Start booking process (stops at SMS step)\n\n```javascript\nbook_and_request_sms({\n  court: \"Alice Marble\",\n  time: \"12:00 PM\", \n  date: \"2025-07-29\"\n})\n```\n\n3. Manual SMS + Automated Completion (User gets verification code from rec.us, types it in to MCP server message, this tool then runs)\n```javascript\nenter_sms_code_and_complete({code: \"123456\"})\n```\n\n## Setup Requirements\nYou need secrets for your Cloudflare Worker/MCP server:\n```bash\nREC_EMAIL=your-sf-rec-email@example.com\nREC_PASSWORD=your-sf-rec-password\n```\nYour wrangler.jsonc should have: \n```jsonc\n\"ai\": {\n\t\t\"binding\": \"AI\"\n\t},\n\t\"browser\": {\n\t\t\"binding\": \"MYBROWSER\"\n\t},\n```\n\n## Connect to MCP Clients\n1. Cloudflare LLM Playground\n\nGo to https://playground.ai.cloudflare.com/\nEnter your MCP server URL: `tennis-booking.\u003cyour-account\u003e.workers.dev/sse`\nStart booking courts with natural language!\n\n2. Claude Desktop\nInstall the [mcp-remote proxy](https://www.npmjs.com/package/mcp-remote) and update Claude Desktop's config:\n```json\n{\n  \"mcpServers\": {\n    \"tennis-booking\": {\n      \"command\": \"npx\",\n      \"args\": [\n        \"mcp-remote\", \n        \"https://tennis-booking.\u003cyour-account\u003e.workers.dev/sse\"\n      ]\n    }\n  }\n}\n```\nNow you can chat with Claude: \"Book Alice Marble court for tomorrow at 2 PM\" and it will handle the entire process!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizabethsiegle%2Frec-us-mcp-server","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Felizabethsiegle%2Frec-us-mcp-server","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Felizabethsiegle%2Frec-us-mcp-server/lists"}