Skip to main content
Outfox is one product with two front doors. Foxley is the chat agent inside the Outfox app. The MCP suite is the same tool surface, served at a public endpoint so an external MCP client can talk to it. Both surfaces expose the same tools and return the same data — the choice is about where you want the conversation to happen.

Two surfaces, one tool layer

Foxley is Outfox’s first-party AI agent, used inside the Outfox app at https://app.outfox.ai. The MCP suite is the same tool surface, exposed at https://app.outfox.ai/api/mcp so MCP clients (Claude, Claude Code, Cursor, …) can consume it from outside the Outfox UI. Both surfaces share one tool layer. search_inspiration, generate_brief, meta_ads_get_insights, render_ui, and the rest are available in both. A campaign report you pull in Foxley matches the one you pull in Claude Desktop — both surfaces read and write the same data.

When to use Foxley

Reach for Foxley when the workflow benefits from being inside the Outfox app:
  • The brand or ad account you’re working on is already selected; no organization picker to walk through.
  • You want to drag images, briefs, or ad screenshots into the chat and have the agent see them.
  • You want generative UI charts rendered inline next to the brand they describe.
  • You want clickable affordances — open a brand profile, jump into an analysis run, pull up an inspiration post — without leaving the conversation.
  • You want the in-app extras: voice conversations, saved routines, and your own MCP connectors.
  • You’re a marketer or operator who doesn’t run an MCP client and doesn’t want to set one up.

When to use the MCP suite

Reach for the MCP suite when the work belongs in a tool you already use:
  • You’re researching or strategizing in Claude or Claude Code and want Outfox tools available in the same thread as everything else.
  • You’re building in Cursor and want Outfox callable from your coding assistant.
  • You’re running Outfox alongside other MCP servers in a cross-tool workflow.
  • You want programmatic or scripted access — agent loops, batch operations, scheduled runs — that aren’t a conversation a person sits through.
  • You’re wiring Outfox into a custom agent on top of the MCP spec.

What’s the same

Both surfaces share:
  • The tool surface. Same tool names, same parameters, same results.
  • Organization, brand, and ad-account scoping. Both honor your organization’s membership and brand ownership.
  • Attribution policy. A per-account window set with meta_ads_set_attribution_mode applies to insights calls on either surface.
  • The data. A campaign list or inspiration search returns the same rows in either place.
If you can do it in one, you can do it in the other.

What’s different

FoxleyMCP suite
Where it runsInside the Outfox web appInside your MCP client (Claude, Cursor, …)
Sign-inYou’re already signed in to OutfoxOAuth via Clerk on first connect
Brand contextPre-selected based on the page you opened it fromAsk the model to list and pick a brand
File uploads in chatDrag images and briefs directly into the conversationDepends on the client
Generative UI chartsAlways rendered as interactive charts and panelsRendered in clients that support generative UI; other clients see the raw spec as text
ModelPicked by OutfoxWhatever model your client runs
Mixing serversFoxley is its own threadOutfox sits alongside the other MCP servers you’ve added

Switching between

You don’t migrate. Foxley and the MCP suite read and write the same brands, ad accounts, analyses, and inspiration runs.
  • A Foxley user who also wants to drive Outfox from Cursor: open Cursor, point it at https://app.outfox.ai/api/mcp, sign in with the same account.
  • An MCP-client user who wants to try Foxley: open https://app.outfox.ai and start a chat.
Same account, same data, no migration step.

What to open next

Quickstart

Connect an MCP client and run your first tool call.

Foxley in the app

Voice mode, routines, connectors, and slash commands inside Outfox.

Platform overview

See the tool families and how they fit together.

Generative UI

Check whether your MCP client renders interactive charts.

Meta MCP parity

Compare the Outfox meta_ads_* tools to Meta’s official MCP.