Google News RSS · Capability

Google News RSS API — Topics

Google News RSS API — Topics. 1 operations. Lead operation: Google News RSS Get Headlines by Topic. Self-contained Naftiko capability covering one Google News business surface.

Run with Naftiko Google NewsTopics

What You Can Do

GET
Gettopicheadlines — Google News RSS Get Headlines by Topic
/v1/rss/headlines/section/topic/{topic}

MCP Tools

google-news-rss-get-headlines

Google News RSS Get Headlines by Topic

read-only idempotent

Capability Spec

openapi-topics.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google News RSS API — Topics
  description: 'Google News RSS API — Topics. 1 operations. Lead operation: Google News RSS Get Headlines by Topic. Self-contained
    Naftiko capability covering one Google News business surface.'
  tags:
  - Google News
  - Topics
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_NEWS_API_KEY: GOOGLE_NEWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-topics
    baseUri: https://news.google.com
    description: Google News RSS API — Topics business capability. Self-contained, no shared references.
    resources:
    - name: rss-headlines-section-topic-topic
      path: /rss/headlines/section/topic/{topic}
      operations:
      - name: gettopicheadlines
        method: GET
        description: Google News RSS Get Headlines by Topic
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: topic
          in: path
          type: string
          description: The topic identifier.
          required: true
        - name: hl
          in: query
          type: string
          description: Host language.
        - name: gl
          in: query
          type: string
          description: Geographic location.
        - name: ceid
          in: query
          type: string
          description: Country and language edition identifier.
  exposes:
  - type: rest
    namespace: openapi-topics-rest
    port: 8080
    description: REST adapter for Google News RSS API — Topics. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/rss/headlines/section/topic/{topic}
      name: rss-headlines-section-topic-topic
      description: REST surface for rss-headlines-section-topic-topic.
      operations:
      - method: GET
        name: gettopicheadlines
        description: Google News RSS Get Headlines by Topic
        call: openapi-topics.gettopicheadlines
        with:
          topic: rest.topic
          hl: rest.hl
          gl: rest.gl
          ceid: rest.ceid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-topics-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google News RSS API — Topics. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: google-news-rss-get-headlines
      description: Google News RSS Get Headlines by Topic
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-topics.gettopicheadlines
      with:
        topic: tools.topic
        hl: tools.hl
        gl: tools.gl
        ceid: tools.ceid
      outputParameters:
      - type: object
        mapping: $.