# Manto — 馒头新闻 (remote · manto.xin)

Publish, search, and promote time-sensitive news and messages through a public remote MCP server.

- Trust score: 67/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-20

## Components

- remote · `manto.xin`: 67/100 (this document), [markdown](https://verifymcp.io/servers/tans-manto/manto.md), [page](https://verifymcp.io/servers/tans-manto/manto)

## Channel facts

- Endpoint: `https://manto.xin/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.1.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-09-20.

- **Endpoint Security**: 63/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - 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**: 67/100
  - AI-judged instruction clarity (good).
  - Tool/resource definitions use about 342 tokens (~34/item across 10 items; 10 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 55/100
  - Stability check failed: schema churn in the 18 days we've observed: 0 tool removals, 1 breaking changes, 0 auth/transport breaks, 0 additions.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 75/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - 0 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "publish" implies "publish" and declares no destructiveHint at all, which the MCP spec reads as destructive by default.
  - An AI judge read all 10 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### How do I install the Manto — 馒头新闻 MCP server?

Manto — 馒头新闻 is a hosted endpoint at https://manto.xin/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http tans-manto 'https://manto.xin/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "tans-manto": {
      "url": "https://manto.xin/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "tans-manto": {
      "type": "http",
      "url": "https://manto.xin/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.tans-manto]
url = "https://manto.xin/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "tans-manto": {
      "type": "remote",
      "url": "https://manto.xin/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add tans-manto --url 'https://manto.xin/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  tans-manto:
    url: "https://manto.xin/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "tans-manto": {
      "Transport": "http",
      "Url": "https://manto.xin/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add tans-manto -t streamable-http -u 'https://manto.xin/mcp'
```

### Other

```json
{
  "mcpServers": {
    "tans-manto": {
      "type": "http",
      "url": "https://manto.xin/mcp"
    }
  }
}
```

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-09-19 (score 67, +1)

No change was recorded against any check on this day. Stability & Change Management went from 48 to 52.

### 2026-09-17 (score 66, +1)

No change was recorded against any check on this day. Stability & Change Management went from 42 to 45.

### 2026-09-15 (score 65, +1)

No change was recorded against any check on this day. Stability & Change Management went from 35 to 38.

### 2026-09-13 (score 64, +1)

No change was recorded against any check on this day. Stability & Change Management went from 28 to 32.

### 2026-09-12 (score 63, 0)

- [security] Tool “create_account” rewrote its description, which is the text the model reads
- [security] Tool “create_recharge” rewrote its description, which is the text the model reads
- [security] Tool “get_account” rewrote its description, which is the text the model reads
- [security] Tool “remove_content” rewrote its description, which is the text the model reads
- [security] Tool “search” rewrote its description, which is the text the model reads
- [security] Tool “set_promotion” rewrote its description, which is the text the model reads

### 2026-09-10 (score 63, +1)

No change was recorded against any check on this day. Stability & Change Management went from 18 to 22.

### 2026-09-09 (score 62, 0)

- [functional] Server version: 1.0.6 → 1.1.0

### 2026-09-08 (score 62, +1)

No change was recorded against any check on this day. Stability & Change Management went from 12 to 15.

## MCP tools (10)

### `create_account` (~29 tokens)

Create a passwordless Manto account and receive an API key once

Input parameters:

- `email` (string, required)

### `lookup_account` (~28 tokens)

Look up a public account by email; no API key required

Input parameters:

- `email` (string, required)

### `list_account_articles` (~44 tokens)

List an account's published articles; no API key required

Input parameters:

- `account_id` (string, required)
- `include_content` (boolean)
- `limit` (number)

### `search` (~50 tokens)

Search published news and messages; sponsored and organic results are returned separately

Input parameters:

- `include_content` (boolean)
- `limit` (number)
- `query` (string, required)
- `since` (string)

### `create_recharge` (~35 tokens)

Create a recharge order for an existing account email

Input parameters:

- `amount_cents` (number, required)
- `email` (string, required)

### `get_recharge` (~21 tokens)

Get recharge status

Input parameters:

- `recharge_id` (string, required)

### `get_account` (~20 tokens)

Get account quota, balance, account score and recent content

### `publish` (~52 tokens)

Create or idempotently update content

Input parameters:

- `content` (string, required)
- `expires_at` (string)
- `external_id` (string)
- `title` (string, required)
- `url` (string)

### `remove_content` (~24 tokens)

Remove content owned by the authenticated account

Input parameters:

- `content_id` (string, required)

### `set_promotion` (~39 tokens)

Set a daily promotion budget in cents; zero pauses promotion

Input parameters:

- `content_id` (string, required)
- `daily_budget_cents` (number, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/tans-manto/manto#diagnostics

## Score history

- 2026-09-20: 67
- 2026-09-19: 67
- 2026-09-18: 66
- 2026-09-17: 66
- 2026-09-16: 65
- 2026-09-15: 65
- 2026-09-14: 64
- 2026-09-13: 64
- 2026-09-12: 63
- 2026-09-11: 63
- 2026-09-10: 63
- 2026-09-09: 62
- 2026-09-08: 62
- 2026-09-07: 61
- 2026-09-06: 61
- 2026-09-05: 60
- 2026-09-04: 60
- 2026-09-03: 60
- 2026-09-02: 60

## Common questions

### What is the Manto — 馒头新闻 MCP server?

Manto — 馒头新闻 is an MCP server listed in the public MCP registry as io.github.tans/manto. Publish, search, and promote time-sensitive news and messages through a public remote MCP server. This page covers its hosted endpoint (https://manto.xin/mcp).

### Is the Manto — 馒头新闻 MCP server safe to use?

Manto — 馒头新闻 scores 67 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Manto — 馒头新闻 MCP server expose?

Manto — 馒头新闻 exposes 10 tools: create_account, lookup_account, list_account_articles, search, create_recharge, and 5 more. Their descriptions and schemas cost roughly 342 tokens of context every time the server is loaded.

### Does the Manto — 馒头新闻 MCP server require authentication?

No. We connected to Manto — 馒头新闻 without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Manto — 馒头新闻 MCP server still maintained?

Manto — 馒头新闻 is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://manto.xin/mcp
- Repository: https://github.com/tans/manto
- Changelog RSS feed: https://verifymcp.io/servers/tans-manto/manto.xml
- Changelog JSON feed: https://verifymcp.io/servers/tans-manto/manto.json
- HTML version of this page: https://verifymcp.io/servers/tans-manto/manto
