Skip to content
Back to Money You're Owed catalog agent

Card snapshot

agent.moneyyoureowed.com · 2026-07-20 17:43:06 UTC · d62c3c0f243ea9c6e3de3ded1b04ea46482598f4ea52e764df5dee136cbc66ec

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": "Money You're Owed catalog agent",
  "description": "Answers consumer questions about money owed (deposits, refunds, denied claims) with primary-sourced facts and points to self-help kits.",
  "version": "1.0.0",
  "protocolVersion": "1.0",
  "provider": {
    "organization": "Money You're Owed",
    "url": "https://moneyyoureowed.com"
  },
  "supportedInterfaces": [
    {
      "url": "https://agent.moneyyoureowed.com",
      "protocolBinding": "JSONRPC",
      "protocolVersion": "1.0"
    }
  ],
  "capabilities": {
    "streaming": false,
    "pushNotifications": false
  },
  "defaultInputModes": [
    "text/plain",
    "application/json"
  ],
  "defaultOutputModes": [
    "application/json"
  ],
  "skills": [
    {
      "id": "answer-money-questions",
      "name": "Answer money-recovery questions",
      "description": "Verified facts + product pointers. Read-only; no purchases.",
      "tags": [
        "deposits",
        "refunds",
        "denied-claims",
        "consumer-rights"
      ],
      "examples": [
        "My landlord kept my security deposit. What can I do?"
      ]
    }
  ]
}