GreyNoise Intelligence · Capability

GreyNoise API — Utility

Utility surface of GreyNoise API. 1 operations. Lead operation: Ping. Self-contained Naftiko capability covering one GreyNoise business surface.

Run with Naftiko GreyNoiseSecurityUtility

What You Can Do

GET
Ping — Ping
/v1/ping

MCP Tools

ping

Ping

read-only idempotent

Capability Spec

greynoise-utility.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: GreyNoise API — Utility
  description: 'Utility surface of GreyNoise API. 1 operations. Lead operation: Ping. Self-contained Naftiko capability covering one GreyNoise business surface.'
  tags:
    - GreyNoise
    - Security
    - Utility
  created: '2026-05-30'
  modified: '2026-05-30'
binds:
  - namespace: env
    keys:
      GREYNOISE_API_KEY: GREYNOISE_API_KEY
capability:
  consumes:
    - type: http
      namespace: greynoise-utility
      baseUri: https://api.greynoise.io
      description: GreyNoise API — Utility business capability. Self-contained, no shared references.
      authentication:
        type: apikey
        key: key
        value: '{{env.GREYNOISE_API_KEY}}'
        placement: header
      resources:
        - name: ping
          path: /ping
          operations:
            - name: ping
              method: GET
              description: Ping
              inputParameters: []
              outputRawFormat: json
              outputParameters:
                - name: result
                  type: object
                  value: $.
  exposes:
    - type: rest
      namespace: greynoise-utility-rest
      port: 8080
      description: REST adapter for GreyNoise API — Utility. One Spectral-compliant resource per consumed operation, prefixed with /v1.
      resources:
        - path: /v1/ping
          name: v1-ping
          description: REST surface for Ping.
          operations:
            - method: GET
              name: ping
              description: Ping
              call: greynoise-utility.ping
              with: {}
              outputParameters:
                - type: object
                  mapping: $.
    - type: mcp
      namespace: greynoise-utility-mcp
      port: 9090
      transport: http
      description: MCP adapter for GreyNoise API — Utility. One tool per consumed operation, routed inline through this capability's consumes block.
      tools:
        - name: ping
          description: Ping
          hints:
            readOnly: true
            destructive: false
            idempotent: true
          call: greynoise-utility.ping
          with: {}
          outputParameters:
            - type: object
              mapping: $.