AFMR Discovery
ai.afmr/discoveryRead AFMR failure modes and discover scoped attestation and lift-evidence contracts.
Tools · 4
Return canonical AFMR specifications, registries, schemas, endpoints, and scope boundaries.
Find exact AFMR 1.0 failure-mode records by permanent ID or bounded text query.
Return the portable attestation, trust-profile, verifier-result, endpoint-registry, and lifecycle contracts.
Return the stable configuration-scoped public-card schema and empty public index; no results are asserted.
Resources · 8
AFMR 1.0 machine index: 32 permanent failure-mode families in eight classes.
https://wulfkaal.github.io/afmr/index.json
Normative AFMR 1.0 specification.
https://wulfkaal.github.io/afmr/spec-1.0.html
Authoritative discovery links for AFMR.ai.
https://afmr.ai/.well-known/afmr.json
Working Draft 0.1 schema for a signed, scoped, lifecycle-aware AFMR reputation attestation.
https://afmr.ai/standards/reputation-attestation/0.1/schema.json
Deterministic validation, proof, scope, evidence, and lifecycle requirements.
https://afmr.ai/standards/reputation-attestation/0.1/verifier.json
Intentionally empty pre-publication registry; no endpoint conformance is currently claimed.
https://afmr.ai/registries/endpoints/v0.1/index.json
Configuration-only empty index. No measured lift results or safety claims are published.
https://afmr.ai/lift-evidence/index.json
Canonical stable redacted public-card contract for configuration-scoped cohort comparisons.
https://wulfkaal.github.io/afmr/schemas/lift-comparison-public-card-v1.schema.json
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"afmr_discovery": {
"url": "https://afmr.ai/api/rpc",
"transport": "streamable-http"
}
}
}