MCP · Base44

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.

Adlicio MCP endpoint
https://mcp.tryadlicio.com/mcp

Setup

Where it lives: Account settings, MCP connections. Builder plan or higher on Base44.

  1. 01Open your Base44 account settings and go to MCP connections.
  2. 02Add a connection. Name it Adlicio and paste https://mcp.tryadlicio.com/mcp as the server URL.
  3. 03Pick OAuth as the auth method. Base44 opens a browser window; sign in to Adlicio and approve.
  4. 04Open any app in the editor. The AI chat now lists the Adlicio tools.

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?

MCP feeds the builder while it works. For data at runtime, have your app call the export API with an Adlicio API key (All Access). Store the key as a server-side secret in Base44, never in client code.
Export API
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.