Slashdot · Capability

Slashdot RSS/Atom Feeds

Slashdot provides RSS 1.0 and Atom 1.0 feeds for programmatic access to technology news. Slashdot is a technology news aggregation and discussion site founded in 1997, covering open source, Linux, science, and technology. Feeds are available per topic section and are rate-limited to one request per 30 minutes per feed URL.

Run with Naftiko SlashdotAPI

What You Can Do

GET
Getmainfeed — Get Main Feed
/Slashdot/slashdotMain
GET
Getmainfeedatom — Get Main Feed (Atom)
/Slashdot/slashdotMainatom
GET
Getdevelopersfeed — Get Developers Feed
/Slashdot/slashdotDevelopers
GET
Getlinuxfeed — Get Linux Feed
/Slashdot/slashdotLinux
GET
Getapplefeed — Get Apple Feed
/Slashdot/slashdotApple
GET
Getgamesfeed — Get Games Feed
/Slashdot/slashdotGames
GET
Getsciencefeed — Get Science Feed
/Slashdot/slashdotScience
GET
Getyourrightsonlinefeed — Get Your Rights Online Feed
/Slashdot/slashdotYourRightsOnline

MCP Tools

getmainfeed

Get Main Feed

read-only idempotent
getmainfeedatom

Get Main Feed (Atom)

read-only idempotent
getdevelopersfeed

Get Developers Feed

read-only idempotent
getlinuxfeed

Get Linux Feed

read-only idempotent
getapplefeed

Get Apple Feed

read-only idempotent
getgamesfeed

Get Games Feed

read-only idempotent
getsciencefeed

Get Science Feed

read-only idempotent
getyourrightsonlinefeed

Get Your Rights Online Feed

read-only idempotent

Capability Spec

slashdot-capability.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Slashdot RSS/Atom Feeds
  description: Slashdot provides RSS 1.0 and Atom 1.0 feeds for programmatic access to technology news. Slashdot is a technology
    news aggregation and discussion site founded in 1997, covering open source, Linux, science, and technology. Feeds are
    available per topic section and are rate-limited to one request per 30 minutes per feed URL.
  tags:
  - Slashdot
  - API
  created: '2026-05-06'
  modified: '2026-05-06'
capability:
  consumes:
  - type: http
    namespace: slashdot
    baseUri: https://rss.slashdot.org
    description: Slashdot RSS/Atom Feeds HTTP API.
    resources:
    - name: slashdot-slashdotmain
      path: /Slashdot/slashdotMain
      operations:
      - name: getmainfeed
        method: GET
        description: Get Main Feed
        inputParameters:
        - name: content_type
          in: query
          type: string
          description: Set to 'rss' to get RSS format explicitly
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotmainatom
      path: /Slashdot/slashdotMainatom
      operations:
      - name: getmainfeedatom
        method: GET
        description: Get Main Feed (Atom)
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotdevelopers
      path: /Slashdot/slashdotDevelopers
      operations:
      - name: getdevelopersfeed
        method: GET
        description: Get Developers Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotlinux
      path: /Slashdot/slashdotLinux
      operations:
      - name: getlinuxfeed
        method: GET
        description: Get Linux Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotapple
      path: /Slashdot/slashdotApple
      operations:
      - name: getapplefeed
        method: GET
        description: Get Apple Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotgames
      path: /Slashdot/slashdotGames
      operations:
      - name: getgamesfeed
        method: GET
        description: Get Games Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotscience
      path: /Slashdot/slashdotScience
      operations:
      - name: getsciencefeed
        method: GET
        description: Get Science Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: slashdot-slashdotyourrightsonline
      path: /Slashdot/slashdotYourRightsOnline
      operations:
      - name: getyourrightsonlinefeed
        method: GET
        description: Get Your Rights Online Feed
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    port: 8080
    namespace: slashdot-rest
    description: REST adapter for Slashdot RSS/Atom Feeds.
    resources:
    - path: /Slashdot/slashdotMain
      name: getmainfeed
      operations:
      - method: GET
        name: getmainfeed
        description: Get Main Feed
        call: slashdot.getmainfeed
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotMainatom
      name: getmainfeedatom
      operations:
      - method: GET
        name: getmainfeedatom
        description: Get Main Feed (Atom)
        call: slashdot.getmainfeedatom
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotDevelopers
      name: getdevelopersfeed
      operations:
      - method: GET
        name: getdevelopersfeed
        description: Get Developers Feed
        call: slashdot.getdevelopersfeed
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotLinux
      name: getlinuxfeed
      operations:
      - method: GET
        name: getlinuxfeed
        description: Get Linux Feed
        call: slashdot.getlinuxfeed
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotApple
      name: getapplefeed
      operations:
      - method: GET
        name: getapplefeed
        description: Get Apple Feed
        call: slashdot.getapplefeed
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotGames
      name: getgamesfeed
      operations:
      - method: GET
        name: getgamesfeed
        description: Get Games Feed
        call: slashdot.getgamesfeed
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotScience
      name: getsciencefeed
      operations:
      - method: GET
        name: getsciencefeed
        description: Get Science Feed
        call: slashdot.getsciencefeed
        outputParameters:
        - type: object
          mapping: $.
    - path: /Slashdot/slashdotYourRightsOnline
      name: getyourrightsonlinefeed
      operations:
      - method: GET
        name: getyourrightsonlinefeed
        description: Get Your Rights Online Feed
        call: slashdot.getyourrightsonlinefeed
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    port: 9090
    namespace: slashdot-mcp
    transport: http
    description: MCP adapter for Slashdot RSS/Atom Feeds for AI agent use.
    tools:
    - name: getmainfeed
      description: Get Main Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getmainfeed
      with:
        content_type: tools.content_type
      inputParameters:
      - name: content_type
        type: string
        description: Set to 'rss' to get RSS format explicitly
      outputParameters:
      - type: object
        mapping: $.
    - name: getmainfeedatom
      description: Get Main Feed (Atom)
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getmainfeedatom
      outputParameters:
      - type: object
        mapping: $.
    - name: getdevelopersfeed
      description: Get Developers Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getdevelopersfeed
      outputParameters:
      - type: object
        mapping: $.
    - name: getlinuxfeed
      description: Get Linux Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getlinuxfeed
      outputParameters:
      - type: object
        mapping: $.
    - name: getapplefeed
      description: Get Apple Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getapplefeed
      outputParameters:
      - type: object
        mapping: $.
    - name: getgamesfeed
      description: Get Games Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getgamesfeed
      outputParameters:
      - type: object
        mapping: $.
    - name: getsciencefeed
      description: Get Science Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getsciencefeed
      outputParameters:
      - type: object
        mapping: $.
    - name: getyourrightsonlinefeed
      description: Get Your Rights Online Feed
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: slashdot.getyourrightsonlinefeed
      outputParameters:
      - type: object
        mapping: $.