MCP support for Lexful is currently in preview. The core endpoint is stable, but client-specific behavior may change and some integrations have not been fully tested yet.
MCP endpoint
Your MCP endpoint is:X-Account-ID header). You can find it in your account settings.
Authentication to this endpoint is handled via OAuth. On first connection from a compatible MCP client, you will be prompted to authorize access.
If you are using a hosted demo environment, your team may provide a preconfigured demo account ID and corresponding MCP endpoint.
What MCP enables
At a high level, MCP allows you to:- Describe Lexful operations as tools that an AI agent can call.
- Configure authentication and base URLs once, then reuse them across tools.
- Standardize how agents access Lexful alongside other systems.
- Chat interfaces that expose MCP via Connectors or Apps UIs (for example, claude.ai or ChatGPT).
- Developer tools that support raw MCP JSON config (for example, Cursor, Claude Desktop, or IDE extensions).
Where to go next
- See Available tools for the full list of tools exposed by the MCP server.
- See MCP setup for configuration details.
- See MCP examples for end-to-end flows using Lexful via MCP.