Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

com.newtqnia/newtqnia

REMOTE · NEWTQNIA.COM · SCANNED AUG 3

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

Available components

75 Trust /100
Trust breakdown (6 categories)

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. How we score →

Endpoint Security97
Transport & Reachability100
Schema Quality & AI Usability60
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 607 tokens (~101/item across 6 items; 6 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management3
  • Stability observed for 1 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage87
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 54% of tool parameters carry a description.Partial
  • Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · newtqnia.com

# add to Claude Code
claude mcp add --transport http com-newtqnia-newtqnia https://newtqnia.com/mcp
# ~/.codex/config.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
    }
  }
}
# add to OpenClaw
openclaw mcp add com-newtqnia-newtqnia --url https://newtqnia.com/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  com-newtqnia-newtqnia:
    url: "https://newtqnia.com/mcp"
// mcp.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 we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 0
    • Stability: unverified → 0.03 functional
  • 2 Aug 26 75

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://newtqnia.com/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=newtqnia.com CN=WE1,O=Google Trust Services,C=US 14 Jul 2026 12 Oct 2026 ECDSA 256 ECDSA-SHA256 b697df12621816be1314fe5b9893c821
SANs: newtqnia.com, *.newtqnia.com
CN=WE1,O=Google Trust Services,C=US (CA) CN=GTS Root R4,O=Google Trust Services LLC,C=US 13 Dec 2023 20 Feb 2029 ECDSA 256 ECDSA-SHA384 7ff31977972c224a76155d13b6d685e3
CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE 15 Nov 2023 28 Jan 2028 ECDSA 384 SHA256-RSA 7fe530bf331343bedd821610493d8a1b
DNSSEC insecure

Validation of newtqnia.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
newtqnia.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication Enforced and verified

The endpoint asked for a token and published valid RFC 9728 metadata describing how to get one.

Result Enforced and verified
Enforced On tool calls
HTTP status 200

WWW-Authenticate challenge Bearer realm="mcp", resource_metadata="https://newtqnia.com/.well-known/oauth-protected-resource/mcp", scope="mcp:read"

Bearer realm="mcp", resource_metadata="https://newtqnia.com/.well-known/oauth-protected-resource/mcp", scope="mcp:read"
Header Value
strict-transport-security max-age=15552000; includeSubDomains; preload
content-security-policy upgrade-insecure-requests
x-content-type-options nosniff
x-frame-options SAMEORIGIN
referrer-policy no-referrer-when-downgrade

Protected resource metadata

Document https://newtqnia.com/.well-known/oauth-protected-resource/mcp
Retrieved Yes
Resource https://newtqnia.com/mcp
Authorisation server https://newtqnia.com
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://newtqnia.com/mcp Verified 200
http (plaintext) http://newtqnia.com/mcp HTTPS enforced 301 https://newtqnia.com/mcp
MCP tools — 6 exposed · ~607 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
get_news_by_id ~111

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.

NameTypeReqDescription
localestring|nullThe calling user's language. Ignored for administrator tokens, which always receive both languages.
news_idintegeryesThe exact NewTqnia article ID.
NameTypeReqDescription
body_arstring
body_enstring
categoryobjectyesFull taxonomy record for administrator tokens; {slug, name} for other accounts.
citationsarrayyes
created_atstringyes
editableboolean
idintegeryes
image_pathstringyes
read_timeintegeryes
slugstringyes
sourcestring
statusstring
summarystring
summary_arstring
summary_enstring
tagsarrayyes
titlestring
title_arstring
title_enstring
updated_atstringyes
urlstring
url_arstring
url_enstring
view_countinteger

No examples provided.

get_recent_news ~101

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.

NameTypeReqDescription
daysinteger
limitinteger
localestring|nullThe calling user's language. Ignored for administrator tokens, which always receive both languages.
NameTypeReqDescription
countintegeryes
daysintegeryes
newsarrayyes

No examples provided.

get_timeline_by_id ~128

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.

NameTypeReqDescription
localestring|nullThe calling user's language. Ignored for administrator tokens, which always receive both languages.
timeline_idintegeryesThe exact NewTqnia timeline ID.
NameTypeReqDescription
conclusion_arstring|null
conclusion_enstring|null
cover_mediaobject|null
created_atstringyes
end_datestring|nullyes
event_countintegeryes
eventsarrayyes
featuredboolean
idintegeryes
introduction_arstring|null
introduction_enstring|null
is_ongoingbooleanyes
slugstringyes
start_datestring|nullyes
statusstring
summarystring
summary_arstring
summary_enstring
timeline_typestringyes
titlestring
title_arstring
title_enstring
updated_atstringyes
urlstring
url_arstring
url_enstring
uuidstring

No examples provided.

search_explainers ~122

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.

NameTypeReqDescription
limitinteger
localestring|nullThe calling user's language. Ignored for administrator tokens, which always receive both languages.
querystringyes
NameTypeReqDescription
resultsarrayyes
successbooleanyes

No examples provided.

search_terminology ~123

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.

NameTypeReqDescription
limitinteger
localestring|nullThe calling user's language. Ignored for administrator tokens, which always receive both languages.
querystringyes
NameTypeReqDescription
resultsarrayyes
successbooleanyes

No examples provided.

server_status ~22

Returns the current health and timestamp of the NewTqnia server.

Input schema present but exposes no named parameters.

NameTypeReqDescription
applicationstringyes
statusstringyes
timestampstringyes

No examples provided.