Skip to main content
Integrate Sezzle without leaving your editor. Our MCP server lets an AI agent search these docs, and our skills walk it through building and testing an integration. Every page is also available as markdown for any large language model (LLM).

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 -g to install globally instead of into the current project.
To configure a client by hand instead:
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.
The MCP server lets your agent search our docs. A skill tells it what to do.

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.
Common values are claude-code, cursor, github-copilot, codex and gemini-cli. The skills CLI reference has the full list.
  • --agent claude-code cursor installs to more than one agent.
  • --skill sezzle-prototype-sandbox installs one skill instead of all of them.
  • -g installs globally instead of into the current project.
To add a skill manually, copy the skill.md file linked below and paste it into your agent.

Available skills

We also publish this list as JSON at docs.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.