{
  "serverInfo": {
    "name": "VolunteerReminder",
    "version": "0.3.0"
  },
  "description": "VolunteerReminder MCP server (Streamable HTTP). Create a free trial, import a volunteer roster and schedule, and preview upcoming shifts. Claude, ChatGPT, and Grok connectors sign in through VolunteerReminder's OAuth Allow screen. Cursor-style clients may paste an Authorization: Bearer vrk_… API key. New accounts start in test mode — nothing texts a real volunteer until a human turns live sends on.",
  "url": "https://mcp.volunteerreminder.com/mcp",
  "transport": {
    "type": "streamable-http"
  },
  "capabilities": {
    "tools": true
  },
  "authentication": {
    "type": "http",
    "scheme": "bearer",
    "bearerFormat": "vrk_<64 hex chars> or OAuth access token",
    "authorization_server": "https://volunteerreminder.com",
    "instructions": "Claude / ChatGPT / Grok: add the connector and complete VolunteerReminder's Allow screen. Cursor-style clients may paste Authorization: Bearer vrk_…. create_account starts a trial (no key returned)."
  },
  "documentation": "https://volunteerreminder.com/docs",
  "openapi": "https://volunteerreminder.com/api/v1/openapi.json"
}