mediTicket

gabrielshr17/mediTicket
★ 0 stars TypeScript Database Updated 2d ago
Hospital appointment booking: Next.js + Prisma + Stripe, with an MCP server for chatbot integration
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mediticket": {
      "command": "npx",
      "args": [
        "-y",
        "gabrielshr17/mediTicket"
      ]
    }
  }
}

README Excerpt

Book a hospital appointment: pick a service (cost & duration come from an API, not hardcoded), choose a date/time, enter your details, and pay with Stripe Checkout. - Next.js (App Router, TypeScript) — frontend + API routes - Prisma + SQLite — appointment persistence - Stripe Checkout — payment - Controller/service split: `app/api/*` routes are controllers, `lib/*` holds business logic

Tools (1)

STRIPE_WEBHOOK_SECRET
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →