White Paper

XLUXX Trust Layer — White Paper

Runtime Trust Scoring for the MCP Ecosystem | v1.0 | May 2026
Pablo Cohen | XLUXX / Stark Innovations

api.xluxx.net | xluxx.net | pablo@xluxx.net


1. Executive Summary

The Model Context Protocol (MCP) ecosystem has grown to over 15,000 servers and 7,600+ tools. AI agents select and call these tools autonomously, but there is no standardized trust signal. No reliability data. No fallback routing. No drift detection. Every agent is flying blind.

The XLUXX Trust Layer is a runtime API that scores every MCP server across five dimensions: uptime, latency, schema validity, consistency, and freshness. The core call — POST /resolve-tool — returns the best server for an intent with a confidence score, risk flags, and a fallback, in under 200ms.

What differentiates XLUXX is the Resonance Engine: a proprietary scoring architecture grounded in Fractal Reliability theory. It detects failure patterns, behavioral drift, chain-level risk, and fallback independence — signals invisible to simple uptime monitors.

2. The Problem

MCP servers have no trust layer. An agent calling a filesystem tool, a database connector, or a search API has no way to know:

  • Is this server reliable right now?
  • Has its behavior changed since I last used it?
  • If it fails, what should I use instead?
  • If I chain three tools together, what is the cumulative failure risk?
  • Is my fallback truly independent?

3. Scoring Architecture

XLUXX tests 500 servers every 15 minutes, scoring each on five weighted dimensions:

DimensionWeightMeasures
Uptime30%Successful test response percentage
Latency20%Response time (200ms baseline, 5000ms ceiling)
Validity25%Schema check — proper package.json with MCP SDK
Consistency15%Latency variance across tests
Freshness10%Last repo update within 90 days

Composite score (0-100) maps to grades: A+ (95+), A (90+), B+ (80+), C (60+), D (45+), F (<40).

4. The Resonance Engine

Fractal Reliability Index

Analyzes temporal failure structure. Six patterns: stable (85-100), moderate (50-84), volatile (latency swings >50% of mean), bursty (>3 failure bursts), degrading (second-half latency >130% of first), chaotic (<30). Calculation: starts at 100, deductions: -8 per burst, -5 per max burst length, -30 × latency_volatility, -15 if degrading.

Coherence Drift

Splits test history into baseline vs. recent. Flags latency distribution shifts (>30% divergence) and success rate changes (>15% delta). Drift score = min(1, signal_count × 0.2 + |success_rate_delta| × 0.5). Status: stable (<0.1), minor_changes (0.1-0.3), shifting (0.3-0.6), drifting (>0.6).

Toolchain Resonance

For multi-tool pipelines: average trust (35%), minimum trust/weakest link (25%), category diversity (20%), fallback pairs (10%), single-point-of-failure count (10%).

Fallback Stability

Evaluates independence: same category (+0.2), different GitHub org (+0.2), fallback trust ≥70% of primary (+0.1). Base: 0.5. Maximum: 1.0.

5. Context Gate

Session-based context integrity verification for long AI conversations. Register original system prompt, check each turn via Jaccard similarity and trigram analysis. Returns PASS or BLOCK with missing instructions.

6. API Reference (51 Endpoints)

Full documentation: xluxx.net/api-docs

Core: POST /resolve-tool, POST /rank-tools, POST /recommend, POST /evaluate
Monitoring: GET /status/:id, GET /trends/:id, GET /alerts, GET /trending
Discovery: GET /servers, GET /search, GET /categories, GET /tools/search, GET /hub/:id
Resonance: GET /resonance/:id, POST /chain, POST /compare, GET /predict, GET /drift, POST /fallback, POST /fleet, GET /report, GET /explain
Premium: GET /history/:id, GET /benchmark/:cat, GET /audit/:id
Account: POST /register, POST /reissue-key, GET /usage, GET /upgrade/:tier
Context Gate: POST /register, POST /check, POST /verify, POST /close

7. Products

REST API (api.xluxx.net) — 51 endpoints. Starter: $49/mo. Pro: $149/mo. Enterprise: custom.

MCP Server (npm: xluxx-mcp-server) — 25 native tools for Claude Desktop, VS Code, Cursor.

Website (xluxx.net) — 15,000+ server pages, AI encyclopedia, comparison tools, live dashboard.

Trust Badges — Embeddable SVG: api.xluxx.net/embed/badge/:id.svg

8. Pricing

TierPriceCalls/Day
Free$0100
Starter$49/mo1,000
Pro$149/mo10,000
EnterpriseCustomContact pablo@xluxx.net

9. The Data Moat

Every API call, test result, score change stored permanently in MySQL. 15,545 servers, 7,644 tools, 500 tests per 15-minute cycle = 48,000 tests/day. Six months produces millions of data points no competitor can replicate.

10. Contact

API: api.xluxx.net | Site: xluxx.net | npm: xluxx-mcp-server | Email: pablo@xluxx.net | GitHub: FractalDevTeam