Google Safe Browsing · Capability

Google Safe Browsing API — threatLists

Google Safe Browsing API — threatLists. 1 operations. Lead operation: Google Safe Browsing List Threat Lists. Self-contained Naftiko capability covering one Google Safe Browsing business surface.

Run with Naftiko Google Safe BrowsingthreatLists

What You Can Do

GET
Listthreatlists — Google Safe Browsing List Threat Lists
/v1/threatlists

MCP Tools

google-safe-browsing-list-threat

Google Safe Browsing List Threat Lists

read-only idempotent

Capability Spec

openapi-threatlists.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Safe Browsing API — threatLists
  description: 'Google Safe Browsing API — threatLists. 1 operations. Lead operation: Google Safe Browsing List Threat Lists.
    Self-contained Naftiko capability covering one Google Safe Browsing business surface.'
  tags:
  - Google Safe Browsing
  - threatLists
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_SAFE_BROWSING_API_KEY: GOOGLE_SAFE_BROWSING_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-threatlists
    baseUri: https://safebrowsing.googleapis.com/v4
    description: Google Safe Browsing API — threatLists business capability. Self-contained, no shared references.
    resources:
    - name: threatLists
      path: /threatLists
      operations:
      - name: listthreatlists
        method: GET
        description: Google Safe Browsing List Threat Lists
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: key
      value: '{{env.GOOGLE_SAFE_BROWSING_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: openapi-threatlists-rest
    port: 8080
    description: REST adapter for Google Safe Browsing API — threatLists. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/threatlists
      name: threatlists
      description: REST surface for threatLists.
      operations:
      - method: GET
        name: listthreatlists
        description: Google Safe Browsing List Threat Lists
        call: openapi-threatlists.listthreatlists
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-threatlists-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Safe Browsing API — threatLists. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: google-safe-browsing-list-threat
      description: Google Safe Browsing List Threat Lists
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-threatlists.listthreatlists
      outputParameters:
      - type: object
        mapping: $.