MCP · v0 by Vercel

Connect Adlicio to v0 by Vercel.

Adlicio is a remote MCP server. v0 by Vercel accepts remote MCP servers by URL, so the connection is one paste and one sign-in. After that, the v0 by Vercel 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: Prompt form, + menu, MCPs.

  1. 01In any v0 chat, open the + menu next to the prompt box and choose MCPs.
  2. 02Pick manual configuration. Name it Adlicio and paste https://mcp.tryadlicio.com/mcp.
  3. 03Choose OAuth 2.0 as the auth type and complete the Adlicio sign-in.
  4. 04The connection also appears under Settings, MCP Connections, so it follows you across chats.

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

v0 calls the Adlicio tools during generation. It supports OAuth 2.0, bearer tokens, and custom headers; OAuth is the path that works with Adlicio. The generated app does not call Adlicio 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 v0 by Vercel, 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 v0 by Vercel docs. If v0 by Vercel moves a menu, the endpoint above still works anywhere it asks for a remote MCP URL.

Other builders: Base44, Lovable, Bolt.new, Replit. Claude, ChatGPT, and Cursor are in the MCP docs.