Listing did not sell

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://bump.sh/dealer-auction/doc/webhooks/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
"webhooks MCP server": {
  "url": "https://bump.sh/dealer-auction/doc/webhooks/mcp"
}
Close
PUB listing not_sold
PUBLISH listing not_sold

Message

Payload

  • type string Required
  • eventId string Required
  • eventDate string(date-time) Required
  • stockId string Required
  • listingId string Required
Payload examples
{
  "type": "listing.not_sold",
  "eventId": "4965f54cdaea4226acde95e0d99b1acf",
  "eventDate": "2020-06-04T11:55:04+01:00",
  "stockId": "7be698d9-230f-4585-b17c-249bb1312580",
  "listingId": "000004ca-e5b9-428e-bea7-ed7ea827ffbb"
}