Bókun
Activity, availability, cart, checkout, booking, and webhook operations for Bókun.
Tools
| Name | Description |
|---|---|
search_activitiesSearch Bókun activities. | Search Bókun activities. |
get_activityGet a Bókun activity by ID. | Get a Bókun activity by ID. |
get_activity_availabilitiesGet availability for an activity. | Get availability for an activity. |
add_activity_to_cartAdd an activity booking request to a Bókun cart. | Add an activity booking request to a Bókun cart. |
get_cartGet a Bókun booking cart. | Get a Bókun booking cart. |
submit_checkoutSubmit a Bókun checkout payload. | Submit a Bókun checkout payload. |
reserve_activity_bookingReserve an activity booking. | Reserve an activity booking. |
confirm_activity_bookingConfirm a reserved activity booking. | Confirm a reserved activity booking. |
get_bookingGet a Bókun booking by ID. | Get a Bókun booking by ID. |
cancel_bookingCancel a Bókun booking. | Cancel a Bókun booking. |
set_activity_booking_customer_statusSet the customer status on an activity booking. | Set the customer status on an activity booking. |
Triggers
| Name | Description |
|---|---|
booking_confirmedReceives a Bókun webhook payload after the webhook URL is configured in Bókun. | Receives a Bókun webhook payload after the webhook URL is configured in Bókun. |
booking_canceledReceives a Bókun webhook payload after the webhook URL is configured in Bókun. | Receives a Bókun webhook payload after the webhook URL is configured in Bókun. |
booking_updatedReceives a Bókun webhook payload after the webhook URL is configured in Bókun. | Receives a Bókun webhook payload after the webhook URL is configured in Bókun. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('bokun', 'search_activities', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'bokun',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Bókun to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does Bókun support?
Bókun supports 11 tools including Search Activities, Get Activity, Get Activity Availabilities, Add Activity to Cart, Get Cart, and more.
Can I use Bókun with AI agents?
Yes. Add Bókun to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.
How do I connect Bókun to ChatGPT or Claude?
Open the Weavz connector setup, sign in, choose a workspace, and add Bókun as an approved app. ChatGPT, Claude, and other remote MCP clients can then call the scoped Bókun tools exposed by that workspace.
Does Bókun work with Claude Code, Cursor, Codex, and local agents?
Yes. Remote and local MCP clients can connect to a Weavz MCP endpoint for the workspace. Local coding agents can also use the Weavz CLI to inspect apps, discover actions, run approved Bókun work, and execute Code Mode workflows from a terminal.
What can I ask an AI agent to do with Bókun?
Bókun exposes 11 tools, including Search Activities, Get Activity, Get Activity Availabilities, Add Activity to Cart, Get Cart, and more. Use Weavz to keep credentials scoped, require approval for sensitive work, and audit what the agent did.
Can Bókun be used in stateful agent workflows?
Yes. Agents can combine Bókun tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.
What authentication does Bókun use?
Bókun uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the Bókun integration cost?
The Bókun integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does Bókun support?
Bókun supports 3 triggers including Booking Confirmed, Booking Canceled, Booking Updated.
Connect Bókun in minutes
Get 20,000 free action executions every month. No credit card required.