{
  "name": "io.github.calendly/mcp-server",
  "description": "The Calendly MCP exposes Calendly's booking and event-management APIs. The agent can list event types, fetch a sharable link, query upcoming bookings, and cancel or reschedule on the user's behalf — useful for assistant flows that bridge a user's calendar with external parties.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-26",
    "com.top-mcps/score": {
      "value": 53,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-05-26T10:50:23.740Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-05-26T10:50:23.504Z"
    }
  },
  "repository": {
    "url": "https://github.com/calendly/mcp-server",
    "source": "github"
  },
  "author": {
    "name": "Community"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "calendly-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "CALENDLY_API_TOKEN",
          "description": "CALENDLY_API_TOKEN — required credential for Calendly.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "OAuth tokens scope to the user's account. Organization-level operations require an org-scoped token.",
      "gotchas": [
        "PATs are account-wide; rotate frequently.",
        "Webhook subscriptions persist beyond the MCP session — clean up if no longer used."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/calendly",
    "markdown": "https://top-mcps.com/mcp/calendly.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
