Conveliq
Model Context Protocol

Operate Conveliq from ChatGPT, Codex, or Claude

Conveliq MCP gives a trusted AI client a controlled, workspace-scoped set of tools. Ask questions about your CRM, review conversations, maintain knowledge, and perform approved actions without building a custom integration.

Conveliq Workspace

Remote MCP server online

11 tools

Your AI client

ChatGPT, Codex, Claude, or another MCP host

OAuth 2.1 access

Sign in and approve; no copied secrets

Useful actions

CRM, inbox, pipeline, knowledge

What MCP changes

Talk to your workspace instead of clicking through every screen

MCP is a standard connection between an AI client and a set of tools. The model does not receive your password. Conveliq uses the standard MCP OAuth 2.1 flow, limits every token to one workspace, and exposes clearly labeled read and write actions.

Daily lead briefing

Ask for qualified leads, stale conversations, or contacts with high scores and turn the result into a prioritized call list.

Try: Review my workspace. Show the highest-priority leads that need a human response, with a one-line reason for each.

Conversation copilot

Summarize a long WhatsApp history, update internal notes, and prepare or send the next response after you approve it.

Try: Summarize this contact's conversation, identify the unresolved question, and draft a concise reply. Do not send it yet.

Knowledge maintenance

Turn product notes, service details, prices, policies, and FAQs into structured knowledge the sales AI can use.

Try: Add a service called Express Installation with this description and price range, then confirm what was saved.

Pipeline operations

Review new orders, bookings, and escalations together, then identify anything blocked or missing an owner.

Try: List recent orders, bookings, and escalations. Flag anything that appears unresolved or needs human attention.

Agent improvement

Read the current prompt and escalation rules, propose a focused change, and apply it only after review.

Try: Review the current escalation rules. Suggest a rule for serious enterprise buyers, but ask before changing the configuration.

CRM cleanup

Find unqualified or misclassified contacts, normalize notes, and keep AI enabled only where it makes sense.

Try: Find contacts marked as leads whose recent messages look like spam. Show your reasoning and ask before updating them.

One standard connection

Add the URL, then sign in

Every supported client uses the same remote MCP endpoint and OAuth login. You do not need to create an API key, paste a bearer header, or expose a secret through an environment variable.

01

Add the MCP URL

Use https://app.conveliq.com/api/mcp in ChatGPT, Codex, Claude, or another remote MCP client.

02

Sign in in your browser

The client discovers Conveliq OAuth automatically and opens the normal Conveliq login.

03

Approve the workspace

Review read and write access, choose Authorize, and return to the client with a revocable connection.

Guide 1

Connect OpenAI Codex

  1. 1. Add the configuration below to ~/.codex/config.toml, save, and restart Codex.
  2. 2. Select Authenticate in MCP settings, or run codex mcp login conveliq.
  3. 3. Sign in to Conveliq and approve the workspace.
[mcp_servers.conveliq]
url = "https://app.conveliq.com/api/mcp"
auth = "oauth"
default_tools_approval_mode = "writes"

The writes approval mode keeps read-only research convenient while asking before tools that modify contacts, send messages, change the agent, or add knowledge.

Guide 2

Connect Anthropic Claude Code

  1. 1. Run the command below to add the remote server. It contains no secret.
  2. 2. Start Claude Code, enter /mcp, and choose Authenticate.
  3. 3. Sign in to Conveliq and approve the workspace.
claude mcp add --transport http --scope user conveliq \
  https://app.conveliq.com/api/mcp

Claude stores and refreshes the OAuth credentials for you. Clear authentication from /mcp to disconnect.

Guide 3

Connect ChatGPT web

  1. 1. Open Plugins or your workspace connector builder and add https://app.conveliq.com/api/mcp.
  2. 2. Save it and choose Connect or Sign in.
  3. 3. Sign in to Conveliq and approve the workspace.
Hosted ChatGPT cannot read your local environment variables. OAuth solves that: ChatGPT discovers the login endpoints from the MCP URL and stores refreshable credentials for the connection.

Universal guide

Connect another MCP client

  1. 1. Choose a remote or Streamable HTTP MCP server and add https://app.conveliq.com/api/mcp.
  2. 2. Choose Connect, Sign in, or Authenticate and use OAuth when prompted.
  3. 3. Sign in to Conveliq, confirm the workspace and permissions, then authorize.
A compatible client must support remote Streamable HTTP MCP and the standard MCP OAuth flow. It does not need a Conveliq-specific plugin or local bridge.

Available tools

Useful access, with visible boundaries

Read tools inspect the workspace. Write tools can change data or contact a customer and should stay approval-gated in your AI client.

Workspace overview

Read

Channels, CRM totals, open escalations, orders, bookings, and AI status.

List contacts

Read

Search contacts and filter lead stages, with scores, sources, intent, and recent activity.

Inspect a contact

Read

Read one contact's CRM details, human-only labels, and recent conversation messages.

Update contacts

Write

Change a contact name, lead stage, notes, or whether the sales AI is enabled.

List conversations

Read

Find recent conversations and their latest message.

Send a message

Write

Send a WhatsApp text inside an existing contact conversation.

Review the pipeline

Read

Inspect recent orders, bookings, and human escalations.

Read agent configuration

Read

Review the advanced prompt, escalation rules, and configured GET tools.

Update agent configuration

Write

Change the advanced prompt or natural-language escalation rules.

List knowledge

Read

Read active products, services, FAQs, policies, promotions, and locations.

Create knowledge

Write

Add a product, service, FAQ, policy, promotion, location, or other entry.

Start with a safe first prompt

“Connect to Conveliq, show me a workspace overview, and list the five most recent conversations. Read only. Do not send messages or change any data.”

Open Conveliq