← Clique ResearchUse Clique Research
Use Clique Research
in your MCP client.
Clique Research runs as an MCP server. Connect it to Claude (or any MCP client) to find the right communities for a question and run, read, and chat over a demand report, without leaving your assistant.
Tools
- start_demand_reportQuestion in, a report_id out (runs a real report async).
- get_report_statusPoll a running report's status and stage.
- get_reportFetch the finished grounded report.
- chat_over_reportGrounded Q&A over a report's verified quotes.
Claude Desktop config
claude_desktop_config.json
{
"mcpServers": {
"clique-research": {
"command": "python",
"args": ["-m", "mcp_server.server"],
"cwd": "/path/to/clique-research-api"
}
}
}No secret, no sign-in: it talks to the live public API. Needs Python + pip install mcp httpx; point cwd at a clique-research-api checkout (or just the mcp_server/ folder).