L
Lucid MCP Server
Details
- Endpoint
-
https://mcp.lucid.app/mcp - Transport
- streamable-http
- Docs
- https://developer.lucid.co/docs/mcp
Authentication
OAuth · resolves from well-known metadata Create an OAuth 2.0 client in the Lucid developer portal as described in OAuth 2.0 client creation. Lucid's REST API uses the authorization code flow; after creating the client, direct users to https://lucid.app/oauth2/authorizeUser and exchange the code at https://api.lucid.co/oauth2/token. Request only the needed scopes, such as user.profile, document scopes, or offline_access for refresh tokens.