Fort Point Connect — Developer Reference

Connection

Endpointhttps://connect.fortpointbeer.com/mcp
ProtocolMCP over Streamable HTTP (JSON-RPC 2.0)
AuthNone required
HealthGET /health
ModeStateless — each request creates a fresh session

recommend_beer

Get a personalized Fort Point beer recommendation. The primary tool for beer discovery.

ParamTypeReqDescription
styleenumyeslight_crisp | hoppy | malty_dark | non_alcoholic | surprise_me
intensityenumyeseasy_drinking | bold | no_preference
occasionstringnoOccasion or food pairing context

check_shipping

Determine shipping eligibility based on destination state. Alcohol is CA-only.

ParamTypeReqDescription
statestringyesUS state or Canadian province code (e.g. CA, NY)
has_alcoholbooleannoWhether the order contains alcohol items

get_shipping_rates

Get live shipping rates from the Camber carrier service (same as Shopify checkout).

ParamTypeReqDescription
address1stringyesStreet address line 1
address2stringnoApt, suite, etc.
citystringyesCity
provincestringyesState/province code
postal_codestringyesZIP/postal code
countrystringnoCountry code (default: US)
itemsarrayyesCart items — each with product_id, variant_id, quantity, price (cents), grams, optional name

estimate_delivery

Get live delivery options and timing for a customer's ZIP code. Calls the real carrier service.

ParamTypeReqDescription
zip_codestringyesCustomer's ZIP code
has_alcoholbooleannoWhether the order contains alcohol (default: true)

get_delivery_info

General shipping policy overview. No parameters.

ParamTypeReqDescription
No parameters

get_brewery_info

Locations, hours, flagship beers, and about Fort Point Beer Company. No parameters.

ParamTypeReqDescription
No parameters

login_customer

Get the Shopify Customer Account login URL for returning customers. No parameters.

ParamTypeReqDescription
No parameters

Shopify Proxy Tools

These tools are dynamically discovered from Shopify's MCP endpoint and proxied through this server.

ToolDescription
search_shop_catalogSearch the Fort Point product catalog. Returns beers, NA options, and merch.
get_cartGet the current shopping cart contents and checkout URL.
update_cartAdd, remove, or update items in the shopping cart.
search_shop_policies_and_faqsSearch store policies, shipping info, and FAQs.

Parameters for proxy tools are defined by Shopify and may change. Use tools/list for current schemas.

Prompts

beer_recommendation

Get personalized Fort Point beer recommendations.

ParamTypeReqDescription
preferencesstringyesTaste preferences (e.g. "light and crispy", "hoppy IPA")

gift_pack_builder

Build a curated Fort Point beer gift selection.

ParamTypeReqDescription
occasionstringyesThe occasion (e.g. "birthday", "housewarming")
budgetstringnoBudget in dollars (e.g. "50" or "75-100")

order_beer

Full ordering flow: check shipping, browse, cart, and checkout.

ParamTypeReqDescription
locationstringyesDelivery address, city, state, or ZIP code

Resources

URIDescription
fort-point://beersFull Fort Point product catalog (JSON) from Shopify Storefront API
fort-point://beers/{slug}Single product by handle (e.g. fort-point://beers/ksa-kolsch)

Business Rules