Decision intelligence oracle. Send a coupling matrix, get factorization strategy.
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"io-factorguide-factorguide": {
"args": [
"mcp-remote",
"https://factorguide.io/mcp"
],
"command": "npx"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
Decision intelligence for AI agents. Send a coupling matrix — get zone classifications, optimal factorization strategy, and calibrated risk predictions.
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Click any tool to inspect its schema.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in analytics
MCP Server for GCP environment for interacting with various Observability APIs.
⚡ A Simple / Speedy / Secure Link Shortener with Analytics, 100% run on Cloudflare.
35+ AI tools for TCG card grading, Monte Carlo pricing, 370K+ product search. BYOK.
MCP server for InsightSentry financial data API - market data, options, screeners, and more
MCP Security Weekly
Get CVE alerts and security updates for io.factorguide/factorguide and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
Decision intelligence for AI agents. Send a coupling matrix — get zone classifications, optimal factorization strategy, and calibrated risk predictions.
Every system with interacting variables has a coupling structure. When an agent simplifies that system by treating variables as independent, it pays an information cost. FactorGuide quantifies that cost exactly.
FactorGuide is listed on the Official MCP Registry. Any MCP-compatible agent discovers tools automatically:
mcp_endpoint: https://factorguide.io/mcp
POST https://factorguide.io/navigate
POST https://factorguide.io/diagnose
POST https://factorguide.io/explain
POST https://factorguide.io/report_outcome
GET https://factorguide.io/llms.txt
GET https://factorguide.io/openapi.json
Send a 3×3 correlation matrix:
{
"coupling": {
"covariance_matrix": [
[1.00, 0.72, 0.05],
[0.72, 1.00, 0.48],
[0.05, 0.48, 1.00]
]
},
"sample_size": 500,
"model_class": "constitutive"
}
Get back zone classifications:
| Pair | IC | Zone | Recommendation |
|---|---|---|---|
| z0–z1 | 0.682 | 3 | PRESERVE |
| z0–z2 | 0.031 | 1 | FACTORIZE |
| z1–z2 | 0.453 | 2 | ASSESS |
| Tier | Price | Queries | Max Variables |
|---|---|---|---|
| Trial | Free | 15 per wallet | n ≤ 25 |
| Starter | $0.05/query | 50–200 bundles | n ≤ 100 |
| Professional | $0.03/query | 500–2000 bundles | n ≤ 1000 |
Payment: USDC on Base via x402 or MPP. report_outcome is always free.
FactorGuide accepts only second-order summary statistics — covariance, precision, correlation matrices, or edge lists. No raw observations. Matrices are zeroed after IC computation.
Built on Circulatory Fidelity, a mathematical framework where IC (Inference Coupling) measures the partial correlation between variables. The cost function V(IC) gives the exact mutual information destroyed by severing a coupling. Risk curves are calibrated on 49,000+ validated datapoints.
Every prediction is falsifiable. When agents report outcomes, the flywheel refines future predictions.
Built by CF Laboratory