# ASIN Data API — MCP server on mcp.ai > Connect your ASIN Data API account and use 6 tools for ecommerce straight from your AI agent. Connect with your own API key. ASIN Data API provides detailed product data from Amazon, including price, rank, reviews, and more, enabling real-time insights for e-commerce professionals, marketers, and data analysts. By: mcp.ai · official Page: https://mcp.ai/asin_data_api ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_asin_data_api?ms=1787293500000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/asin_data_api/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/asin_data_api/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/asin_data_api/skill.md Postman collection (v2.1): https://mcp.ai/asin_data_api/postman.json ## Tools - asin_data_api_clear_collection_requests(request_ids: string[], collection_id: string) — Delete multiple requests from a collection by their IDs using the bulk delete endpoint. Use this tool when you need to remove a selected set of request entries from an existing collection. Note: Reque - asin_data_api_delete_destination(destination_id: string) — Delete a destination from your account. Use this when you need to remove a destination that is no longer needed. - asin_data_api_get_collection(collection_id: string) — Get details of a specific collection including status and request counts. Use when you need to check collection configuration, operational status, or aggregate statistics. - asin_data_api_list_collection_requests(page?: integer, collection_id: string) — List all requests in a Collection (paginated). Use to retrieve and paginate through all requests added to a specific collection. Returns up to 1000 requests per page with pagination info. - asin_data_api_list_destinations(page?: integer, sort_by?: string, search_term?: string, sort_direction?: string) — List all destinations configured on your account. Use to retrieve and filter destination configurations for data export. Maximum 50 destinations allowed per account. Returns 10 destinations per page w - asin_data_api_update_destination(name?: string, enabled?: boolean, oss_region_id?: string, destination_id: string, gcs_access_key?: string, gcs_secret_key?: string, oss_access_key?: string, oss_secret_key?: string, s3_bucket_name?: string, s3_path_prefix?: string, gcs_bucket_name?: string, gcs_path_prefix?: string, oss_bucket_name?: string, oss_path_prefix?: string, s3_access_key_id?: string, azure_account_key?: string, azure_path_prefix?: string, azure_account_name?: string, azure_container_name?: string, s3_secret_access_key?: string) — Update an existing destination's configuration. Use to modify cloud storage settings, change the destination name, or enable/disable a destination. Only include fields you want to update. ## Example prompts - "What can I do in ASIN Data API?" - "Show me a summary of my ASIN Data API account" ## Links Docs: https://mcp.ai/docs/mcps/asin_data_api Website: https://mcp.ai/mcps/asin_data_api