Crisp mined from the shell.
List conversations, read message history, pull people profiles and events, and post replies — from Bash over the Crisp MCP. Turn live-chat transcripts into JSON you can mine for objections, FAQs, and ad-copy verbatims.
cogny --who
TWO PATHSReading support history in the Crisp inbox is manual scroll-and-skim. The CLI pulls whole conversations as JSON so an agent can surface recurring objections, content gaps, and the exact phrases customers use. Connect Crisp once in Cogny Solo and let your coding agent — or scheduled reports — do the querying for you.
❯ start SoloSelf-onboard with one command. The CLI issues a key, wires nothing, and exposes every Crisp tool over JSON-RPC. First 15 calls are free.
$ npx @cogny/cli init --agent claude-codecogny tools call
3 EXAMPLESReal tool names from the Crisp MCP. Send --input JSON, get JSON back.
mcp__Crisp__list_conversationsList a website inbox, newest first.mcp__Crisp__get_conversation_messagesRead full message history for one conversation.mcp__Crisp__get_website_statisticsInbox volume and response stats.cogny tools list
MOREA sample of the rest of the Crisp surface. Run cogny tools list --json for every tool and its input schema.
mcp__Crisp__get_websitemcp__Crisp__list_website_operatorsmcp__Crisp__get_conversationmcp__Crisp__get_conversation_metamcp__Crisp__send_message_in_conversationmcp__Crisp__list_people_profilesmcp__Crisp__get_people_profilemcp__Crisp__list_people_conversationsmcp__Crisp__list_people_eventscogny --faq
No — it is the Cogny CLI calling the Crisp MCP over the cogny-mcp-proxy. You connect your Crisp workspace once in Cogny, then read conversations, profiles, and stats from Bash. Crisp IM SARL is not affiliated.
Pull resolved conversations with `list_conversations` + `get_conversation_messages` and feed the transcripts to an agent to extract objections, FAQ gaps, and the verbatim language customers use for landing-page and ad copy.
Both. `send_message_in_conversation` posts a reply and `update_conversation_state` changes status; the rest of the surface is read tools for mining and reporting.
related CLIs
Building an agent? The full tool map for all servers is one fetch: /cli/llms.txt