# com.ainetcafe/netcafe-tasks (remote · ainetcafe.com)

Recurring agent jobs that run on our servers and ping you only when the result changed.

- Trust score: 72/100 (medium)
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-16

## Components

- remote · `ainetcafe.com`: 72/100 (this document), [markdown](https://verifymcp.io/servers/com-ainetcafe-netcafe-tasks/mcp-tasks.md), [page](https://verifymcp.io/servers/com-ainetcafe-netcafe-tasks/mcp-tasks)

## Channel facts

- Endpoint: `https://ainetcafe.com/mcp/tasks?s=registry`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.0.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-16.

- **Endpoint Security**: 74/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - HSTS check failed: the Strict-Transport-Security header is absent.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 653 tokens (~108/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 10/100
  - Stability observed for 3 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a current MCP spec version (2026-07-28).

## Install

### Claude

```bash
claude mcp add --transport http com-ainetcafe-netcafe-tasks https://ainetcafe.com/mcp/tasks?s=registry
```

### Codex

```toml
[mcp_servers.com-ainetcafe-netcafe-tasks]
url = "https://ainetcafe.com/mcp/tasks?s=registry"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-ainetcafe-netcafe-tasks": {
      "type": "remote",
      "url": "https://ainetcafe.com/mcp/tasks?s=registry",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-ainetcafe-netcafe-tasks --url https://ainetcafe.com/mcp/tasks?s=registry --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-ainetcafe-netcafe-tasks:
    url: "https://ainetcafe.com/mcp/tasks?s=registry"
```

### Other

```json
{
  "mcpServers": {
    "com-ainetcafe-netcafe-tasks": {
      "type": "http",
      "url": "https://ainetcafe.com/mcp/tasks?s=registry"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-16 (score 72, 0)

- [functional regression] Schema quality: 98 → 108
- [functional] New tool “what_can_you_do”

### 2026-08-15 (score 72, +3)

- [functional improvement] MCP protocol: fail → pass
- [functional] MCP protocol version: 2025-06-18 → 2026-07-28

### 2026-08-14 (score 69, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-13 (score 69)

First indexed and scored.

## MCP tools (6)

### `what_can_you_do` (~162 tokens)

Find the right tool for a task

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 a catalogue of 89 tools and guessing. Also returns multi-step recipes when a task needs several tools chained (invoices to a ledger, a bank statement reconciled, a messy CSV turned into a deliverable). Deterministic and free: it calls no model, costs nothing, and never runs out of quota. Call this FIRST when you are not sure what this server offers.

Input parameters:

- `task` (string, required): What you are trying to do, e.g. "reconcile a bank statement against my books" or "把一堆发票整理成能入账的表格"

### `create_task` (~190 tokens)

Schedule a recurring task that runs on our servers

Create a task that runs on a schedule in our cloud — you do not keep anything running. It only notifies you when the result actually changes. Kinds: watch_page (Watch a web page and report when its content changes); daily_answer (Re-run a web-researched question on a schedule and report when the answer changes); watch_reachability (Track whether a site stays reachable from mainland China). Needs a workspace token (?w=ws_... on your MCP URL) so you can manage it later.

Input parameters:

- `input` (string, required): The URL to watch, or the question to re-research.
- `interval_seconds` (integer): How often to run. Minimum 900 (15 min), default 3600.
- `kind` (string, required): watch_page | daily_answer | watch_reachability
- `notify_url` (string): Optional https webhook to POST results to when they change.

### `list_tasks` (~35 tokens)

List your scheduled 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` (~64 tokens)

See what a scheduled task has produced

Recent runs of one scheduled task: what it returned, whether the result changed, and what each run cost.

Input parameters:

- `limit` (integer): How many recent runs, max 20, default 5.
- `task_id` (integer, required): From create_task or list_tasks.

### `delete_task` (~30 tokens)

Delete a scheduled task

Stop and remove a scheduled task and its run history.

Input parameters:

- `task_id` (integer, required): From list_tasks.

### `china_reachability` (~78 tokens)

Test if a URL is reachable from mainland China

Fetch a URL from a real mainland-China network egress and report HTTP status, latency and China DNS resolution. Answers "is my site/API usable from China?" with a measurement instead of a guess — you cannot get this from a VPS abroad.

Input parameters:

- `url` (string, required): Full URL to test, e.g. https://example.com

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-ainetcafe-netcafe-tasks/mcp-tasks#diagnostics

## Score history

- 2026-08-16: 72
- 2026-08-15: 72
- 2026-08-14: 69
- 2026-08-13: 69

## Links

- Remote endpoint: https://ainetcafe.com/mcp/tasks?s=registry
- Repository: https://github.com/mario03690/ai-netcafe
- Website: https://ainetcafe.com/mcp.html
- Changelog RSS feed: https://verifymcp.io/servers/com-ainetcafe-netcafe-tasks/mcp-tasks.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-ainetcafe-netcafe-tasks/mcp-tasks.json
- HTML version of this page: https://verifymcp.io/servers/com-ainetcafe-netcafe-tasks/mcp-tasks
