FactorGuide

FactorGuide

Accepts a coupling matrix (covariance, correlation, or precision) and returns zone classifications, optimal factorization strategy, and calibrated risk predictions. Answers: which variable dependencies are load-bearing and which can be safely ignored?

Category
Visit Server

README

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/mcp

HTTP REST

POST https://factorguide.io/navigate
POST https://factorguide.io/diagnose
POST https://factorguide.io/explain
POST https://factorguide.io/report_outcome

Agent Discovery

GET https://factorguide.io/llms.txt
GET https://factorguide.io/openapi.json

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


Built by CF Laboratory

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured