{
 "name": "TapSafely",
 "description": "Free, worldwide scam-safety assistant. Send a suspicious message, link or question and get warning signs, what to do next and where to report, in the user's language.",
 "supportedInterfaces": [
  {
   "url": "https://tapsafely.com/a2a",
   "protocolBinding": "JSONRPC",
   "protocolVersion": "1.0"
  },
  {
   "url": "https://tapsafely.com/a2a",
   "protocolBinding": "JSONRPC",
   "protocolVersion": "0.3"
  }
 ],
 "protocolVersion": "0.3.0",
 "url": "https://tapsafely.com/a2a",
 "preferredTransport": "JSONRPC",
 "version": "1.0.0",
 "iconUrl": "https://tapsafely.com/assets/img/icon-512.png",
 "documentationUrl": "https://tapsafely.com/developers",
 "provider": {
  "organization": "A.I.T. Multiverse Consulting Ltd",
  "url": "https://tapsafely.com"
 },
 "capabilities": {
  "streaming": false,
  "pushNotifications": false
 },
 "defaultInputModes": [
  "text/plain"
 ],
 "defaultOutputModes": [
  "text/plain",
  "application/json"
 ],
 "skills": [
  {
   "id": "scam-check",
   "name": "Scam check",
   "description": "Assess a pasted text, email or link for scam and phishing warning signs.",
   "tags": [
    "scam",
    "phishing",
    "fraud",
    "smishing",
    "security"
   ],
   "examples": [
    "Is this a scam? 'Your parcel is on hold, pay 1.99 at usps-redelivery.top'"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "text/plain",
    "application/json"
   ]
  },
  {
   "id": "scam-help",
   "name": "Scam advice",
   "description": "Explain how a scam works, what to do after being scammed and where to report it in the user's country.",
   "tags": [
    "consumer protection",
    "fraud reporting",
    "online safety"
   ],
   "examples": [
    "I sent money to a fake shop. What should I do?"
   ],
   "inputModes": [
    "text/plain"
   ],
   "outputModes": [
    "text/plain"
   ]
  }
 ],
 "securitySchemes": {
  "apiKey": {
   "apiKeySecurityScheme": {
    "location": "header",
    "name": "X-Api-Key",
    "description": "Optional. Raises limits."
   }
  }
 }
}