Order Beer Through Prompt or Terminal

Fort Point Connect is an integration that lets you order Fort Point beer while chatting with an AI or using a coding agent. Browse the catalog, get recommendations, check shipping, and check out.

Get started

Fort Point Connect works with any AI application that supports MCP. Pick your client below.

1

Add a custom connector

Go to claude.ai/customize/connectors → click +Add custom connector

2

Enter the name and URL

Name it whatever you want (e.g. "Fort Point") and paste the server URL:

https://connect.fortpointbeer.com/mcp click to copy
3

Ask for a beer

Try something like:

"I want to order some beer" "What's good for a barbecue?" "Recommend something hoppy"
1

Add to your settings

Open ~/.claude/settings.json and add Fort Point to mcpServers:

{
  "mcpServers": {
    "fort-point": {
      "type": "url",
      "url": "https://connect.fortpointbeer.com/mcp"
    }
  }
}
2

Order a beer

From any Claude Code session:

"I could use a beer" "Order me something hoppy" "What Fort Point beer goes with tacos?"
1

Add to VS Code settings

Open settings.json in VS Code and add:

{
  "mcp": {
    "servers": {
      "fort-point": {
        "type": "http",
        "url": "https://connect.fortpointbeer.com/mcp"
      }
    }
  }
}
2

Ask Copilot for a beer

In Copilot Chat, try:

"I want to order Fort Point beer" "What's good for a hot day?" "Surprise me with something light"

What it does

Your AI pulls the live Fort Point Beer Company catalog from Shopify, checks real inventory, and only recommends what's actually in stock. It can look up shipping rates for your ZIP code, build a cart, and hand you a checkout link.

The catalog updates automatically — seasonal releases, new collabs, and limited runs show up as soon as they're live in the shop.

Shipping

Beer & cider
California only. 21+ ID required at delivery.
NA beer & merch
Ships to most of the US via UPS.
Free shipping
Orders $70+. Beer Club members always ship free.
Brewery pickup
742 Valencia St, San Francisco.

What's MCP?

MCP (Model Context Protocol) is an open standard for connecting AI applications to external services. Fort Point Connect is a remote MCP server — any client that speaks MCP can connect. That includes Claude, Claude Code, Copilot, Cursor, and others. No plugins to install, no API keys to manage.

If you're a developer, check the technical docs for the full API reference.