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
- Machine-readable server manifest: https://mcp.enduranlar.com/.well-known/mcp.json — server URL, transport, auth, and tool list in JSON
- Agent usage guide: https://mcp.enduranlar.com/agents.md
- Store overview for LLMs: https://mcp.enduranlar.com/llms.txt — catalog structure, categories, brands, and all machine-readable endpoints
Available tools
-
search_products— free-text search over name, description, SKU, and barcode; returns price (TRY) and live stock. SupportsinStockOnly,category, andlimit. -
get_product— full detail byidorsku: 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:
- Discovery: https://enduranlar.com/.well-known/ucp
- UCP/MCP endpoint: https://enduranlar.com/api/ucp/mcp
Checkout requires explicit human buyer approval. Do not complete payment autonomously.
Other machine-readable resources
- Agent instructions: https://enduranlar.com/agents.md (mirrored at /llms.txt)
- Product JSON:
https://enduranlar.com/products/{handle}.json - Collection JSON:
https://enduranlar.com/collections/{handle}/products.json - Sitemap: https://enduranlar.com/sitemap.xml (Turkish and English URLs)