MCP · Bolt.new

Connect Adlicio to Bolt.new.

Adlicio is a remote MCP server. Bolt.new accepts remote MCP servers by URL, so the connection is one paste and one sign-in. After that, the Bolt.new 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: Connectors (MCP) page.

  1. 01In a Bolt project, open the Connectors (MCP) page.
  2. 02Click Custom MCP server. Enter https://mcp.tryadlicio.com/mcp as the URL and Streamable HTTP as the transport.
  3. 03Choose OAuth for authentication and click Connect. Sign in to Adlicio in the popup.
  4. 04Bolt lists the Adlicio tools as a connector. Name it in your prompt and Bolt calls it.

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

Connectors give Bolt context while it builds. Any tool with a remote MCP server can be a custom connector, so nothing else is needed on the Adlicio side.

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 Bolt.new, 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 Bolt.new docs. If Bolt.new moves a menu, the endpoint above still works anywhere it asks for a remote MCP URL.

Other builders: Base44, Lovable, Replit, v0 by Vercel. Claude, ChatGPT, and Cursor are in the MCP docs.