Demandbase · Capability

Demandbase IP API — Cookie Identification

Demandbase IP API — Cookie Identification. 1 operations. Lead operation: Demandbase Identify company by cookie. Self-contained Naftiko capability covering one Demandbase business surface.

Run with Naftiko DemandbaseCookie Identification

What You Can Do

GET
Identifycompanybycookie — Demandbase Identify company by cookie
/v1/api/v3/cookie-json

MCP Tools

demandbase-identify-company-cookie

Demandbase Identify company by cookie

read-only idempotent

Capability Spec

ip-cookie-identification.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Demandbase IP API — Cookie Identification
  description: 'Demandbase IP API — Cookie Identification. 1 operations. Lead operation: Demandbase Identify company by cookie.
    Self-contained Naftiko capability covering one Demandbase business surface.'
  tags:
  - Demandbase
  - Cookie Identification
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    DEMANDBASE_API_KEY: DEMANDBASE_API_KEY
capability:
  consumes:
  - type: http
    namespace: ip-cookie-identification
    baseUri: https://api.demandbase.com
    description: Demandbase IP API — Cookie Identification business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-cookie.json
      path: /api/v3/cookie.json
      operations:
      - name: identifycompanybycookie
        method: GET
        description: Demandbase Identify company by cookie
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key
          in: query
          type: string
          description: Demandbase API key
          required: true
        - name: cookie
          in: query
          type: string
          description: Demandbase tracking cookie value
          required: true
    authentication:
      type: apikey
      key: key
      value: '{{env.DEMANDBASE_API_KEY}}'
      placement: query
  exposes:
  - type: rest
    namespace: ip-cookie-identification-rest
    port: 8080
    description: REST adapter for Demandbase IP API — Cookie Identification. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/api/v3/cookie-json
      name: api-v3-cookie-json
      description: REST surface for api-v3-cookie.json.
      operations:
      - method: GET
        name: identifycompanybycookie
        description: Demandbase Identify company by cookie
        call: ip-cookie-identification.identifycompanybycookie
        with:
          key: rest.key
          cookie: rest.cookie
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ip-cookie-identification-mcp
    port: 9090
    transport: http
    description: MCP adapter for Demandbase IP API — Cookie Identification. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: demandbase-identify-company-cookie
      description: Demandbase Identify company by cookie
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ip-cookie-identification.identifycompanybycookie
      with:
        key: tools.key
        cookie: tools.cookie
      outputParameters:
      - type: object
        mapping: $.