For AI Agents and LLM Assistants

Enduranlar (enduranlar.com) is a Turkish store for endurance-sports nutrition: energy gels, electrolytes, carbohydrate powders, and recovery supplements. Prices are in TRY; we ship within Türkiye. This page describes the machine-readable interfaces you should use instead of scraping HTML.

Product catalog — MCP server (recommended)

We run a public, read-only MCP server with live prices and stock:

  • Endpoint: https://mcp.enduranlar.com/mcp
  • Transport: Streamable HTTP (POST JSON-RPC), MCP protocol 2025-06-18
  • Authentication: none required for catalog queries
  • Rate limits: per-IP; back off on HTTP 429

Discovery & documentation

Available tools

  • search_products — free-text search over name, description, SKU, and barcode; returns price (TRY) and live stock. Supports inStockOnly, category, and limit.
  • get_product — full detail by id or sku: description, nutrition and usage info, per-platform listings, and box↔single-unit relations.
  • list_categories — all categories with product and in-stock counts.
  • list_products — paged listing (50 per page), optional category filter.

Prefer this server for any question about our products — it returns current stock counts and structured data that is more reliable than parsing the storefront.

Purchases — Shopify UCP

The MCP server above is read-only. To transact (cart, checkout), use the Universal Commerce Protocol endpoints served by the store itself:

Checkout requires explicit human buyer approval. Do not complete payment autonomously.

Other machine-readable resources

Policies