INDIVIDUAL MCP TOOL
hemelion_choose_reflection_mode
Use this when someone wants to choose between Clarity decision mapping for a difficult decision and MindScan single-episode reflection for a response they suspect may recur.
LIVE ENDPOINT
https://www.hemelion.com/mcp
Connect to this endpoint to inspect the live schema for hemelion_choose_reflection_mode and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.com-hemelion-decision-reflection]
url = "https://www.hemelion.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"com-hemelion-decision-reflection": {
"type": "http",
"url": "https://www.hemelion.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: com-hemelion-decision-reflection
Remote MCP URL: https://www.hemelion.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"com-hemelion-decision-reflection": {
"url": "https://www.hemelion.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"com-hemelion-decision-reflection": {
"type": "http",
"url": "https://www.hemelion.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "com-hemelion-decision-reflection",
"transport": "streamable-http",
"url": "https://www.hemelion.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
hemelion_assess_decision_readiness— Use this when a person has a non-regulated decision and wants to know whether to protect the downside, run a bounded test, or close the evidence window.hemelion_map_clarity_decision— Use this for one non-regulated personal or business decision with two or three options.hemelion_map_mindscan_episode— Use this for non-clinical reflection on one concrete, low-risk episode.hemelion_create_scan_handoff— Use this only after the person has chosen Clarity, MindScan, or asked Hemelion to show both.hemelion_get_method_and_evidence— Use this when someone asks what Hemelion measures, how it differs from a generic AI chat, what it can and cannot claim, or whether its research is published.