Task Crusader MCP

65 tools. 41 can modify or destroy data without limits.

7 destructive tools with no built-in limits. Policy required.

Last updated:

41 can modify or destroy data
24 read-only
65 tools total

Community server · catalogue entry verified 30/06/2026

How to control Task Crusader MCP ↓

What Task Crusader MCP exposes to your agents

Read (24) Write / Execute (34) Destructive / Financial (7)
Critical Risk

The most dangerous Task Crusader MCP tools

41 of Task Crusader MCP's 65 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control Task Crusader MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and Task Crusader MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "campaign_delete": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "campaign_create": {
    "limits": [
      {
        "counter": "campaign_create_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "campaign_details": {
    "limits": [
      {
        "counter": "campaign_details_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register Task Crusader MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON TASK CRUSADER →

Instant setup, no code required.

All 65 Task Crusader MCP tools

WRITE 34 tools
Write campaign_create campaign_create Write campaign_create_with_tasks campaign_create_with_tasks Write campaign_renumber_tasks campaign_renumber_tasks Write campaign_research_add campaign_research_add Write campaign_research_reorder campaign_research_reorder Write campaign_research_update campaign_research_update Write campaign_update campaign_update Write campaign_workflow_guide campaign_workflow_guide Write task_acceptance_criteria_add task_acceptance_criteria_add Write task_acceptance_criteria_mark_met task_acceptance_criteria_mark_met Write task_acceptance_criteria_mark_unmet task_acceptance_criteria_mark_unmet Write task_acceptance_criteria_reorder task_acceptance_criteria_reorder Write task_acceptance_criteria_update task_acceptance_criteria_update Write task_bulk_add_details task_bulk_add_details Write task_bulk_add_research task_bulk_add_research Write task_bulk_update task_bulk_update Write task_complete task_complete Write task_complete_with_workflow task_complete_with_workflow Write task_create task_create Write task_create_from_template task_create_from_template Write task_implementation_notes_add task_implementation_notes_add Write task_implementation_notes_reorder task_implementation_notes_reorder Write task_implementation_notes_update task_implementation_notes_update Write task_research_add task_research_add Write task_research_reorder task_research_reorder Write task_research_update task_research_update Write task_testing_step_add task_testing_step_add Write task_testing_strategy_add task_testing_strategy_add Write task_testing_strategy_mark_failed task_testing_strategy_mark_failed Write task_testing_strategy_mark_passed task_testing_strategy_mark_passed Write task_testing_strategy_mark_skipped task_testing_strategy_mark_skipped Write task_testing_strategy_reorder task_testing_strategy_reorder Write task_testing_strategy_update task_testing_strategy_update Write task_update task_update

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about Task Crusader MCP

Can an AI agent delete data through the Task Crusader MCP server? +

Yes. The Task Crusader MCP server exposes 7 destructive tools including campaign_delete, campaign_research_delete, task_acceptance_criteria_delete. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through Task Crusader MCP? +

The Task Crusader MCP server has 34 write tools including campaign_create, campaign_create_with_tasks, campaign_renumber_tasks. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach Task Crusader MCP.

How many tools does the Task Crusader MCP server expose? +

65 tools across 3 categories: Destructive, Read, Write. 24 are read-only. 41 can modify, create, or delete data.

How do I enforce a policy on Task Crusader MCP? +

Register the Task Crusader MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every Task Crusader MCP tool call.

Deterministic rules across all 65 Task Crusader MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Instant setup, no code required.

65 Task Crusader MCP tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.