For machines
Connect AI to ABET888
Built so an agent can read it fully, without scraping HTML.
ABET888 does not provide services in Thailand. Users must be outside Thai jurisdiction and must comply with their local laws · Intended for ages 18 and over — every tool exposed to an agent is read-only. None can buy, pay, or submit a form.
| Endpoint | Content-Type | Description |
|---|---|---|
/en/llms.txt | text/plain | Index of the whole site, readable by a language model as-is. |
/en/llms-full.txt | text/plain | The entire corpus as one markdown file — one fetch, full context. |
/en/content/{slug}.md | text/markdown | Markdown twin of each section, linked from <head> via rel=alternate. |
/en/api/content.json | application/json | Structured content plus site metadata. |
/en/api/rag/chunks.json | application/json | Pre-chunked, stably-identified corpus — ingest into RAG without crawling. |
/api/search?q=&lang=en | application/json | Hybrid Cloudflare Vectorize semantic retrieval plus Thai-aware BM25. |
/api/ask | application/json | POST { q } — answers grounded in site content, with sources. |
/mcp | application/json | Model Context Protocol (JSON-RPC 2.0) — three read-only tools. |
/api/visuals.json | application/json | Artwork contract — what art is needed and the requirements. |
Connect over MCP
Add this server to any Model Context Protocol client.
{
"mcpServers": {
"abet888": {
"type": "http",
"url": "https://abet888.cc/mcp"
}
}
}Available slugs
heroABET888showcaseABET888 highlightsprovidersTop 10 popular studiostrustWhy play heregamesPopular gameshowtoHow to startpromotionsPromotionstidtorSign uparticleGuides and playing techniquearticle-rtp-and-volatilityRTP and volatilityarticle-bankrollBudget and bankrollarticle-bonus-and-withdrawalsBonuses and withdrawalsarticle-rng-and-fairnessRNG and slot fairnessarticle-paylines-and-waysPaylines and ways to winarticle-wild-scatter-free-spinsWilds, Scatters and free spinsarticle-choose-slot-gameHow to choose a slotarticle-deposit-withdrawal-kycDeposits, withdrawals and KYCarticle-mobile-account-securityMobile account securityarticle-responsible-gamblingResponsible gamblingfaqFrequently asked questions
Example calls
# ค้นหา
curl "https://abet888.cc/api/search?q=โปรโมชั่น&limit=3"
# ถาม-ตอบพร้อมที่มา
curl -X POST "https://abet888.cc/api/ask" \
-H "content-type: application/json" \
-d '{"q":"สมัครและฝากถอนยังไง"}'
# MCP: รายการเครื่องมือ
curl -X POST "https://abet888.cc/mcp" \
-H "content-type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'