{
  "markdown": "# RadTask MCP Server\n\n**Connect any AI to your task cockpit.** RadTask is an AI task manager whose agent actually *does* the task — and asks first before anything irreversible. It runs a live **MCP** (Model Context Protocol) server, so Claude, ChatGPT, Cursor, or your own agent can create and track tasks that land in the user's [RadTask](https://radtask.ai) cockpit, where a safe autonomous agent runs them.\n\n> Private beta. A tool with a safety design — not a guarantee.\n\n## Connect\n\n**Endpoint** (Streamable HTTP, JSON-RPC 2.0):\n\n```\nhttps://radtask.ai/api/mcp?token=YOUR_TOKEN\n```\n\nGet your private token at **[radtask.ai/connect](https://radtask.ai/connect)**. The token is your cockpit's namespace — tasks an AI adds appear in your RadTask.\n\n### Claude Desktop / Cursor\n\n```json\n{\n  \"mcpServers\": {\n    \"radtask\": { \"type\": \"http\", \"url\": \"https://radtask.ai/api/mcp?token=YOUR_TOKEN\" }\n  }\n}\n```\n\n## Tools\n\n| Tool | What it does |\n|---|---|\n| `create_task` | Capture a task in plain English (optional `project`) |\n| `list_tasks` | List tasks, optionally filtered by `status` |\n| `complete_task` | Mark a task done by `id` |\n\n## Why RadTask is different\n\nMost \"task manager\" MCP servers are queues — they track what an AI *should* do. RadTask **does the task**: a real agent researches, drafts, writes documents, and schedules in a sandbox — and a deterministic risk classifier holds *only* the irreversible steps (sending, spending, deleting, publishing) for the user's one-tap approval.\n\nThe safety posture is published and machine-verifiable:\n\n- **Safety contract:** https://radtask.ai/.well-known/agent-safety.json\n- **MCP manifest:** https://radtask.ai/.well-known/mcp.json\n- **For AI agents:** https://radtask.ai/for-agents\n- **llms.txt:** https://radtask.ai/llms.txt\n\nDesign goal: **zero unsupervised destructive actions.** Irreversible actions are always held for a human.\n\n## Links\n\n- Product: https://radtask.ai\n- MCP page: https://radtask.ai/mcp\n- A Sureel product · part of the Rad family (RadMail · RadTask · RadHealth)\n\n## License\n\nMIT © Sureel\n",
  "bytes": 2066,
  "sha": "e05a62a1aa949c34bed70ebfbbf0fb263f74546b591dde5eee4fead56c09e1bf",
  "repo_slug": "dougsureel-tech/radtask-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_dougsureel_tech_radtask_mcp_362529a6/readme"
}