Claude Desktop
The Dialogue MCP server runs remotely at mcp.dialogue-ai.co — no local installation required. Add your API key and connect.
Setup
1. Get an API key
Contact ben@dialogue-ai.co to request access.
2. Add to Claude Desktop
Edit 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: total comment count, 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.
filter_comments
Returns a paginated filtered slice of the corpus.
fetch_url
Fetches a public URL and returns the readable body copy, stripped of navigation and boilerplate.
Example prompts
“What are the most common fears UK adults have about retirement planning?”
“Find me the highest-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?”
“Fetch this page and analyse the copy against the corpus: https://example.com/product-page”