MCP Server
The Dialogue MCP server exposes the corpus as tools that Claude Desktop — or any Model Context Protocol compatible client — can call directly during a conversation.
Setup
1. Get an API key
Contact ben@dialogue-ai.co to request access. You will receive a single API key.
2. Configure Claude Desktop
Add the following to your Claude Desktop config file
(~/Library/Application Support/Claude/claude_desktop_config.json on macOS):
Restart Claude Desktop. You will see “dialogue” appear in the tools list.
Available tools
get_corpus_overview
Returns aggregate statistics for the full corpus: emotional register breakdown, life stage breakdown, top products mentioned, top behavioural signals, and top life events.
No parameters.
search_comments
Semantic search over the corpus using a natural language query. Returns the most relevant comments with their metadata and similarity score.
get_quotes
Retrieves high-engagement verbatim quotes sorted by like count. Use this to find the most resonant audience voice for a given segment.
filter_comments
Returns a structured filtered slice of the corpus by any combination of emotional register, life stage, product, signal, or minimum like count. Use this for quantitative analysis or to pull raw comments for a specific segment.
Example prompts
Once connected, you can ask Claude questions like:
“What are the most common fears UK adults have about retirement planning?”
“Find me five high-engagement quotes from pre-retirement users worried about their pension.”
“What financial products are mentioned most often by people who have recently lost a partner?”
“Give me a breakdown of the emotional register across first-home buyers.”