MCP Server

AFMR Discovery

ai.afmr/discovery
Developer Tools Knowledge & Documentation Public & reachable MCP 2026-07-28

What this MCP does

Exposes AFMR specifications, registries, schemas, failure-mode records, and attestation and evidence contracts.

discover_afmr
Discover AFMR resources
Return canonical AFMR specifications, registries, schemas, endpoints, and scope boundaries.
Read only Idempotent
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
get_lift_evidence_contract
Get the Lift Evidence public-card contract
Return the stable configuration-scoped public-card schema and empty public index; no results are asserted.
Read only Idempotent
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
get_reputation_attestation_contract
Get the reputation-attestation contract
Return the portable attestation, trust-profile, verifier-result, endpoint-registry, and lifecycle contracts.
Read only Idempotent
Input schema
{'type': 'object', 'properties': {}, 'additionalProperties': False}
lookup_failure_mode
Look up AFMR failure modes
Find exact AFMR 1.0 failure-mode records by permanent ID or bounded text query.
Read only Open world Idempotent
Input schema
{'type': 'object', 'anyOf': [{'required': ['id']}, {'required': ['query']}], 'properties': {'id': {'type': 'string', 'pattern': '^AFMR-F[0-9]{3}$', 'description': 'Exact permanent family identifier, for example AFMR-F010.'}, 'limit': {'type': 'integer', 'default': 5, 'maximum': 10, 'minimum': 1}, 'query': {'type': 'string', 'maxLength': 100, 'minLength': 2, 'description': 'Text matched against ID, name, definition, and class.'}}, 'additionalProperties': False}
Added
get_lift_evidence_contract
2026年9月11日0:30
Added
get_reputation_attestation_contract
2026年9月11日0:30
Added
lookup_failure_mode
2026年9月11日0:30
Added
discover_afmr
2026年9月11日0:30