Barspirit provides event bartending and staffing in Los Angeles. This service lets an AI assistant collect a quote request on a customer's behalf and send it to us.
We supply bartenders, barbacks and servers, and can add bar rentals, ice and shopping for the drinks. The connector exposes one job: gather the details of an event and submit a quote request. The customer then receives their quote by email with a link to their client portal.
Nothing is booked through this connector. The booking is confirmed only when the customer completes the agreement and deposit in their portal. No prices are returned in chat.
Open Settings, then Apps, then Advanced, and turn on Developer mode. Add an MCP server with the
URL https://api.barspirit.net/ai/mcp. Authentication is not required.
Open Settings, then Connectors, then Add custom connector. Use the same URL,
https://api.barspirit.net/ai/mcp. Authentication is not required.
In the Custom GPT editor, import the schema from https://api.barspirit.net/ai/openapi.json. It describes the two
REST endpoints that mirror the MCP tools.
A quote request collects the customer's name, email address, phone number, event date and times, guest count, event address, indoor or outdoor setting, what they want served, how many staff they need, and their consent to our terms and to SMS updates about the event. Optional fields cover the venue, bar rentals, ice, shopping, billing address, company name and event planner details.
We use this information to prepare and send the quote, to schedule staff, and to contact the customer about their event. It is shared with the scheduling and CRM tooling we run the business on. We do not sell it. Full details are in our privacy policy.
Submitting a quote request with the email address directory-review@barspirit.net runs in
sandbox mode. Validation behaves exactly as it does for a real customer, so an incomplete request
still returns the normal list of missing fields. A complete request returns a success response
marked "sandbox": true with the placeholder booking ID
SANDBOX-REVIEW. No quote request is created, nothing is saved, and no email is
sent. A plus tag works too, so directory-review+run2@barspirit.net is also sandboxed
if you want to keep test runs apart. Every other address creates a real quote request and sends a
real email.
Questions about this connector go to info@barspirit.net.