# RedCircle API — how to use (mcp.ai)

Connect your RedCircle API account and use 32 tools for developer tools straight from your AI agent. Connect with your own API key. RedCircle API is the real-time Target product data API for accessing Target product catalog, reviews, and category data.

## Option A — via MCP (recommended)
Remote MCP endpoint (HTTP, streamable): `https://api.mcp.ai/p_redcircle_api?ms=1787295720000`
Add it as a custom/remote MCP connector in your client (Claude, Cursor, VS Code…), then authenticate when prompted. Once connected, ask the agent to use the server's tools (e.g. `redcircle_api_add_zipcodes`).

## Option B — via direct REST API
Base URL: `https://api.mcp.ai/api/redcircle_api`
Auth: `Authorization: Bearer sk_live_…` — create a workspace API key at https://mcp.ai/settings/api-keys
Discover endpoints: `GET https://api.mcp.ai/api/redcircle_api/_endpoints`

### Endpoints
- `POST https://api.mcp.ai/api/redcircle_api/add/zipcodes` — Tool to add zipcodes to your RedCircle API account for geolocation targeting. Use when you need to localize product searches by specific postal codes. New zipcodes take approximately 2 minutes to beco
  - body: { zipcodes: object[] }
- `POST https://api.mcp.ai/api/redcircle_api/clear/collection/requests` — Tool to remove all requests from a specified collection. Collections can only be cleared when not actively running. Use when you need to empty a collection of all its requests.
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/create/collection` — Tool to create a new collection for running up to 15,000 requests on a schedule. Use when you need to organize and schedule batch requests with various scheduling patterns, priority levels, and notifi
  - body: { name: string, enabled?: boolean, priority?: string, requests_type?: string, schedule_type?: string, schedule_hours?: integer[], destination_ids?: string[], schedule_minutes?: string, notification_email?: string, notification_as_csv?: boolean, notification_as_json?: boolean, notification_webhook?: string, schedule_days_of_week?: integer[], schedule_days_of_month?: integer[], notification_csv_fields?: string, notification_as_jsonlines?: boolean }
- `POST https://api.mcp.ai/api/redcircle_api/create/destination` — Tool to create a new destination for uploading Collection Result Sets to cloud storage. Use when you need to configure a storage destination for result sets with providers like S3, GCS, Azure, OSS, or
  - body: { name: string, type: string, enabled: boolean, s3_region?: string, s3_endpoint?: string, oss_region_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 }
