Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-11-25 streamable-http

AFMR Discovery

ai.afmr/discovery

Read AFMR failure modes and discover scoped attestation and lift-evidence contracts.

Uptime
14.3%
21 probes
Response
1260ms
last probe
Tools
4
callable
Resources
8
readable
Prompts
0
available

Tools · 4

discover_afmr

Return canonical AFMR specifications, registries, schemas, endpoints, and scope boundaries.

lookup_failure_mode

Find exact AFMR 1.0 failure-mode records by permanent ID or bounded text query.

get_reputation_attestation_contract

Return the portable attestation, trust-profile, verifier-result, endpoint-registry, and lifecycle contracts.

get_lift_evidence_contract

Return the stable configuration-scoped public-card schema and empty public index; no results are asserted.

Resources · 8

Canonical AFMR failure-mode registry

AFMR 1.0 machine index: 32 permanent failure-mode families in eight classes.

https://wulfkaal.github.io/afmr/index.json
AFMR 1.0 specification

Normative AFMR 1.0 specification.

https://wulfkaal.github.io/afmr/spec-1.0.html
AFMR discovery document

Authoritative discovery links for AFMR.ai.

https://afmr.ai/.well-known/afmr.json
Reputation attestation schema

Working Draft 0.1 schema for a signed, scoped, lifecycle-aware AFMR reputation attestation.

https://afmr.ai/standards/reputation-attestation/0.1/schema.json
Reputation attestation verifier requirements

Deterministic validation, proof, scope, evidence, and lifecycle requirements.

https://afmr.ai/standards/reputation-attestation/0.1/verifier.json
Conforming governance-endpoint registry

Intentionally empty pre-publication registry; no endpoint conformance is currently claimed.

https://afmr.ai/registries/endpoints/v0.1/index.json
Lift evidence public-card index

Configuration-only empty index. No measured lift results or safety claims are published.

https://afmr.ai/lift-evidence/index.json
Lift comparison public-card schema

Canonical stable redacted public-card contract for configuration-scoped cohort comparisons.

https://wulfkaal.github.io/afmr/schemas/lift-comparison-public-card-v1.schema.json

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "afmr_discovery": {
      "url": "https://afmr.ai/api/rpc",
      "transport": "streamable-http"
    }
  }
}