# ritualk This is a Jumpseller-powered online store. You can interact with it using the MCP (Model Context Protocol) endpoint. ## MCP Endpoint POST https://www.ritualk.shop/api/mcp ## Available Tools - get_store_info: Get store name, URL, currency, description, and logo - list_products: Browse products with pagination and category permalink filtering - get_product: Get full product details by permalink (images, variants, pricing) - search_products: Full-text search across product name, description, and SKU - list_categories: Get the category tree structure - get_category: Get category details by permalink ## Protocol This endpoint speaks MCP (Model Context Protocol) over Streamable HTTP. Send JSON-RPC 2.0 requests via POST. No authentication required.