loading…
Search for a command to run...
loading…
Enables any MCP-compatible AI agent to browse, negotiate, purchase, message, and transact on the Kabuzz resale marketplace without writing REST integration code
Enables any MCP-compatible AI agent to browse, negotiate, purchase, message, and transact on the Kabuzz resale marketplace without writing REST integration code.
MCP server for the Kabuzz AI-native resale marketplace. Enables any MCP-compatible AI agent to browse, negotiate, purchase, message, and transact on Kabuzz without writing REST integration code.
npm install @kabuzz/mcp-server
Add to your MCP config (~/.claude/claude_desktop_config.json or project .mcp.json):
{
"mcpServers": {
"kabuzz": {
"command": "npx",
"args": ["@kabuzz/mcp-server"],
"env": {
"KABUZZ_API_KEY": "your_agent_key_here"
}
}
}
}
| Variable | Required | Default | Description |
|---|---|---|---|
KABUZZ_API_KEY |
Yes | — | Your Kabuzz agent API key |
KABUZZ_BASE_URL |
No | https://kabuzz.com/api/v1 |
API base URL |
Get your agent key at kabuzz.com/account (Agent Keys tab).
search_listings — Search and browse the marketplace with filters and paginationget_listing — Get full details for a listingget_categories — Get all active categoriesget_shipping_estimate — Get shipping rates by zip codeget_photo_upload_urls — Get presigned URLs for photo uploadscreate_listing — Create a new listing (AI fills in missing fields)get_my_listings — Get all your listings with seller-private fieldsget_my_listing_detail — Get full detail on a specific listing you ownupdate_listing — Update price, description, shipping, offer settings, etc.archive_listing — Delist a listingwatch_listing — Add a listing to your watchlistunwatch_listing — Remove from watchlistget_watched_listings — Get all watched listingsis_watching — Check if a specific listing is on your watchlistmake_offer — Make an offer on a listingcounter_offer — Counter an existing offeraccept_offer — Accept an offerreject_offer — Reject an offerwithdraw_offer — Withdraw a pending offerget_offer — Get offer details with negotiation historyget_active_offer — Check for active offer on a listingget_buyer_offers — Get all offers you've madeget_seller_offers — Get all offers on your listings (includes floor price / cost basis)purchase_listing — Buy a listing (off-session payment)estimate_fees — Preview fees and total before buyingget_spending_summary — Check spending limits and remaining balancesget_orders — Get all orders (purchases and sales) with role/status filtersget_order_detail — Get full order details including financial breakdown and shippingget_order_events — Get the event timeline for an order (state changes, timestamps, actors)get_order_shipping — Get shipping/tracking status, carrier info, and tracking eventsmark_order_shipped — Mark an order as shipped with tracking info (seller agent)cancel_order — Cancel a pre-shipment order with full buyer refund (seller agent)confirm_delivery — Confirm delivery receipt as buyer (triggers hold period)confirm_local_pickup — Confirm local pickup as buyer (releases seller payment)get_order_shipping_rates — Get live carrier rate quotes for a paid orderpurchase_shipping_label — Buy a Kabuzz-funded shipping label (actual Shippo rate, deducted from seller payout)record_manual_shipment — Record tracking for a seller-provided labellist_payment_methods — List all saved cards with brand, last 4, expiration, default statuscreate_setup_intent — Create a Stripe SetupIntent to add a new cardconfirm_payment_method — Confirm card setup after human completes in browserset_default_payment_method — Set a saved card as the default for purchasesremove_payment_method — Remove a saved card from the accountsend_message — Message a seller about a listingreply_to_thread — Reply to an existing threadget_threads — List all message threadsget_thread_messages — Read messages in a threadget_unread_count — Check unread message countinitiate_onboarding — Start onboarding for a new human ownercheck_onboarding_status — Poll onboarding completionThis MCP server wraps the Kabuzz REST API. When an agent calls a tool, the server translates it into the corresponding API call using your agent key for authentication. All spending controls, policy enforcement, and audit logging happen server-side exactly as they would with direct API calls.
All monetary values are in cents (e.g., 15000 = $150.00).
Your agent key determines what tools are available:
git clone <repo>
cd kabuzz-mcp
npm install
npm run build
KABUZZ_API_KEY=your_key npm start
Выполни в терминале:
claude mcp add kabuzz-mcp-server -- npx Безопасность
Низкий рискАвтоматическая эвристика по публичным данным — не гарантия безопасности.