com.newtqnia/newtqnia
com.newtqnia/newtqniaRead-only access to NewTqnia news, terminology, and explainers in English and Arabic.
Tools · 6
Returns the current health and timestamp of the NewTqnia server.
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 …
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 calle…
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 …
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 …
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 a…
Similar MCP servers embedding-nearest
How to use
Add to your Claude Desktop / Cursor / Cline MCP config:
{
"mcpServers": {
"com.newtqnia/newtqnia": {
"url": "https://newtqnia.com/mcp",
"transport": "streamable-http"
}
}
}