Aztrix · Model Context Protocol

Commerce super-graph as an MCP tool

Connect any MCP-compatible client (Claude.ai, Claude Desktop, Cursor, custom agent) to this endpoint to let an LLM search products across every merchant in the Aztrix commerce super-graph and surface FastCheckout buy URLs.

Endpoint

POST https://aztrix.io/mcp
Content-Type: application/json

Available tools

Auth

search_products is open. get_postnl_gap_report requires a partner bearer token (contact karel@aztrix.me). Once issued, pass via Authorization: Bearer <token> on the MCP POST.

Quick test

curl -sS https://aztrix.io/mcp -X POST \
  -H 'Content-Type: application/json' \
  -H 'Authorization: Bearer YOUR_PARTNER_TOKEN' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/list"}'

Sibling surfaces

Same data, different front-ends: /search (human) · /discover (graph) · /mcp (agent — you are here).