← ainetcafe.com

INDIVIDUAL MCP TOOL

delete_task

Stop and remove a scheduled task and its run history.

ainetcafe.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://ainetcafe.com/mcp/tasks

No auth detected

Connect to this endpoint to inspect the live schema for delete_task and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.

Parent server

ainetcafe.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.netcafe-tasks]
url = "https://ainetcafe.com/mcp/tasks"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "netcafe-tasks": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/tasks"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: netcafe-tasks
Remote MCP URL: https://ainetcafe.com/mcp/tasks

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "netcafe-tasks": {
      "url": "https://ainetcafe.com/mcp/tasks"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "netcafe-tasks": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/tasks"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "netcafe-tasks",
  "transport": "streamable-http",
  "url": "https://ainetcafe.com/mcp/tasks"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • what_can_you_do — Describe a task in plain language (any language) and get back exactly which tools on this server do it, with ready-to-run example calls — instead of reading the whole catalogue and guessing.
  • create_task — Create a task that runs on a schedule in our cloud — you do not keep anything running.
  • list_tasks — Show the scheduled tasks on this workspace, when each runs next, how many times it has run and what it has cost so far.
  • get_task_runs — Recent runs of one scheduled task: what it returned, whether the result changed, and what each run cost.
  • china_reachability — Fetch a URL from a real mainland-China network egress and report HTTP status, latency and China DNS resolution.