ask.shopping
ask.shopping
Developers

ask.shopping API

Automate ask.shopping over a REST API, or connect it to any MCP client. Every action below is available through both — authenticated with a single API key.
REST API

Invoke any action with a POST request. Pass your key as a bearer token.

curl https://ask.shopping/api/rest/actions \ -H "Authorization: Bearer kav_..."
POST https://ask.shopping/api/rest/actions/{action}
MCP server

Point any Model Context Protocol client at the endpoint below. Each permitted action becomes a tool.

https://ask.shopping/api/mcp
Authorization: Bearer kav_...
ask.shopping API