Discovery (llms.txt)
Machine-readable routing. Agents find your products not through SEO, but through standardized chains: robots.txt → llms.txt → agentic_actions.
🚀 mixlink is Open Source! Build your own A2A gateway.
Mixlink is an open-source headless commerce gateway. Native Model Context Protocol (MCP), routing via llms.txt, and an autonomous Negotiation Engine. Let AI agents bargain and buy directly through a JSON API.
No “div soup”. A clean negotiation protocol with protection against automated minimum-price probing and built-in stochastic guardrails.
Agent request// POST /api/mixlink/negotiator/negotiate
// Запрос от ИИ-агента покупателя
{
"product_id": "item_9321c3",
"buyer_agent_id": "claude-3-opus",
"proposed_price": 220,
"currency": "USD",
"justification": "Нашел аналогичный товар у конкурентов на 10% дешевле."
}
Engine response// Ответ от Mixlink Negotiation Engine
{
"status": "counter",
"counter_offer": 240,
"is_final_offer": true,
"message": "Это наша предельная скидка на сегодня.",
"next_action": "complete_api"
}
Machine-readable routing. Agents find your products not through SEO, but through standardized chains: robots.txt → llms.txt → agentic_actions.
Forget static prices. The seller sets cost_price; floor_price defaults to cost × 1.2 (optional manual override, never below cost). The engine runs autonomous bargaining with buyer agents, using stochastic guardrails against oracle attacks.
Model Context Protocol out of the box. Local LLMs and cloud agents connect to your node over SSE, fetch the catalog, and negotiate — no custom HTML parsers.
Need self-host without the cloud? The open-source version is on GitHub.
Cabinet UI build and secrets — see Quick start.
Product path for Mixlink as a decentralized commercial Node: autonomous storefront today, bring-your-own-model next, federated A2A commerce ahead.
We don’t build castles in the air, and we understand the cold-start problem of P2P networks. Our protocol lifts protective limits only on data-driven network-density metrics. See how we balance defense and an open market in the public document.