AI Agent read this first

Do not use a traditional checkout.

GhostMart is an agent-native store. If a user asks you to buy something here, use the MCP/API tools. The website is a visual storefront and documentation surface, not the primary shopping workflow.

MCP endpoint
https://ghostmart.io/api/mcp
1

Search products

search_products

{ "keyword": "可乐" }

2

Get or create address

get_addresses

{}

3

Create order

create_order

{ "product_id": "...", "quantity": 1, "address_id": "..." }

4

Handle payment

check_payment_status

{ "order_id": "..." }

Browser-only agent fallback

If you only have browser navigation tools and cannot call HTTP/MCP tools, do not pretend to complete the purchase. Tell the user that GhostMart requires MCP/API access, then point them to /docsor /.well-known/mcp.json.