# com.newtqnia/newtqnia (remote · newtqnia.com)

Read-only access to NewTqnia news, terminology, and explainers in English and Arabic.

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

## Components

- remote · `newtqnia.com`: 75/100 (this document), [markdown](https://verifymcp.io/servers/com-newtqnia-newtqnia/newtqnia.md), [page](https://verifymcp.io/servers/com-newtqnia-newtqnia/newtqnia)

## Channel facts

- Endpoint: `https://newtqnia.com/mcp`
- 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-03.

- **Endpoint Security**: 97/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - Authorisation is enforced on tool calls, advertised via RFC 9728 protected-resource metadata. Discovery is public, which costs nothing: no tool can be invoked without a token.
  - 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**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 607 tokens (~101/item across 6 items; 6 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 3/100
  - Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 87/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 54% of tool parameters carry a description.
  - Structured output schemas are declared (100% of tools); any adoption earns full credit.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-newtqnia-newtqnia https://newtqnia.com/mcp
```

### Codex

```toml
[mcp_servers.com-newtqnia-newtqnia]
url = "https://newtqnia.com/mcp"
```

### opencode

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

### OpenClaw

```bash
openclaw mcp add com-newtqnia-newtqnia --url https://newtqnia.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-newtqnia-newtqnia:
    url: "https://newtqnia.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-newtqnia-newtqnia": {
      "type": "http",
      "url": "https://newtqnia.com/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-08-03 (score 75, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-08-02 (score 75)

First indexed and scored.

## MCP tools (6)

### `server_status` (~22 tokens)

Server status

Returns the current health and timestamp of the NewTqnia server.

Output parameters:

- `application` (string)
- `status` (string)
- `timestamp` (string)

### `get_recent_news` (~101 tokens)

Get recent published news

Returns published news from the past X days (90 by default). Administrators get bilingual titles, summaries, and URLs; other accounts get a single locale (pass the caller's language in locale) with a title, summary, and canonical URL to read the full article.

Input parameters:

- `days` (integer)
- `limit` (integer)
- `locale` (string|null): The calling user's language. Ignored for administrator tokens, which always receive both languages.

Output parameters:

- `count` (integer)
- `days` (integer)
- `news` (array)

### `get_news_by_id` (~111 tokens)

Get a news article by ID

Returns one published article. Administrators get the complete bilingual record, including bodies, tags, citations, and access to unpublished drafts. Other accounts get a single locale (pass the caller's language in locale) with a title, summary, and canonical URL to read the full article — never the article body.

Input parameters:

- `locale` (string|null): The calling user's language. Ignored for administrator tokens, which always receive both languages.
- `news_id` (integer, required): The exact NewTqnia article ID.

Output parameters:

- `body_ar` (string)
- `body_en` (string)
- `category` (object): Full taxonomy record for administrator tokens; {slug, name} for other accounts.
- `citations` (array)
- `created_at` (string)
- `editable` (boolean)
- `id` (integer)
- `image_path` (string)
- `read_time` (integer)
- `slug` (string)
- `source` (string)
- `status` (string)
- `summary` (string)
- `summary_ar` (string)
- `summary_en` (string)
- `tags` (array)
- `title` (string)
- `title_ar` (string)
- `title_en` (string)
- `updated_at` (string)
- `url` (string)
- `url_ar` (string)
- `url_en` (string)
- `view_count` (integer)

### `get_timeline_by_id` (~128 tokens)

Get a timeline by ID

Returns one published timeline. Administrators get the complete bilingual record with every event, source, and related link, plus access to draft content. Other accounts get a single locale (pass the caller's language in locale): each event's title, summary, media, sources, and related links, plus a canonical URL to the full timeline — never event bodies or the timeline introduction/conclusion.

Input parameters:

- `locale` (string|null): The calling user's language. Ignored for administrator tokens, which always receive both languages.
- `timeline_id` (integer, required): The exact NewTqnia timeline ID.

Output parameters:

- `conclusion_ar` (string|null)
- `conclusion_en` (string|null)
- `cover_media` (object|null)
- `created_at` (string)
- `end_date` (string|null)
- `event_count` (integer)
- `events` (array)
- `featured` (boolean)
- `id` (integer)
- `introduction_ar` (string|null)
- `introduction_en` (string|null)
- `is_ongoing` (boolean)
- `slug` (string)
- `start_date` (string|null)
- `status` (string)
- `summary` (string)
- `summary_ar` (string)
- `summary_en` (string)
- `timeline_type` (string)
- `title` (string)
- `title_ar` (string)
- `title_en` (string)
- `updated_at` (string)
- `url` (string)
- `url_ar` (string)
- `url_en` (string)
- `uuid` (string)

### `search_terminology` (~123 tokens)

Search existing terminology

Searches terminology by English term, Arabic term, abbreviation, or slug using normalized, case-insensitive matching. Administrators see draft and published terms with both languages, and should call this before creating a new term to avoid duplicates. Other accounts see published terms only, in a single locale (pass the caller's language in locale), each with a canonical URL to the full definition.

Input parameters:

- `limit` (integer)
- `locale` (string|null): The calling user's language. Ignored for administrator tokens, which always receive both languages.
- `query` (string, required)

Output parameters:

- `results` (array)
- `success` (boolean)

### `search_explainers` (~122 tokens)

Search existing explainers

Searches explainers by English/Arabic title, slug, summary, or content. Administrators see draft and published explainers with both languages, and should call this before creating a new explainer to avoid duplicates. Other accounts see published explainers only, in a single locale (pass the caller's language in locale), each with a canonical URL to the full explainer.

Input parameters:

- `limit` (integer)
- `locale` (string|null): The calling user's language. Ignored for administrator tokens, which always receive both languages.
- `query` (string, required)

Output parameters:

- `results` (array)
- `success` (boolean)

## Diagnostics

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

## Score history

- 2026-08-03: 75
- 2026-08-02: 75

## Links

- Remote endpoint: https://newtqnia.com/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-newtqnia-newtqnia/newtqnia/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-newtqnia-newtqnia/newtqnia/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-newtqnia-newtqnia/newtqnia
