webex.com
Webex is Cisco’s collaboration platform for messaging, meetings, calling, devices, and related workplace services. It also offers Vidcast and Webex Connect capabilities as part of its broader communications and collaboration ecosystem.
Webex exposes a public REST API at `https://webexapis.com/v1` plus four Webex-hosted MCP servers for Meetings, Messaging, Workspaces, and Vidcast; all require Webex-issued bearer credentials, typically via OAuth 2.0 integrations, with personal access tokens also supported for direct REST exploration.
- Webex Meetings MCP Serverdiscovered
- Webex Messaging MCP Serverdiscovered
- Webex Workspaces MCP Serverdiscovered
- Webex Vidcast MCP Serverdiscovered
- Webex REST APIdiscovered
Sign in to the Webex Developer Portal, then open the Getting Started / Access the API page and copy your personal access token. It is a short-lived bearer token shown in the docs UI and expires 12 hours after sign-in, so it is for exploration rather than production use.
In My Webex Apps, choose Create a New App → Create an Integration. After registration, Webex shows a Client ID and Client Secret once. Use those to run the OAuth 2.0 authorization code flow against https://webexapis.com/v1/authorize, with a registered redirect URI and the scopes your app needs. The resulting bearer access token is sent to Webex APIs and MCP servers.
conventions · 0/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✗
/llms.txt - API catalog✗
/.well-known/api-catalog - OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing