You can use AI coding assistants to build SX Bet integrations end-to-end — fetching markets, signing orders, subscribing to live odds. We provide a set of tools that give your assistant accurate, up-to-date context about the SX Bet API.Documentation Index
Fetch the complete documentation index at: https://docs.sx.bet/llms.txt
Use this file to discover all available pages before exploring further.
| Tool | What it does | Best for |
|---|---|---|
| MCP server | Lets your assistant search and read these docs live during your session | IDE-based workflows (Claude Code, Cursor, VS Code) |
| llms.txt / llms-full.txt | Plain-text index or full export of the documentation | Pasting context into ChatGPT, Gemini, or claude.ai conversations |
| Per-page markdown | Copy any page as Markdown, or open it directly in ChatGPT or Claude | Quickly grounding an assistant in one specific topic |
Per-page markdown access
Every page in these docs has a contextual menu in the top-right that lets you:- Copy as Markdown — grab the page content without HTML or navigation chrome
- View as Markdown — open the raw
.mdversion in a new tab - Open in ChatGPT — start a ChatGPT conversation pre-loaded with the page
- Open in Claude — same, for claude.ai
MCP server
MCP (Model Context Protocol) is a standard that lets AI coding tools connect to external resources. Adding the SX Bet MCP server gives your assistant live access to search and read these docs during your session — so instead of copy-pasting documentation into your prompt, your assistant can look up exactly what it needs on demand. Install the server once using the config for your tool, then ask questions as you code:- “How do I post a maker order on SX Bet?”
- “What WebSocket channel do I subscribe to for live odds?”
- “Show me the EIP-712 signing flow for filling an order.”
Claude Desktop
Claude Desktop
- Go to Settings → Connectors and select Add custom connector.
- Enter the name
SX Betand URLhttps://docs.sx.bet/mcp, then select Add. - When chatting, select the attachments button (the + icon) and choose SX Bet to give Claude access for that conversation.
claude_desktop_config.json:Claude Code
Claude Code
Cursor
Cursor
Add to Or open the Command Palette (
.cursor/mcp.json in your project root:Cmd+Shift+P) and select MCP: Add Server.VS Code
VS Code
Create
.vscode/mcp.json in your project root:Windsurf
Windsurf
Open Windsurf Settings → MCP Configuration and add:
Plain text docs
llms.txt and llms-full.txt are plain-text exports of this documentation — no HTML, no navigation chrome, just content. Use them when you’re working outside your IDE and want to give an LLM SX Bet context directly: paste the contents into a ChatGPT, Gemini, or claude.ai conversation, or fetch and inject them into your own API calls.
| URL | Use when | |
|---|---|---|
| llms.txt | docs.sx.bet/llms.txt | You want a lightweight index of all pages to reference in a prompt |
| llms-full.txt | docs.sx.bet/llms-full.txt | You want the complete documentation in a single paste |
llms-full.txt is the better choice — it gives the LLM everything it needs without requiring follow-up fetches. Open the URL, copy the contents, and paste it at the start of your conversation before asking your question.
