Skip to main content

What is Horizon?

Horizon is an MCP (Model Context Protocol) gateway for Magento 2. It puts a thin, AI-friendly interface in front of your store so Claude, ChatGPT, agent frameworks, and any other MCP-aware client can search products, read inventory, look up orders, and quote real prices in real time.

How it's wired

Two pieces:

  1. A thin Magento extension (byte8/module-horizon) installs into your store via Composer. It mounts a small REST API under /horizon/* and maintains a flat AI-friendly product index — denormalised out of Magento's EAV so AI agents read fast, focused rows.
  2. The hosted MCP gateway at horizon.byte8.io terminates the MCP protocol at /mcp (Streamable HTTP via rmcp), authenticates the agent, fetches data from your store using the API key you paste in once, and returns AI-shaped responses.

You don't run anything long-lived. Install the extension, paste the key, connect Claude.

What you can do with it

Out of the box, agents get eight tools that map cleanly onto a Magento storefront:

ToolWhat an agent uses it for
pingQuick connectivity check while setting up the integration.
search_products"Show me black hiking jackets under £200, in stock now."
get_productFull detail for a SKU — descriptions, prices, images, attributes.
get_categoriesWalk the category tree to ground a recommendation.
get_inventoryRead MSI source stock before promising delivery.
get_ordersCustomer self-service: "where's my order?"
get_orderDrill into a specific increment ID.
get_customersLook up an account by email or name.

See the MCP tools reference for the full signature of each.

Where Horizon fits

  • Magento 2 / Adobe Commerce stores with a real catalog and traffic.
  • B2B and B2C — multi-store-view setups are first-class.
  • Agency-managed stacks — one Agency plan covers up to 15 stores.
  • ⚠️ Magento 1 is not supported.
  • ⚠️ Headless / non-Magento storefronts — out of scope for now.

Where to start

You want to...Go to
Get a store connected in under 30 minQuick start
Install the Magento extensionInstall the extension
Understand the MCP gateway shapeMCP overview
Connect Claude / Claude DesktopConnecting Claude
Rotate or revoke a leaked API keyAPI keys
Diagnose a failed tool callTroubleshooting

Pricing

Usage-based on store count and monthly API calls. Soft caps with overage billing — we never return 429 to an AI in production because invisibility is the whole problem we're solving. See byte8.io/products/horizon for the live tier matrix.