{
  "name": "RadTask",
  "description": "AI task cockpit — an autonomous agent actually does your tasks and asks first before anything irreversible. Any AI can connect and drop tasks in.",
  "endpoint": "https://radtask.ai/api/mcp",
  "transport": "streamable-http",
  "authentication": "Authorization: Bearer YOUR_TOKEN (preferred). The ?token=YOUR_TOKEN query parameter is also supported and is not deprecated; the header wins if both are sent.",
  "authentication_methods": [
    { "type": "http-bearer", "header": "Authorization", "scheme": "Bearer", "preferred": true },
    { "type": "query-parameter", "name": "token", "preferred": false, "note": "Supported for clients that cannot set headers. A token in a URL is exposed to server logs, browser history and referrer headers." }
  ],
  "health": "https://radtask.ai/api/health",
  "tools": ["create_task", "list_tasks", "complete_task"],
  "safety": "https://radtask.ai/.well-known/agent-safety.json",
  "documentation": "https://radtask.ai/for-agents",
  "homepage": "https://radtask.ai",
  "vendor": "Sureel"
}
