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.
- 01
Sign up at app.goagentcy.com and create an API key
- 02
Open your Open WebUI admin panel
- 03
Go to Settings → External Tools → + Add Server
- 04
Set Type to MCP (Streamable HTTP)
- 05
Enter Server URL: https://data.goagentcy.com/mcp
- 06
Set Auth Type to Bearer and enter your API key
- 07
Click Save — Agentcy tools are now available to all users
path: Admin Panel → Settings → External Tools
[
{
"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"
}
}
]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.
“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”