MCP Server
Sezzle has an that lets you search this documentation in natural language from your IDE, terminal, or any MCP-compatible tool. It reads Sezzle’s documentation only; it never calls the Sezzle API.Setup
1
Install the MCP server
Run the following command. It detects the AI tools configured in the current project (Cursor, Claude Code, VS Code, and others) and asks which ones to install to. Add To configure a client by hand instead:
-g to install globally instead of into the current project.- Claude Code
- Cursor
- VS Code
Add the server:Then confirm it connected:
2
Begin prompting
Ask a question, and your agent searches Sezzle’s documentation for the answer.Example prompts:
- “How do I create a Sezzle checkout session, and what do I do next?”
- “How do I capture an authorized order?”
- “What’s the difference between Authorize Only and Authorize and Capture?”
- “How do I integrate the Sezzle iOS SDK?”
- “Which webhook events does Sezzle send, and how do I subscribe to them?”
- “How do I add the Sezzle widget to a WooCommerce store?”
Skills
A skill gives your AI agent a procedure to follow for a specific task: the API calls in order, the decisions along the way, and the steps you have to complete yourself.Install skills
Run the following command:If your AI agent runs the command, pass
--agent with its name — it can’t answer the installer’s prompt, so it installs to every agent.claude-code, cursor, github-copilot, codex and gemini-cli. The skills CLI reference has the full list.
--agent claude-code cursorinstalls to more than one agent.--skill sezzle-prototype-sandboxinstalls one skill instead of all of them.-ginstalls globally instead of into the current project.
skill.md file linked below and paste it into your agent.
Available skills
We also publish this list as JSON atdocs.sezzle.com/.well-known/skills/index.json.
Markdown and llms.txt
Append.md to any page URL to get its markdown source. Paste that straight into an LLM.
We also support the /llms.txt standard.
/llms.txt
An index of every page in our docs, hosted at https://docs.sezzle.com/llms.txt.
/llms-full.txt
The full text of our docs in one file, hosted at https://docs.sezzle.com/llms-full.txt.