Bisque CLI
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 | shmacOS (Apple Silicon & Intel) and Linux (x86_64 & ARM64). Takes 10 seconds.
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.
Without Bisque
With Bisque
When your agent can read from every data source and act on every channel, the loop closes. Ask Claude Code to:
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.
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.comAll of that from one prompt. No tab-switching. No CSV exports. No copy-pasting between dashboards.
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 toolsGoogle 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
You run the setup commands once. After that, your agent calls the rest.
You run (one-time setup)
| bisque login | One-click browser auth, no API keys to copy |
| bisque init | Install skills for Claude Code or Codex |
| bisque doctor | Verify credentials and integration health |
Your agent calls (automatically)
| bisque call <tool> | Execute any integration tool with JSON args |
| bisque tools | Discover available tools across all integrations |
| bisque sync | Pull 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