Bisque CLI

Turn Claude Code into your
marketing department

One CLI gives your AI agent access to Google Analytics, Klaviyo, Reddit Ads, Meta Ads, Search Console, Ahrefs, and more. It pulls the data, finds the patterns, and takes action — across every channel, in one session.

$ curl -fsSL https://bisque.tools/install.sh | sh

macOS (Apple Silicon & Intel) and Linux (x86_64 & ARM64). Takes 10 seconds.

The problem

You built something great with Claude Code. Now you need to market it. You know AI can help — but connecting it to your actual marketing stack is a project in itself.

Every MCP server is a separate repo to clone, a separate set of API credentials to hunt down in developer settings, a separate config file to maintain. Google Analytics needs a service account JSON. Klaviyo needs an API key from a different dashboard. Reddit Ads needs an OAuth app you have to register yourself. Multiply that across 8 or 10 services, and you've spent a full day on setup before your agent can do anything.

Then when something breaks — an expired token, a rotated key — you're back in each dashboard, one at a time.

Before & after

Without Bisque

  • Clone a separate MCP server per service
  • Hunt for API keys in each developer portal
  • Manage OAuth apps, service accounts, JSON files
  • Different credential format for each tool
  • Rotate keys one dashboard at a time
  • Hope nothing silently expires

With Bisque

  • One OAuth click per service at bisque.tools
  • One API key for every integration
  • One CLI command to sync all tools
  • Rotate one key and every service is secured
  • 2 minutes from install to working agent

What this unlocks

When your agent can read from every data source and act on every channel, the loop closes. Ask Claude Code to:

  • Pull this week's traffic from Google Analytics, compare it to last week, and identify the pages losing momentum
  • Check your email flows in Klaviyo — open rates, click-through rates, revenue per recipient — and flag any sequence that's underperforming
  • Audit your ad spend across Reddit Ads and Meta Ads, find the campaigns burning budget with no conversions, and draft new ad copy
  • Review your SEO position using Search Console and Ahrefs — which keywords are climbing, which are dropping, what to write next
  • Pull it all together into a weekly marketing brief, with specific recommendations, and email it to your team via Gmail

This isn't a chatbot summarizing a dashboard. It's an agent with access to the raw data, the ability to cross-reference it, and the tools to act on what it finds. The compounding effect is the point — each insight feeds the next action.

See it in action

You tell Claude Code: “Audit my marketing this week and give me a plan for next week.” Here's what happens:

  # Claude Code reads your Google Analytics
$ bisque call analytics_get_overview --args '{"dateRange":"7d"}'
  sessions: 12,847 (+18%) | conversions: 342 | bounce: 44%

  # Checks which search queries are driving traffic
$ bisque call search_console_get_top_queries
  "ai marketing tools" — 2,140 impressions, 6.2% CTR
  "automate email campaigns" — 890 impressions, 3.1% CTR

  # Pulls Klaviyo flow performance
$ bisque call klaviyo_get_flow_action_stats
  Welcome series: 48% open, 12% click
  Onboarding drip: 31% open, 4% click ← needs work

  # Checks Reddit Ads performance
$ bisque call reddit_ads_get_report
  r/SaaS campaign: $0.42 CPC, 89 clicks, 3 signups
  r/marketing campaign: $1.87 CPC, 12 clicks, 0 signups ← pause this

  # Sends the brief to your team
$ bisque call gmail.send
  → "Weekly Marketing Brief" sent to team@company.com

All of that from one prompt. No tab-switching. No CSV exports. No copy-pasting between dashboards.

Three commands to get started

1. Install and authenticate:

$ bisque login
Your pairing code: flying-otter
Press Enter to open the browser...
Done! Credentials saved.

2. Connect your agent (auto-detects Claude Code or Codex):

$ bisque init
Detected agent: claude-code
Synced 6 integration(s), 47 tools available.
Done. Bisque is ready to use.

3. Connect integrations at bisque.tools (one OAuth click each):

$ bisque tools
analytics_get_overview — Traffic overview from Google Analytics
analytics_get_top_pages — Top pages by sessions
klaviyo_list_flows — List Klaviyo automation flows
reddit_ads_get_report — Performance report for ad campaigns
meta_ads_get_campaign_stats — Meta ad campaign metrics
search_console_get_top_queries — Top search queries by clicks
ahrefs_get_domain_rating — Domain authority and ranking
gmail.send — Send an email
... 39 more tools

Marketing stack, connected

Google Analytics

Traffic, conversions, audience

Search Console

Keywords, rankings, CTR

Klaviyo

Flows, campaigns, revenue

Mailchimp

Campaigns, automations, audiences

Reddit Ads

Campaigns, ad groups, conversions

Meta Ads

Facebook & Instagram campaigns

Google Tag Manager

Tags, triggers, variables

Ahrefs

Domain rating, backlinks, keywords

Gmail

Send, search, manage email

Google Sheets

Read and write spreadsheets

X / Twitter

Analytics, posting, mentions

Stripe

Payments, subscriptions, revenue

New integrations are added regularly. Connect at bisque.tools

Commands

You run the setup commands once. After that, your agent calls the rest.

You run (one-time setup)

bisque loginOne-click browser auth, no API keys to copy
bisque initInstall skills for Claude Code or Codex
bisque doctorVerify credentials and integration health

Your agent calls (automatically)

bisque call <tool>Execute any integration tool with JSON args
bisque toolsDiscover available tools across all integrations
bisque syncPull the latest tools after you connect new services

Your marketing stack is already paying for itself.
Make it work while you sleep.

$ curl -fsSL https://bisque.tools/install.sh | sh