Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.Wolfe-Jam/claude-faf-mcp

REMOTE · MCPAAS.LIVE · 3 COMPONENTS · SCANNED AUG 3

Persistent project context for Claude. IANA-registered .faf format.

+3 this week 67 Trust /100

Deprecated

This server is marked deprecated in the MCP registry.

Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security57
Transport & Reachability100
Schema Quality & AI Usability75
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1632 tokens (~60/item across 27 items; 19 tools + 8 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcpaas.live

# add to Claude Code
claude mcp add --transport http wolfe-jam-claude-faf-mcp https://mcpaas.live/claude/mcp/v1
# ~/.codex/config.toml
[mcp_servers.wolfe-jam-claude-faf-mcp]
url = "https://mcpaas.live/claude/mcp/v1"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "wolfe-jam-claude-faf-mcp": {
      "type": "remote",
      "url": "https://mcpaas.live/claude/mcp/v1",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add wolfe-jam-claude-faf-mcp --url https://mcpaas.live/claude/mcp/v1 --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  wolfe-jam-claude-faf-mcp:
    url: "https://mcpaas.live/claude/mcp/v1"
// mcp.json
{
  "mcpServers": {
    "wolfe-jam-claude-faf-mcp": {
      "type": "http",
      "url": "https://mcpaas.live/claude/mcp/v1"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 −1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 29 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 63

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcpaas.live/claude/mcp/v1

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcpaas.live CN=WE1,O=Google Trust Services,C=US 11 Jul 2026 9 Oct 2026 ECDSA 256 ECDSA-SHA256 63a7ab5fea186af20ed93c1050b877a3
SANs: mcpaas.live
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of mcpaas.live. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
live. present 36322 8 Verified
mcpaas.live. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcpaas.live/claude/mcp/v1 Verified 200
http (plaintext) http://mcpaas.live/claude/mcp/v1 HTTPS enforced 301 https://mcpaas.live/claude/mcp/v1
MCP tools — 19 exposed · ~1,535 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
delta_check ~35

Determine if a topic needs FULL, DELTA, or X-DELTA soul.

NameTypeReqDescription
topicstringyesTopic to check

No output schema declared.

No examples provided.

faf_analyze ~49

One-call composite — returns score, tier-ready, valid, and engine identifier. Two WASM calls, sub-millisecond total.

NameTypeReqDescription
contentstringyesRaw .faf YAML content to analyze.

No output schema declared.

No examples provided.

faf_collections_search ~125

Phase III (FRC §7b) — semantic search over a Grok Collection at the edge, KV-cached (1h TTL). Returns matched chunks (content, score, file). Requires the XAI_API_KEY secret; composes with faf_section (structural) for hybrid retrieval. Handled env-aware in the MCP handler (needs the key + KV).

NameTypeReqDescription
collection_idstringyesThe Grok Collection id to search.
limitnumberMax chunks to return (default 5).
querystringyesThe search query.

No output schema declared.

No examples provided.

faf_estimate_tokens ~48

Estimate token count for arbitrary content via the Zig WASM engine. Sub-millisecond, zero allocations. Useful for context-budget planning.

NameTypeReqDescription
contentstringyesContent to estimate tokens for.

No output schema declared.

No examples provided.

faf_gate ~136

Phase III (FRC) — pre-promotion quality gate. Scores .faf content (edge Mk4) + estimates tokens and returns a deterministic promote/hold verdict BEFORE it goes to a Grok Collection. Promote IFF score >= min_score AND tokens <= max_tokens (defaults 85/8000). Edge parity with the local gate; the hold-hint can't list empty slots at the edge.

NameTypeReqDescription
contentstringyesRaw .faf YAML content to gate.
max_tokensnumberMaximum tokens to promote (default 8000).
min_scorenumberMinimum score to promote (default 85).

No output schema declared.

No examples provided.

faf_get_tier ~55

Resolve the FAF tier for a given numeric score. Returns the tier symbol (Trophy/Gold/Silver/Bronze/etc.) per the canonical tier-table.

NameTypeReqDescription
scorenumberyesNumeric score 0-100.

No output schema declared.

No examples provided.

faf_memory ~130

Phase III (FRC) — query the durable .fafm model by type/tag/priority/text. Omit filters for a structured summary. .fafm is NOT scored: this SELECTS facts (provenance preserved), never grades them.

NameTypeReqDescription
contentstringyesRaw .fafm YAML content.
prioritystringFilter by priority (e.g. "critical").
querystringCase-insensitive substring match on fact text.
tagstringFilter by a tag.
typestringFilter by fact type (e.g. "feedback").

No output schema declared.

No examples provided.

faf_orchestrate_recommendation ~253

Takes raw content strings (`.faf`, `.fafm`, and optionally `package.json`/`CHANGELOG.md`/`README.md`) and runs deterministic drift + contradiction signals across the FAF substrate. Returns a structured `Recommendation` (recommend, severity, reason, summary) with `hints` containing the current `effective_policy` and `partial[]` for any stateful signals unavailable on the current surface. Light-lane execution (hosted) is WASM-pure with no filesystem access. Heavy-lane execution (local via bunx/rust-faf-mcp) has full FS + persisted state. Advisory only — never auto-fires.

NameTypeReqDescription
changelogstringRaw CHANGELOG.md content. Enables changelog cross-stamp checks.
fafstringRaw .faf YAML content (project DNA). Required for any meaningful analysis.
fafmstringRaw .fafm YAML content (memory layer). Enables drift detection.
packageJsonstringRaw package.json content. Enables version cross-stamp checks (.faf vs pkg).
readmestringRaw README.md content. Enables README arch-tree cross-stamp checks.

No output schema declared.

No examples provided.

faf_score ~82

Score .faf YAML content via the Mk4 Zig-WASM engine. Returns 0-100 (capped). Same engine as xai-faf-rust + xai-faf-zig (parity-tested). Sub-ms at the edge.

NameTypeReqDescription
contentstringyesRaw .faf YAML content. Souls with a [faf] section have it extracted automatically.

No output schema declared.

No examples provided.

faf_section ~97

Phase III (FRC) — returns an EXACT, WHOLE .faf section by dotted path (e.g. "stack", "human_context"), structure preserved — the deterministic complement to blind chunking. Omit "section" to list every path.

NameTypeReqDescription
contentstringyesRaw .faf YAML content.
sectionstringDotted path to retrieve (e.g. "stack.backend"). Omit to list all paths.

No output schema declared.

No examples provided.

faf_validate ~46

Validate .faf YAML content via the Mk4 Zig-WASM engine. Returns true if mission-ready (>= 100).

NameTypeReqDescription
contentstringyesRaw .faf YAML content to validate.

No output schema declared.

No examples provided.

generate_faf_from_github ~92

Generate a .faf file from any public GitHub repository WITHOUT cloning. Extracts 6 Ws from README, analyzes stack from languages and package.json, and generates Championship-grade AI context. Returns .faf content, quality score, and metadata.

NameTypeReqDescription
repostringyesGitHub repository URL or owner/repo format (e.g., "facebook/react" or "https://github.com/facebook/react")

No output schema declared.

No examples provided.

get_soul ~46

Fetch a context soul by name. Returns structured AI context.

NameTypeReqDescription
soulstringyesSoul identifier (e.g., "spacex", "wolfe", "grok")

No output schema declared.

No examples provided.

list_souls ~16

List all available context souls.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_tags ~29

List all unique tags used in a soul, with counts.

NameTypeReqDescription
soulstringyesSoul identifier

No output schema declared.

No examples provided.

refresh_faf ~155

Re-ground on .faf content — re-score via the Mk4 Zig-WASM Enterprise scorer (33-slot, honors the authored app-type shape), report drift vs an optional baseline score, and return a stamped re-ground. The explicit re-grounding primitive for long sessions: drift → refresh → re-grounded. Built for Grok, by request.

NameTypeReqDescription
baselinenumberOptional last-known score (0-100). When provided, the drift delta (current - baseline) is reported.
contentstringyesRaw .faf YAML content to re-ground on.
verbatimbooleanWhen true, return the full .faf content verbatim with the stamp. Default false (stamped delta + summary).

No output schema declared.

No examples provided.

search_by_tag ~40

Find all entries in a soul with a specific tag.

NameTypeReqDescription
soulstringyesSoul identifier
tagstringyesTag to search for

No output schema declared.

No examples provided.

search_context ~49

Full-text search across souls. Returns matching lines only (token-efficient).

NameTypeReqDescription
querystringyesText to search for
soulstringSpecific soul (optional, searches all if omitted)

No output schema declared.

No examples provided.

tag_intel ~52

Discover tag patterns, co-occurrence, candidates, and merge suggestions across all namepoints. Optionally suggest tags for a specific handle.

NameTypeReqDescription
handlestringOptional: suggest tags for this specific namepoint

No output schema declared.

No examples provided.