Skip to main content
Feedback

Request Baskets MCP connector

Request Baskets is an HTTP request collection and inspection service for debugging webhooks and API integrations. The Request Baskets MCP connector allows AI agents to create and manage baskets, configure response settings, and retrieve collected requests for analysis. It also supports deleting request history, updating basket configurations, and accessing statistics across all baskets.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Request Baskets MCP connector to perform the following actions:

  • Debug webhook integrations by capturing and inspecting incoming requests in real time
  • Collect HTTP requests from third-party services for testing and validation purposes
  • Monitor webhook delivery and identify communication failures between systems
  • Configure custom response messages for webhook endpoints during development
  • Audit incoming request history to troubleshoot integration issues and data flow
  • Test webhook payloads without modifying production infrastructure or endpoints
  • Track webhook statistics and performance metrics across multiple basket instances

Example prompts

Use the following example prompts to invoke Request Baskets MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Show me all requests collected in my Request Baskets account.
  • Create a new basket in Request Baskets for testing our Salesforce webhook.
  • Display the response settings for my webhook basket.
  • Delete all collected requests from my testing basket.
  • Update the response configuration for my basket to return a custom message.
  • Get statistics on how many requests my baskets have received.
  • Check the settings for my existing baskets in Request Baskets.
  • Clear out all requests from my webhook testing basket.
  • Configure a basket to return a specific response code when receiving requests.
  • List all my active baskets and their current configurations.

Request Baskets MCP connector tools

The Request Baskets MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
getApiBasketsRetrieves a list of all baskets available in the service.
getApiBaskets2Retrieves configuration settings for a specific basket.
createApiBasketsCreates a new basket to collect incoming requests.
updateApiBasketsModifies the configuration settings of an existing basket.
deleteApiBasketsRemoves a basket and its associated data from the service.
getApiBasketsRequestsRetrieves all requests that have been collected by a basket.
deleteApiBasketsRequestsRemoves all collected requests from a specific basket.
getApiBasketsResponsesRetrieves the response settings configured for a basket.
updateApiBasketsResponsesModifies how a basket responds to incoming requests.
getApiStatsRetrieves usage statistics and metrics for baskets.
getApiVersionRetrieves the current version information of the service.
getBasketsRetrieves a list of all baskets available in the service.
getBaskets2Retrieves configuration settings for a specific basket.
createBasketsCreates a new basket to collect incoming requests.
updateBasketsModifies the configuration settings of an existing basket.
deleteBasketsRemoves a basket and its associated data from the service.
getBasketsRequestsRetrieves all requests that have been collected by a basket.
deleteBasketsRequestsRemoves all collected requests from a specific basket.
getBasketsResponsesRetrieves the response settings configured for a basket.
updateBasketsResponsesModifies how a basket responds to incoming requests.
On this Page