Back to decide.fyi
Card snapshot
refund.decide.fyi
·
2026-05-15 00:33:08 UTC
·
569d3bf30aa6406b0659f9734b0eed03c71aa0901f17af2d006961f66bdd8476
This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.
{
"name": "decide.fyi",
"version": "1.2.1",
"description": "Deterministic subscription decision notaries for US consumers. Four stateless MCP servers: refund, cancel, return, trial.",
"url": "https://decide.fyi",
"services": [
{
"name": "RefundDecide Notary",
"endpoint": "https://refund.decide.fyi/api/v1/refund/eligibility",
"mcp_url": "https://refund.decide.fyi/api/mcp",
"capabilities": [
"dev.ucp.notary.refund"
]
},
{
"name": "CancelDecide Notary",
"endpoint": "https://cancel.decide.fyi/api/v1/cancel/penalty",
"mcp_url": "https://cancel.decide.fyi/api/mcp",
"capabilities": [
"dev.ucp.notary.cancel"
]
},
{
"name": "ReturnDecide Notary",
"endpoint": "https://return.decide.fyi/api/v1/return/eligibility",
"mcp_url": "https://return.decide.fyi/api/mcp",
"capabilities": [
"dev.ucp.notary.return"
]
},
{
"name": "TrialDecide Notary",
"endpoint": "https://trial.decide.fyi/api/v1/trial/terms",
"mcp_url": "https://trial.decide.fyi/api/mcp",
"capabilities": [
"dev.ucp.notary.trial"
]
}
],
"execution": {
"mode": "stateless",
"side_effects": "none"
},
"auth": {
"type": "none",
"note": "Public v1 notaries. No authentication required."
}
}