MCP · Replit

Connect Adlicio to Replit.

Adlicio is a remote MCP server. Replit accepts remote MCP servers by URL, so the connection is one paste and one sign-in. After that, the Replit 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: replit.com/integrations, custom MCP. Replit Agent needs a Core, Pro, or Enterprise plan for most integrations.

  1. 01Open replit.com/integrations, or use the prefilled link on this page.
  2. 02Add a custom MCP endpoint. Name it Adlicio and paste https://mcp.tryadlicio.com/mcp.
  3. 03Approve the OAuth sign-in. Replit stores the connection for your account.
  4. 04In Agent, ask for research by name. Agent discovers the Adlicio tools and calls them mid-session without extra setup.
Add Adlicio to Replit

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

Replit Agent loads every tool the server exposes and calls them while it builds. The connection is for Agent, not for the deployed app. For data inside the deployed app, call the export API with a secret stored in Replit Secrets.

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

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