This tool is no longer present in the server's latest manifest. Showing the last observed version (server version 1.28.0).
proofrelay.plan_replay_rejection_test
InactiveTool of GENESIS ProofRelay MCP Verifier
declared in 1.28.0
Return a deterministic replay rejection test plan and optionally classify observed first/replay responses. The tool does not redeem tokens or call paid endpoints.
Parameters schema
{
"type": "object",
"$defs": {
"ReplayTestInput": {
"type": "object",
"title": "ReplayTestInput",
"properties": {
"observed": {
"anyOf": [
{
"$ref": "#/$defs/ReplayObservation"
},
{
"type": "null"
}
],
"default": null,
"description": "Optional observed first and replay responses to classify."
},
"redeem_url": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Redeem Url",
"default": null,
"description": "Paid verification endpoint."
},
"bundle_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Bundle Hash",
"default": null,
"description": "Bundle hash used in redemption."
},
"entitlement_hash": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Entitlement Hash",
"default": null,
"description": "Public-safe entitlement hash; never pass bearer tokens."
},
"payment_protocol": {
"enum": [
"stripe_checkout_entitlement",
"x402",
"other"
],
"type": "string",
"title": "Payment Protocol",
"default": "stripe_checkout_entitlement",
"description": "Payment protocol whose replay behavior should be tested."
}
},
"description": "Replay rejection test target and optional observed responses."
},
"ReplayObservation": {
"type": "object",
"title": "ReplayObservation",
"properties": {
"first_error": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "First Error",
"default": null,
"description": "Error code from first redemption."
},
"first_status": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "First Status",
"default": null,
"description": "HTTP status of first redemption."
},
"second_error": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Second Error",
"default": null,
"description": "Error code from replay attempt."
},
"second_status": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "Second Status",
"default": null,
"description": "HTTP status of replay attempt."
}
},
"description": "Optional observed first/replay responses for replay-test classification."
}
},
"title": "plan_replay_rejection_testArguments",
"required": [
"replay_test"
],
"properties": {
"replay_test": {
"$ref": "#/$defs/ReplayTestInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
GENESIS ProofRelay MCP Verifier
1/7 registries