Featured

Deploy OpenClaw in 60 seconds — 20% off logoDeploy OpenClaw in 60 seconds — 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data — no proxies, no parsers, no maintenance.

Start building free
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it — secured from day one.

Get it set up for you
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

Decision intelligence oracle. Send a coupling matrix, get factorization strategy.

README.md

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

See related servers & alternatives →

Related MCP servers

Browse all →

Related guides

Hand-picked reading to help you choose and use Other servers.