150,000+ agents registered. Trust scores show their math.Explore →
Explorer/MCP/mercurialsolo/counsel
REMOTE

counsel

mercurialsolo/counsel

Make confident decisions with multi-perspective analysis, debate, and research. Refine questions, verify claims, and gather evidence to de-risk choices. Personalize guidance and receive clear summaries, recommendations, and trade-off insights.

12 tools available
The Journeyman
A reasonable amount of history and nothing concerning in the scan.
Time indexed (8mo)
12toolsRemote/ HTTP8moindexed
100% uptime · 305ms avgChecked Sep 17, 2026
Quality Score
60/95
Established
Risk Score
0/100
Clean
How is this calculated?
Quality Breakdown
Tenure15.1/20
250 days indexed
Capability17.7/25
Tools: 5.7/13 (12 tools)
Description: 5/5
Endpoint: 7/7
Adoption1.9/25
Use count: 1.9/20 (2 uses)
Multi-registry: 0/5 (1 registry)
Reliability25/25
Currently live: 10/10
Uptime history: 15/15 100% (84/84 checks)
Security scan: 0 pts in v1.0; ready to weight when coverage improves
Risk
0Clean
No signals detected.
The scanner shows
12 tools. Nothing caught our attention.
First indexed Jan 9, 2026
Server Profile
Tools catalogued
12
12 tools available. Full list below.
Hosting
Remote / HTTP
Runs on the internet. No access to your filesystem, SSH keys, or environment variables.
Registry presence
Not verified
Not yet verified by the Official MCP Registry.
Liveness
100%
Based on 48 checks. Average response: 305ms.
Publisher Verification
Not yet verified by the Official MCP Registry.
Endpoint
https://counsel--mercurialsolo.run.tools
Tools (12)
start_consultation
Start a new strategic consultation, debate, or research task. This is the PRIMARY entry point for any analysis. Use this tool to: - Get a quick second opinion ('quick' mode). - Run a full multi-perspective debate ('standard' mode). - Conduct deep research and analysis ('deep' mode). - Gather evidence on a topic ('research' mode). USE THIS WHEN: - User asks for strategic advice, analysis, or a second opinion - User wants pros/cons on a decision or idea - User says "debate this", "analyze this", "what do you think about..." - User needs help evaluating options or trade-offs - User wants research on a topic before making a decision DO NOT USE FOR: - Simple factual questions (use your own knowledge) - Non-strategic queries like definitions or explanations - Tasks that don't involve decision-making or evaluation Args: question: The strategic question, topic, or claim to analyze. mode: The depth/type of analysis: - 'quick': fast 30s pros/cons analysis (use for "quick take", "quick check", or very simple questions). - 'standard': rigorous debate and detailed analysis (use for "deliberate", "debate", "consult"). This is the DEFAULT for most strategic questions. - 'deep': full pipeline with web research (use for "analyze", "research project", "deep dive", or when external information is needed). - 'research': only gather evidence without debate (use for "find papers", "search web"). sources: Optional list of sources (documents, context) to use. If omitted, internal knowledge and context will be used. context: Background context or situation description to inform the analysis. analysis_id: Optional custom ID for tracking. counsel_id: Optional ID of a specific counsel/persona configuration to use. presentation_format: Desired output format (e.g., 'brief', 'memo', 'json'). Returns: Dict containing the 'analysis_id' needed for status polling and results.
get_consultation_status
Check the progress/status of a running analysis. USE THIS WHEN: - You called start_consultation and need to check if it's done - User asks "is my analysis ready?" or "what's the status?" - Polling for completion before calling get_consultation_report - Checking if a running analysis needs user input (pauses/steering) WORKFLOW: Call this after start_consultation, repeat until status='completed', then call get_consultation_report for final results. Args: analysis_id: The ID returned by `start_consultation`. include_intervention_status: If True, checks if user input is needed (pauses/steering). include_transcript: If True, includes full debate transcript (slower). Use False (default) for fast polling, True when user wants progress details. Returns: Dict with 'status' (running/completed/failed), 'phase', and 'progress'.
get_consultation_report
Retrieve the final results, decision card, and artifacts. USE THIS WHEN: - get_consultation_status shows status='completed' - User asks "what's the result?" or "show me the analysis" - You need to present the final recommendation to the user - Fetching the decision card, pros/cons, or executive summary DO NOT USE IF: - Analysis is still running (check status first) - Analysis failed (status='failed' - handle error instead) Args: analysis_id: The ID of the completed analysis. include_tensions: Whether to include the 'Crux Registry' (key tensions/trade-offs). presentation_format: Format to render results (e.g., 'brief', 'detailed', 'memo'). ctx: Request context to read client hints (e.g. locale). Returns: The final analysis output, including recommendation, rationale, and key factors.
manage_consultation
Intervene in or modify a running analysis. USE THIS WHEN: - User wants to pause, stop, or cancel a running analysis - User says "focus more on X" or "consider Y" mid-analysis (use 'steer') - User wants to add new evidence during an ongoing debate - User wants to edit the identified trade-offs or tensions DO NOT USE FOR: - Starting a new analysis (use start_consultation) - Checking status (use get_consultation_status) - Getting results (use get_consultation_report) Args: analysis_id: The analysis to manage. action: The specific intervention to perform. payload: Data required for the action: - for 'steer': string guidance ("Focus more on X"). - for 'add_sources': list of source objects. - for 'pause'/'abort': optional reason string. Returns: Success status of the intervention.
list_resources
List available resources (past analyses, configs, sessions). USE THIS WHEN: - User asks "show my past analyses" or "list my debates" - User wants to see available counsel configurations - User needs to find a previous analysis to reference - Browsing available templates or persona configurations Args: type: What to list: - 'consultations': Past debates/analyses. - 'counsels': Available persona configurations. - 'advisor_sessions': Active advisor chat sessions. - 'templates': Pre-built counsel templates. limit: Max items to return. offset: Pagination start index. Returns: List of resource items.
sharpen_question
Refine and clarify a strategic question BEFORE analysis. USE THIS WHEN: - User's question is vague, broad, or unclear - Question could mean multiple things - You want to ensure high-quality analysis by improving the question first - User says "help me frame this" or "what's the right question to ask?" DO NOT USE FOR: - Questions that are already specific and well-defined - When user explicitly says "analyze this exact question" - Simple queries that don't need refinement WORKFLOW: Call this before start_consultation if the question seems unclear. Use the refined question in start_consultation for better results. Args: question: The initial (potentially vague) question. context: Context about the user's situation. auto_select: If True, automatically pick the best refinement (good for automation). Returns: 'selected_question' (the refined version) and 'enhanced_questions' (options).
Show all 12 tools ↓
verify_claim
Fact-check a specific statement or claim. USE THIS WHEN: - User asks "is this true?" or "verify this claim" - Checking specific facts or statistics for accuracy - Validating assumptions before making decisions - User wants to fact-check something from an analysis DO NOT USE FOR: - Strategic analysis (use start_consultation instead) - Opinions or subjective statements that can't be fact-checked - General research questions (use start_consultation with mode='research') Args: claim: The specific statement/sentence to verify. context: The surrounding text/context where the claim appears. user_sources: Optional list of sources to check against. Returns: Verdict (Supported/Refuted/Ambiguous) and evidence trace.
consult_advisor
Interact with the AI Advisor for personalized intake/tuning. USE THIS WHEN: - User wants to refine their profile or requirements - User wants the system to learn their preferences - Starting a new intake session Args: message: The user's message or answer to a question. session_id: Existing session ID. If omitted, starts a new session. action: 'chat' to convert/reply, 'finalize' to complete intake. Returns: Session state and Advisor reply.
get_advisor_profile
Retrieve the learned user profile from an advisor session. USE THIS WHEN: - User asks "what do you know about me?" - Checking the results of an intake session Args: session_id: The advisor session ID. Returns: The constructed user profile.
get_pricing
Get current pricing, token costs, and user balance. USE THIS WHEN: - User asks "how much does this cost?" or "what's the pricing?" - User wants to check their credit balance - User asks about purchasing analysis credits Returns: Pricing details and current balance.
create_checkout
Create a secure checkout session to purchase credits. USE THIS WHEN: - User explicitly asks to buy credits (e.g., "buy starter pack") - User confirms a purchase Args: sku: The product SKU to purchase. Returns: Checkout session ID and status.
complete_checkout
Finalize an Instant Checkout transaction. This is NOT called by the user. It is called by the ChatGPT host when a user completes a payment in the Instant Checkout UI. Args: checkout_session_id: The session ID we generated. buyer: Information about the buyer. payment_data: Token and payment details from the host. Returns: Confirmation object conforming to ACP spec.

Is this your server?

Create a free RNWY account to connect your on-chain identity to this server. MCP server claiming is coming; register now and you'll be first in line.

Create your account →
More from mercurialsolo
Counsel MCP Server
Connects AI agents to the Counsel API for strategic reasoning and multi-perspective analysis through debate-style consultations. Enables complex decision-making by analyzing questions from multiple stakeholder perspectives with varying depths of analysis.
Similar servers
LexIA Pro (EDIVIA)
MCP foncier & urbanisme officiels francais (cadastre, PLU, DVF). LexIA Pro, EDIVIA. Abonnement.
ai.autoblocks/contextlayer-mcp
Personal context management for AI assistants
Akebono MCP
Provides scored and reasoned Kyoto temple data optimized for AI travel agents to deliver personalized recommendations based on natural language queries. It enables agents to retrieve detailed temple information including historical significance, pricing, and crowd levels.
ai.superfact/superfact
Turn any AI chat or agent run into a beautiful, shareable public page.
adver-optimizer-prod
keris_edumcp
Indexed from Smithery · Updates nightlyView on Smithery →