NewTqnia | Technology News, AI and Innovation OAuth Scopes

OAuth 2.0 probed
NewTqnia Technology News, AI and Innovation uses OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (e.g. client-credentials or role-based authorization) rather than per-scope consent.

This index is generated from the provider’s OpenAPI security definitions (and, where available, its documented scope reference) and refreshes on every APIs.io network build. Browse every provider’s scopes at scopes.apis.io.

News APINewsTechnologyArtificial IntelligenceCybersecurityDeveloper ToolsCloud ComputingMediaPublishingBilingual
Scopes: 0 Flows: Method: probed

Scopes (0)

NewTqnia | Technology News, AI and Innovation implements OAuth 2.0 but publishes no discrete scopes — access is governed by the grant itself (client-credentials or role-based authorization) rather than per-scope consent.

derive-oauth-scopes.py found no oauth2 securitySchemes because the published OpenAPI declares none - the REST contract is keyless. The OAuth surface belongs to the MCP server and its scopes were read directly from the live RFC 8414 / RFC 9728 discovery documents, not inferred.

Source

OAuth Scopes

Raw ↑
generated: '2026-08-28'
method: probed
source: https://newtqnia.com/.well-known/oauth-authorization-server (HTTP 200) and https://newtqnia.com/.well-known/oauth-protected-resource (HTTP 200)
docs: https://newtqnia.com/en/connect
note: >-
  derive-oauth-scopes.py found no oauth2 securitySchemes because the published OpenAPI
  declares none - the REST contract is keyless. The OAuth surface belongs to the MCP
  server and its scopes were read directly from the live RFC 8414 / RFC 9728 discovery
  documents, not inferred.

authorization_server: https://newtqnia.com
protected_resource: https://newtqnia.com/mcp
flows:
  authorization_code:
    authorization_url: https://newtqnia.com/oauth/authorize
    token_url: https://newtqnia.com/oauth/token
    refresh_supported: true
    pkce_required_methods: [S256]

scopes:
- name: mcp:read
  description: >-
    Read-only access to published NewTqnia content over MCP - recent news, a single
    article, a story timeline, glossary terminology and explainers, each as title,
    summary and canonical URL. This is what a signed-in reader's assistant receives.
  source: oauth-authorization-server scopes_supported
  maps_to_tools: [server_status, get_recent_news, get_news_by_id, get_timeline_by_id, search_terminology, search_explainers]
- name: mcp:write
  description: >-
    Write access backing the editor/administrator content-drafting workflow the provider
    documents in llms.txt. No write tool is exposed in the anonymous tools/list result -
    all six live tools are annotated readOnlyHint:true - so the write surface this scope
    protects is visible only to an authorized editor session.
  source: oauth-authorization-server scopes_supported
  maps_to_tools: []

scope_count: 2
bearer_methods_supported: [header]
gaps:
- >-
  Scopes are coarse: one read and one write for the entire MCP surface, with no per-tool
  or per-content-type granularity. An agent that only needs the glossary must be granted
  the same scope as one reading every article.
- >-
  There is no published scopes/permissions reference page on the site; the scope names
  exist only in the discovery document.
- >-
  The two scopes are not referenced anywhere in the OpenAPI contract, so the REST and MCP
  authorization models are documented in entirely separate places.

Work with this as data

Every scope set here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for oauth scopes

4 MCP tools reach this
  • find_scopesBrowse and filter every scope set in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This scope set
curl "https://apis.io/api/v1/scopes/newtqnia-scopes"
All oauth scopes
curl "https://apis.io/api/v1/scopes?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.