← factorguide.io
INDIVIDUAL MCP TOOL
factorguide_explain
Plain-language explanation of a previous navigate response, including wave mechanics grounding for observational cost guidance.
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 endpoint
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.factorguide-io]
url = "https://factorguide.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"factorguide-io": {
"type": "http",
"url": "https://factorguide.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: factorguide-io
Remote MCP URL: https://factorguide.io/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": {
"factorguide-io": {
"url": "https://factorguide.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"factorguide-io": {
"type": "http",
"url": "https://factorguide.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "factorguide-io",
"transport": "streamable-http",
"url": "https://factorguide.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
factorguide_navigate— Map the factorization terrain of your model.factorguide_diagnose— Quick single-pair diagnostic.factorguide_submit_payment— Submit payment proof after sending stablecoins to a FactorGuide wallet address.factorguide_report_outcome— Complete the prediction loop — report inference diagnostics so future predictions improve.factorguide_regime_detect— Detect coupling regime changes in time series via windowed IC.factorguide_synergy_detect— Detect hidden synergistic structure via Walsh-Hadamard spectral analysis.