b Belanger Digital
Operational
API Gateway · Model Context Protocol

Lightspeed + Claude Integration

Dedicated, authenticated MCP gateway providing authorized AI agents with structured, read-only access to Lightspeed Retail (R-Series) data and inventory workflows.

Gateway Specifications

Protocol MCP (JSON-RPC 2.0)
MCP Endpoint /mcp
Authentication Bearer Token (Tenant Scoped)
Token Security AES-256-GCM / Scrypt
Upstream Target Lightspeed Retail API
Runtime Cloudflare Workers Edge

Client Configuration

{
  "mcpServers": {
    "lightspeed": {
      "url": "https://api.belangerdigital.com/mcp",
      "headers": {
        "Authorization": "Bearer <TENANT_BEARER_TOKEN>"
      }
    }
  }
}
Authorized Access Only: This service is restricted to authenticated tenants. Requests without a valid Bearer token or invalid tenant credentials will be rejected.