You're viewing a demo portfolio

Join the waitlist
PRSM
This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).

proofrelay.adapt_agent_identity_evidence

Inactive

Tool of GENESIS ProofRelay MCP Verifier

declared in 1.28.0

Map Concordium, ERC-8004, DID, domain, wallet-controller, or IAM identity references into a hash-only PREP-3 input. ProofRelay accepts identity as evidence; it does not issue identity or certify people.

Parameters schema

{
  "type": "object",
  "$defs": {
    "AgentIdentityEvidenceInput": {
      "type": "object",
      "title": "AgentIdentityEvidenceInput",
      "required": [
        "provider",
        "agent_id_hash"
      ],
      "properties": {
        "provider": {
          "enum": [
            "concordium_agent_registry",
            "erc_8004",
            "did",
            "domain_control",
            "wallet_controller",
            "enterprise_iam",
            "other"
          ],
          "type": "string",
          "title": "Provider",
          "description": "External identity or registry evidence source."
        },
        "issued_at": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Issued At",
          "default": null,
          "description": "Optional ISO-8601 issue time."
        },
        "expires_at": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Expires At",
          "default": null,
          "description": "Optional ISO-8601 expiry time."
        },
        "domain_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Domain Hash",
          "default": null,
          "description": "Optional domain-control or organization reference hash."
        },
        "agent_id_hash": {
          "type": "string",
          "title": "Agent Id Hash",
          "description": "SHA-256 hash of external agent id."
        },
        "controller_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Controller Hash",
          "default": null,
          "description": "Optional controller, owner, account, or IAM subject hash."
        },
        "non_secret_refs": {
          "type": "array",
          "items": {
            "type": "string"
          },
          "title": "Non Secret Refs",
          "description": "Non-secret registry or profile references."
        },
        "attestation_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Attestation Hash",
          "default": null,
          "description": "Optional identity attestation or verifier transcript hash."
        },
        "action_binding_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Action Binding Hash",
          "default": null,
          "description": "Optional hash binding this identity to an action bundle."
        },
        "registry_record_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Registry Record Hash",
          "default": null,
          "description": "Optional registry record or metadata hash."
        },
        "verification_method_hash": {
          "anyOf": [
            {
              "type": "string"
            },
            {
              "type": "null"
            }
          ],
          "title": "Verification Method Hash",
          "default": null,
          "description": "Optional verification method or key-reference hash."
        }
      },
      "description": "Hash-only external agent identity evidence accepted as PREP-3 input."
    }
  },
  "title": "adapt_agent_identity_evidenceArguments",
  "required": [
    "identity"
  ],
  "properties": {
    "identity": {
      "$ref": "#/$defs/AgentIdentityEvidenceInput"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

GENESIS ProofRelay MCP Verifier

1/7 registries
View full server →
proofrelay.adapt_agent_identity_evidence — GENESIS ProofRelay MCP Verifier — PRSM MCP