API keys
A key lets an agent or a script read the same data the site holds — including the retailers whose names are withheld on the public pages. Everything else about thousands of tracked retailers is already open without one.
loading…
Using it
Send the key as a bearer token. The MCP endpoint and the REST endpoints accept the same credential.
curl -s https://solescout.ai/api/mcp \
-H "Authorization: Bearer sk_ss_…" \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"where_to_buy","arguments":{"slug":"<product-slug>"}}}'Without a key the same call still works — it returns every named retailer plus how many are withheld and what they cost. With a Business key it additionally returns hidden_revealed: who they are. Full reference →