Connect Adlicio to Base44.
Adlicio is a remote MCP server. Base44 accepts remote MCP servers by URL, so the connection is one paste and one sign-in. After that, the Base44 chat can search Reddit, scrape reviews from any supported public URL, and read the research already in your Adlicio account while it builds your app.
https://mcp.tryadlicio.com/mcpSetup
Where it lives: Account settings, MCP connections. Builder plan or higher on Base44.
The server handles dynamic client registration, so there is no client id or secret to request. Any Adlicio plan can connect; the tools each call is allowed to run follow your plan, see the tool reference.
What the connection reaches
MCP connections are account wide and show up in the editor chat of every app in every workspace. They run while you build. They cannot be called from app flows, automations, backend functions, or invokeLLM at runtime.
Need Adlicio data inside the app you ship?
curl https://tryadlicio.com/api/v1/export/comments \
-H "Authorization: Bearer adl_your_api_key"Endpoints, filters, and pagination are in the REST API docs.
Prompts that work on day one
Steps checked against the Base44 docs. If Base44 moves a menu, the endpoint above still works anywhere it asks for a remote MCP URL.
Other builders: Lovable, Bolt.new, Replit, v0 by Vercel. Claude, ChatGPT, and Cursor are in the MCP docs.