- `POST https://api.mcp.ai/api/redcircle_api/create/requests` — Tool to add up to 1,000 requests to an existing collection. Use when you need to populate a collection with product requests. Collections have a maximum of 15,000 requests (100 if include_html=true). 
  - body: { requests: object[], collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/delete/collection` — Tool to remove a collection from the system by ID. Use when you need to delete a collection that is not currently running.
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/delete/destination` — Tool to remove a destination from your RedCircle API account. Use when you need to permanently delete a specific destination by its ID.
  - body: { destination_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/delete/request` — Tool to remove an individual request from a collection. Use when you need to delete a specific request from a collection by providing both collection_id and request_id. Collections must not be running
  - body: { request_id: string, collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/delete/requests/bulk` — Tool to delete multiple requests from a collection in bulk. Use when you need to remove multiple requests efficiently. Note: Requests can only be deleted when the collection is not running.
  - body: { request_ids: string[], collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/delete/zipcodes` — Tool to remove zipcodes from your RedCircle API account. Use when you need to delete specific zipcode/domain pairs from your account.
  - body: { zipcodes: object[] }
- `POST https://api.mcp.ai/api/redcircle_api/get/account` — Tool to retrieve account information, usage metrics, and platform status. Use when you need to check account credits, limits, plan details, or platform component status.
- `POST https://api.mcp.ai/api/redcircle_api/get/collection` — Tool to retrieve complete information about a specific collection. Use when you need detailed collection metadata including status, schedule, and configuration.
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/get/requests/csv/links` — Tool to retrieve CSV download links for all requests in a collection. Use when you need to export request data in CSV format. Each CSV file contains up to 1000 requests.
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/get/requests/json/links` — Tool to retrieve download links for all requests in a collection in JSON format. Use when you need to access request data from a specific collection. Returns paginated URLs for downloading request inf
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/get/result/set/csv` — Tool to retrieve a result set in CSV format with optional field filtering. Use when you need to export processed results from a collection as CSV files. Supports field selection using dot notation for
  - body: { csv_fields?: string, collection_id: string, result_set_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/get/result/set/json` — Tool to retrieve a result set in JSON format with download links. Use when you need to access processed results from a specific collection and result set. Returns detailed result information including
  - body: { collection_id: string, result_set_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/get/result/set/jsonlines` — Tool to retrieve a result set in JSON Lines format with download links. Use when you need to access processed results as newline-delimited JSON files. JSON Lines format provides one valid JSON object 
  - body: { collection_id: string, result_set_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/get/target/product/data` — Tool to retrieve Target data in real-time including search results, product information, reviews, or category listings. Use when you need to access Target.com product data such as searching for produc
  - body: { page?: integer, tcin?: string, type: string, sort_by?: string, category_id?: string, search_term?: string }
- `POST https://api.mcp.ai/api/redcircle_api/list/categories` — Tool to retrieve all top-level (root) categories or filter results using optional parameters. Use when you need to browse the category hierarchy, search for specific categories, or retrieve category d
  - body: { id?: string, parent_id?: string, search_term?: string }
- `POST https://api.mcp.ai/api/redcircle_api/list/collections` — Tool to retrieve all collections configured on your RedCircle API account with filtering and pagination. Use when you need to browse collections, filter by status or search term, or manage collection 
  - body: { page?: integer, status?: string, sort_by?: string, page_size?: integer, search_term?: string, search_type?: string, created_after?: string, created_before?: string, destination_id?: string, last_run_after?: string, sort_direction?: string, last_run_before?: string, only_with_results?: boolean, only_without_results?: boolean }
- `POST https://api.mcp.ai/api/redcircle_api/list/destinations` — Tool to retrieve all destinations configured on your RedCircle API account with pagination and filtering. Use when you need to browse or manage destination configurations. Returns 10 destinations per 
  - body: { page?: integer, sort_by?: string, search_term?: string, sort_direction?: string }
- `POST https://api.mcp.ai/api/redcircle_api/list/error/logs` — Tool to list all error logs on your RedCircle API account. Use when you need to retrieve failed API request logs with error details. Results are paginated with 10 error logs per page. Supports filteri
  - body: { page?: integer, sort_by?: string, search_term?: string, sort_direction?: string }
- `POST https://api.mcp.ai/api/redcircle_api/list/requests/by/page` — Tool to retrieve requests for a collection in paginated format. Use when you need to access collection requests with pagination support (max 1000 requests per page).
  - body: { page: integer, collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/list/result/sets` — Tool to list all result sets for a collection. Use when you need to retrieve execution history and results for a specific collection. Note: result sets have 14-day retention.
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/list/zipcodes` — Tool to retrieve all zipcodes associated with your account with optional filtering. Use when you need to list zipcodes, optionally filtered by search term or domain. Supports pagination with max 10 re
  - body: { page?: integer, domain?: string, search_term?: string }
- `POST https://api.mcp.ai/api/redcircle_api/resend/webhook` — Tool to resend a previously configured webhook POST request for a result set. Use when you need to debug webhook connectivity issues without re-executing the collection.
  - body: { collection_id: string, result_set_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/start/collection` — Tool to initiate execution of a RedCircle API collection. Use when you need to start processing requests for a collection. Requires sufficient request credits and the collection must not be currently 
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/stop/all/collections` — Tool to halt all currently active collections on your account. Use when you need to terminate all collection operations across your account. Collections in queued or running states are affected, reset
- `POST https://api.mcp.ai/api/redcircle_api/stop/collection` — Tool to halt an active collection in queued or running state. Use when you need to stop a collection that is currently processing. Collections in queued status receive full credit refunds, while runni
  - body: { collection_id: string }
- `POST https://api.mcp.ai/api/redcircle_api/update/collection` — Tool to update an existing collection's configuration and settings. Use when you need to modify collection settings including name, schedule, priority, and destination assignments. Note: A collection 
  - body: { name?: string, enabled?: boolean, priority?: string, collection_id: string, requests_type?: string, schedule_type?: string, schedule_hours?: integer[], destination_ids?: string[], schedule_minutes?: string, notification_email?: string, notification_as_csv?: boolean, notification_as_json?: boolean, notification_webhook?: string, schedule_days_of_week?: integer[], schedule_days_of_month?: integer[], notification_csv_fields?: string, notification_as_jsonlines?: boolean }
- `POST https://api.mcp.ai/api/redcircle_api/update/destination` — Tool to modify an existing destination configuration on your RedCircle API account. Use when you need to update destination settings such as name, credentials, storage paths, or enable/disable status.
  - body: { name?: string, type?: string, enabled?: boolean, s3_region?: string, s3_endpoint?: string, 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 }
- `POST https://api.mcp.ai/api/redcircle_api/update/request` — Tool to modify a request within a collection. Use only when the collection is not running. Updates request parameters like type, tcin, or other Target Product Data API fields.
  - body: { tcin?: string, type?: string, request_id: string, collection_id: string, additional_params?: object }

## Example prompts
- "What can I do in RedCircle API?"
- "Show me a summary of my RedCircle API account"

## More
- Page: https://mcp.ai/redcircle_api
- Agent spec (llms.txt): https://mcp.ai/redcircle_api/llms.txt
- Postman collection: https://mcp.ai/redcircle_api/postman.json
