Lifetime Replacement Parts

Endpoints

The primary customer-facing machine interface is the MCP endpoint.

last updated · may 21, 2026 · 2 min read

MCP endpoint

https://lrp.parts/api/mcp

Claude Desktop config

{
  "mcpServers": {
    "lrp": {
      "url": "https://lrp.parts/api/mcp",
      "transport": "http",
      "headers": { "Authorization": "Bearer <your-token>" }
    }
  }
}

Scopes

Current token scopes shown in the app include orders.read, orders.write, parts.read, parts.write, and vendors.read.

// docs maintenance
Keep docs updated with product, API, UI, and workflow changes. If behavior changes, the matching docs page should change in the same work.