Machine Readiness
Stored receipt and evidence
16
55
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
# Play-Asia.com User-agent: * Content-Signal: search=yes,ai-input=yes,ai-train=no Allow: / Disallow: /cart/ Disallow: /account/ Disallow: /login/ Disallow: /checkout Disallow: /order-success/ Disallow: /logout/ Disallow: /create-account/ Disallow: /order-info/ Disallow: /search/ Disallow: /ajax/ User-agent: Bytespider User-agent: CCBot User-agent: anthropic-ai User-agent: Diffbot User-agent: Omgilibot User-agent: cohere-ai User-agent: FacebookBot User-agent: AI2Bot User-agent: Scrapy Disallow: / User-agent: ClaudeBot User-agent: Applebot-Extended User-agent: GPTBot User-agent: Google-Extended User-agent: Amazonbot User-agent: meta-externalagent User-agent: PerplexityBot User-agent: YouBot Allow: /l402/ Allow: /.well-known/lnurlp/ Allow: /*/13/ Allow: /*/13 Allow: /*/14/ Allow: /*/14 Allow: /bitcoin/ Allow: /help/ Allow: /info/ Allow: /*/29/ Allow: /games/ Allow: /movies/ Allow: /music Allow: /toys Allow: /lifestyle Allow: /books Allow: /peripherals/ Allow: /sale Allow: /codes Allow: /exclusives Allow: /search/ Allow: /$ Disallow: / Sitemap: https://www.play-asia.com/sitemap.xml
Document
# Play-Asia
> Online retailer for Asian video games, digital codes, electronics, toys, and pop culture merchandise. Ships worldwide. Buy with credit card, Bitcoin, or Lightning Network — no account required for Bitcoin/Lightning purchases.
Play-Asia has been operating since 2002, specialising in import games, digital game codes (Nintendo eShop, PSN, Xbox, Steam, Roblox, and more), and physical goods across games, movies, music, toys, lifestyle, and books. Prices are shown in USD with multi-currency support.
## Shop by Category
- [Games](https://www.play-asia.com/games/): Physical and digital games across all platforms — Nintendo Switch, PlayStation, Xbox, PC
- [Digital Codes & Vouchers](https://www.play-asia.com/codes): Nintendo eShop cards, PSN vouchers, Xbox gift cards, Steam wallet codes, Roblox, and more
- [Movies](https://www.play-asia.com/movies/): Blu-ray and DVD, including Asian region releases
- [Music](https://www.play-asia.com/music): Japanese and Asian music releases
- [Toys & Figures](https://www.play-asia.com/toys): Collectibles, figures, and merchandise
- [Lifestyle](https://www.play-asia.com/lifestyle): Apparel and accessories
- [Books](https://www.play-asia.com/books): Gaming guides, art books, manga
- [Peripherals](https://www.play-asia.com/peripherals/): Controllers, headsets, and gaming accessories
- [Sale](https://www.play-asia.com/sale): Current promotions and discounted items
- [Exclusives](https://www.play-asia.com/exclusives): Play-Asia exclusive editions and bundles
- [Daily Deals](https://www.play-asia.com/*/14/): Limited-time offers
## Agentic API (L402 / MCP)
Play-Asia has a full agentic shopping API. No account or signup needed to browse or purchase with Bitcoin/Lightning.
- [API Skill Reference](https://www.play-asia.com/l402/v1/skill): Full markdown API reference — start here. Covers search, pricing, buy, and order endpoints.
- [API Info](https://www.play-asia.com/l402/v1/info): Machine-readable API metadata
- [Catalog Search](https://www.play-asia.com/l402/v1/catalog): Search the product catalog with prices in USD and satoshis
- [Pricing](https://www.play-asia.com/l402/v1/pricing): Current pricing for specific products
- [L402 / Bitcoin overview](https://www.play-asia.com/bitcoin/): How Bitcoin and Lightning payments work on Play-Asia
- [MCP Server](https://www.play-asia.com/l402/mcp): JSON-RPC MCP endpoint (`tools/list`, `tools/call`) for agentic clients
### Purchasing
Three methods — all via `POST /l402/v1/buy`:
1. **Lightning (default)** — anonymous, instant. Returns a Lightning invoice; code delivered after payment.
2. **Bitcoin on-chain** — anonymous, ~2 confirmations. Pass `method:bitcoin`.
3. **Wallet** — instant with a platform token (`X-PA-Token` header). Generate a token at [account/access-tokens](https://www.play-asia.com/account/access-tokens).
Order status and codes for anonymous purchases: `GET /l402/v1/order?oid=X&sid=Y`
### MCP Config
```json
{
"mcpServers": {
"playasia": {
"url": "https://www.play-asia.com/l402/mcp"
}
}
}
```
With wallet token:
```json
{
"mcpServers": {
"playasia": {
"url": "https://www.play-asia.com/l402/mcp",
"headers": { "X-PA-Token": "pa_your_token_here" }
}
}
}
```
## Help & Policies
- [Help Center](https://www.play-asia.com/help/): FAQs, shipping, returns, and support
- [About / Info](https://www.play-asia.com/info/): Company information, policies
- [Terms of Use](https://www.play-asia.com/info/tou): Legal terms
- [Contact Support](mailto:cs@play-asia.com): Customer service email
## Notes for AI Agents
- **Search is open**: product search is allowed (`/search/`)
- **Training data**: AI training use of this content is not permitted (see robots.txt `ai-train=no`)
- **Cart, checkout, account, and order pages** are not crawlable — use the L402 API for agentic purchases instead
- **Logo**: https://s.pacn.ws/1/gallery/large/GA.07993.0014.svg
Document
Not stored for this site.