coursera.org
Coursera is an online learning platform that offers courses, certificates, and enterprise learning programs. It also provides APIs for enterprise customers to access learning data and related platform integrations.
Coursera exposes three documented HTTP APIs on its developer portal (Coursera For Business, xAPI, and an OAuth token API using client-credentials auth) plus a public MCP endpoint at /chatgpt-widgets/mcp.
- Coursera MCP serverdiscovered
- OAuth Credentials APIdiscovered
- Coursera For Business APIdiscovered
- Coursera xAPIdiscovered
For Coursera Business/Campus/Government API access, sign in to the Coursera Developer Portal and follow the Get Started guide. After signing in, open Apps from your profile menu, click +New App, enable the needed APIs, and save. The app page shows your app key and app secret. Use them to request an OAuth 2.0 access token from https://api.coursera.com/oauth2/client_credentials/token with grant_type=client_credentials as described in the guide.
conventions · 1/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://coursera.org/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