APIs.io Engineering Platform Cloudflare API — Radar Verified Bots

APIs.io Engineering Platform Cloudflare API — Radar Verified Bots. 2 operations. Lead operation: APIs.io Engineering Platform Get Top Verified Bots By HTTP Requests. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformRadar Verified Bots

What You Can Do

GET
Radargetverifiedbotstopbyhttprequests — APIs.io Engineering Platform Get Top Verified Bots By HTTP Requests
/v1/radar/verified-bots/top/bots
GET
Radargetverifiedbotstopcategoriesbyhttprequests — APIs.io Engineering Platform Get Top Verified Bot Categories By HTTP Requests
/v1/radar/verified-bots/top/categories

MCP Tools

apis-io-engineering-platform-get-top

APIs.io Engineering Platform Get Top Verified Bots By HTTP Requests

read-only idempotent
apis-io-engineering-platform-get-top-2

APIs.io Engineering Platform Get Top Verified Bot Categories By HTTP Requests

read-only idempotent

Capability Spec

cloudflare-radar-verified-bots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Radar Verified Bots
  description: 'APIs.io Engineering Platform Cloudflare API — Radar Verified Bots. 2 operations. Lead operation: APIs.io Engineering
    Platform Get Top Verified Bots By HTTP Requests. Self-contained Naftiko capability covering one Engineering Platform business
    surface.'
  tags:
  - Engineering Platform
  - Radar Verified Bots
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-radar-verified-bots
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Radar Verified Bots business capability. Self-contained, no
      shared references.
    resources:
    - name: radar-verified_bots-top-bots
      path: /radar/verified_bots/top/bots
      operations:
      - name: radargetverifiedbotstopbyhttprequests
        method: GET
        description: APIs.io Engineering Platform Get Top Verified Bots By HTTP Requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the number of objects in the response.
        - name: name
          in: query
          type: array
          description: Array of names that will be used to name the series in responses.
        - name: dateRange
          in: query
          type: array
          description: For example, use `7d` and `7dControl` to compare this week with the previous week. Use this parameter
            or set specific start and end dates (`dateStart` and `date
        - name: dateStart
          in: query
          type: array
          description: Array of datetimes to filter the start of a series.
        - name: dateEnd
          in: query
          type: array
          description: End of the date range (inclusive).
        - name: asn
          in: query
          type: array
          description: 'Array of comma separated list of ASNs, start with `-` to exclude from results. For example, `-174,
            3356` excludes results from AS174, but includes results from '
        - name: location
          in: query
          type: array
          description: 'Array of comma separated list of locations (alpha-2 country codes). Start with `-` to exclude from
            results. For example, `-US,PT` excludes results from the US, '
        - name: continent
          in: query
          type: array
          description: Array of comma separated list of continents (alpha-2 continent codes). Start with `-` to exclude from
            results. For example, `-EU,NA` excludes results from Europ
        - name: format
          in: query
          type: string
          description: Format results are returned in.
    - name: radar-verified_bots-top-categories
      path: /radar/verified_bots/top/categories
      operations:
      - name: radargetverifiedbotstopcategoriesbyhttprequests
        method: GET
        description: APIs.io Engineering Platform Get Top Verified Bot Categories By HTTP Requests
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: limit
          in: query
          type: integer
          description: Limit the number of objects in the response.
        - name: name
          in: query
          type: array
          description: Array of names that will be used to name the series in responses.
        - name: dateRange
          in: query
          type: array
          description: For example, use `7d` and `7dControl` to compare this week with the previous week. Use this parameter
            or set specific start and end dates (`dateStart` and `date
        - name: dateStart
          in: query
          type: array
          description: Array of datetimes to filter the start of a series.
        - name: dateEnd
          in: query
          type: array
          description: End of the date range (inclusive).
        - name: asn
          in: query
          type: array
          description: 'Array of comma separated list of ASNs, start with `-` to exclude from results. For example, `-174,
            3356` excludes results from AS174, but includes results from '
        - name: location
          in: query
          type: array
          description: 'Array of comma separated list of locations (alpha-2 country codes). Start with `-` to exclude from
            results. For example, `-US,PT` excludes results from the US, '
        - name: continent
          in: query
          type: array
          description: Array of comma separated list of continents (alpha-2 continent codes). Start with `-` to exclude from
            results. For example, `-EU,NA` excludes results from Europ
        - name: format
          in: query
          type: string
          description: Format results are returned in.
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-radar-verified-bots-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Radar Verified Bots. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/radar/verified-bots/top/bots
      name: radar-verified-bots-top-bots
      description: REST surface for radar-verified_bots-top-bots.
      operations:
      - method: GET
        name: radargetverifiedbotstopbyhttprequests
        description: APIs.io Engineering Platform Get Top Verified Bots By HTTP Requests
        call: cloudflare-radar-verified-bots.radargetverifiedbotstopbyhttprequests
        with:
          limit: rest.limit
          name: rest.name
          dateRange: rest.dateRange
          dateStart: rest.dateStart
          dateEnd: rest.dateEnd
          asn: rest.asn
          location: rest.location
          continent: rest.continent
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/radar/verified-bots/top/categories
      name: radar-verified-bots-top-categories
      description: REST surface for radar-verified_bots-top-categories.
      operations:
      - method: GET
        name: radargetverifiedbotstopcategoriesbyhttprequests
        description: APIs.io Engineering Platform Get Top Verified Bot Categories By HTTP Requests
        call: cloudflare-radar-verified-bots.radargetverifiedbotstopcategoriesbyhttprequests
        with:
          limit: rest.limit
          name: rest.name
          dateRange: rest.dateRange
          dateStart: rest.dateStart
          dateEnd: rest.dateEnd
          asn: rest.asn
          location: rest.location
          continent: rest.continent
          format: rest.format
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-radar-verified-bots-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Radar Verified Bots. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-get-top
      description: APIs.io Engineering Platform Get Top Verified Bots By HTTP Requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-radar-verified-bots.radargetverifiedbotstopbyhttprequests
      with:
        limit: tools.limit
        name: tools.name
        dateRange: tools.dateRange
        dateStart: tools.dateStart
        dateEnd: tools.dateEnd
        asn: tools.asn
        location: tools.location
        continent: tools.continent
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-top-2
      description: APIs.io Engineering Platform Get Top Verified Bot Categories By HTTP Requests
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-radar-verified-bots.radargetverifiedbotstopcategoriesbyhttprequests
      with:
        limit: tools.limit
        name: tools.name
        dateRange: tools.dateRange
        dateStart: tools.dateStart
        dateEnd: tools.dateEnd
        asn: tools.asn
        location: tools.location
        continent: tools.continent
        format: tools.format
      outputParameters:
      - type: object
        mapping: $.