AgentcyAlpha
Integrations/Open WebUI

Set up Open WebUI

Self-hosted AI chat platform (125K+ GitHub stars). Connect Agentcy so your Open WebUI instance can query marketing data alongside any LLM provider.

SETUP
7 STEPS
  1. 01

    Sign up at app.goagentcy.com and create an API key

  2. 02

    Open your Open WebUI admin panel

  3. 03

    Go to Settings → External Tools → + Add Server

  4. 04

    Set Type to MCP (Streamable HTTP)

  5. 05

    Enter Server URL: https://data.goagentcy.com/mcp

  6. 06

    Set Auth Type to Bearer and enter your API key

  7. 07

    Click Save — Agentcy tools are now available to all users

CONFIG

path: Admin Panel → Settings → External Tools

config
[
  {
    "type": "mcp",
    "url": "https://data.goagentcy.com/mcp",
    "auth_type": "bearer",
    "key": "YOUR_AGENTCY_API_KEY",
    "info": {
      "id": "agentcy",
      "name": "Agentcy",
      "description": "Marketing intelligence MCP server"
    }
  }
]
Last verified: March 5, 2026Official docs
TIPS

Open WebUI requires v0.6.31+ for native MCP support. Supports Streamable HTTP only — for stdio or SSE servers, use the MCPO proxy. Selecting Bearer auth without entering a key sends an empty header that will be rejected.

EXAMPLE QUERIES
4 SAMPLES

How is aurora-fitness.com performing this month?

What are my top landing pages by conversion rate?

Research competitor strategies in our market

Show me this week’s Google Ads ROAS

v1.0Need help?