FactorGuide
FactorGuide
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.
Quick Start
MCP (Model Context Protocol)
FactorGuide is listed on the Official MCP Registry. Any MCP-compatible agent discovers tools automatically:
mcp_endpoint: https://factorguide.io/mcpHTTP REST
POST https://factorguide.io/navigate
POST https://factorguide.io/diagnose
POST https://factorguide.io/explain
POST https://factorguide.io/report_outcomeAgent Discovery
GET https://factorguide.io/llms.txt
GET https://factorguide.io/openapi.jsonRelated MCP server: fahali-mcp
Example
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 |
Zone 1: Safe to factorize. Coupling below threshold.
Zone 2: Depends on functional role. Same IC, opposite recommendations for constitutive vs. inductive coupling.
Zone 3: Must preserve. Coupling is load-bearing regardless of model class.
Pricing
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.
Data Privacy
FactorGuide accepts only second-order summary statistics — covariance, precision, correlation matrices, or edge lists. No raw observations. Matrices are zeroed after IC computation.
Theoretical Foundation
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.
Links
Website: factorguide.io
Theory: circulatoryfidelity.com
MCP Registry: registry.modelcontextprotocol.io
Built by CF Laboratory
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables institutional-grade Monte Carlo risk analysis for portfolios, startups, real estate, and betting strategies using fat-tail distributions and proprietary algorithms. Provides comprehensive risk metrics including CVaR, VaR, ruin probability, and survival probability across multiple asset classes.1
- AlicenseAqualityAmaintenanceMarket-intelligence MCP: 18 detection engines over 9,200+ instruments with calibrated uncertainty and outcome-verified provenance. Informational only, not financial advice.30MIT
- FlicenseNot gradedqualityCmaintenanceProvides programmatic access to causal discovery, topological data analysis, Gaussian process belief updating, thermodynamic auditing, and HCHL inference for agents and researchers.
- AlicenseNot gradedqualityCmaintenanceFuses five market signals into a five-state regime classifier to determine market conditions and recommend trading postures for risk management.MIT
Related MCP Connectors
Portfolio and strategy stress diagnostics with hedge-break detection and regime outlook. Free tier.
Crypto regime classifier for trading agents. 100% bounded regime accuracy. 50 free calls/day.
Portfolio risk analytics — VaR, Monte Carlo, optimization, options Greeks, stress testing.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Bwana7/factorguide'
If you have feedback or need assistance with the MCP directory API, please join our Discord server