Validate your Amazon credentials

Sanity-check your SP-API and / or Ads API credentials against Amazon's real auth endpoint before configuring Claude. Faster debugging than waiting for checkCredentials inside an MCP session.

Starts with lk_. Ask a.walters@lumitec.ai if you don't have one.

SP-API

Ads API

Privacy: each button sends your credentials as HTTPS headers directly from your browser to Lumitec's validator endpoint. The validator performs one LWA token exchange with Amazon and returns the result β€” nothing is logged or stored on Lumitec's side.
See the exact request
POST https://lumitec-sp-api-mcp.fly.dev/validate
X-Lumitec-Key: lk_...
X-SP-API-Client-Id: ...
X-SP-API-Client-Secret: ...
X-SP-API-Refresh-Token: Atzr|...
X-SP-API-Region: eu

(no body)