AI tools (MCP)
The discountkit documentation is available as a remote MCP server, so your AI editor can search and read these docs directly. No install, no API key — it runs on the same edge deployment as this site.
Endpoint: https://discountkit.app/mcp (streamable HTTP)
claude mcp add --transport http discountkit-docs https://discountkit.app/mcpAdd to .cursor/mcp.json:
{ "mcpServers": { "discountkit-docs": { "url": "https://discountkit.app/mcp" } }}Any MCP client with streamable HTTP support can connect to the endpoint directly. For stdio-only clients, bridge with:
npx -y mcp-remote https://discountkit.app/mcp| Tool | What it does |
|---|---|
search_docs |
Ranked search across every docs page, with snippets and URLs |
get_doc |
One page as full markdown, by path |
list_docs |
Every page with title, description and URL |
The machine-readable catalog lives at /mcp-schema.json. Prefer plain files? The whole documentation set is also published at /llms.txt and /llms-full.txt.