Skip to main content

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.

EndpointContent-TypeDescription
/en/llms.txttext/plainIndex of the whole site, readable by a language model as-is.
/en/llms-full.txttext/plainThe entire corpus as one markdown file — one fetch, full context.
/en/content/{slug}.mdtext/markdownMarkdown twin of each section, linked from <head> via rel=alternate.
/en/api/content.jsonapplication/jsonStructured content plus site metadata.
/en/api/rag/chunks.jsonapplication/jsonPre-chunked, stably-identified corpus — ingest into RAG without crawling.
/api/search?q=&lang=enapplication/jsonHybrid Cloudflare Vectorize semantic retrieval plus Thai-aware BM25.
/api/askapplication/jsonPOST { q } — answers grounded in site content, with sources.
/mcpapplication/jsonModel Context Protocol (JSON-RPC 2.0) — three read-only tools.
/api/visuals.jsonapplication/jsonArtwork 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

  • heroABET888
  • showcaseABET888 highlights
  • providersTop 10 popular studios
  • trustWhy play here
  • gamesPopular games
  • howtoHow to start
  • promotionsPromotions
  • tidtorSign up
  • articleGuides and playing technique
  • article-rtp-and-volatilityRTP and volatility
  • article-bankrollBudget and bankroll
  • article-bonus-and-withdrawalsBonuses and withdrawals
  • article-rng-and-fairnessRNG and slot fairness
  • article-paylines-and-waysPaylines and ways to win
  • article-wild-scatter-free-spinsWilds, Scatters and free spins
  • article-choose-slot-gameHow to choose a slot
  • article-deposit-withdrawal-kycDeposits, withdrawals and KYC
  • article-mobile-account-securityMobile account security
  • article-responsible-gamblingResponsible gambling
  • faqFrequently 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"}'

← Back to the site