Pipedrive · Capability

Pipedrive API v1 — Billing

Pipedrive API v1 — Billing. 1 operations. Lead operation: Get all add-ons for a single company. Self-contained Naftiko capability covering one Pipedrive business surface.

Run with Naftiko PipedriveBilling

What You Can Do

GET
Getcompanyaddons — Get all add-ons for a single company
/v1/billing/subscriptions/addons

MCP Tools

get-all-add-ons-single

Get all add-ons for a single company

read-only idempotent

Capability Spec

v1-billing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pipedrive API v1 — Billing
  description: 'Pipedrive API v1 — Billing. 1 operations. Lead operation: Get all add-ons for a single company. Self-contained
    Naftiko capability covering one Pipedrive business surface.'
  tags:
  - Pipedrive
  - Billing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PIPEDRIVE_API_KEY: PIPEDRIVE_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-billing
    baseUri: https://api.pipedrive.com/v1
    description: Pipedrive API v1 — Billing business capability. Self-contained, no shared references.
    resources:
    - name: billing-subscriptions-addons
      path: /billing/subscriptions/addons
      operations:
      - name: getcompanyaddons
        method: GET
        description: Get all add-ons for a single company
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PIPEDRIVE_API_KEY}}'
  exposes:
  - type: rest
    namespace: v1-billing-rest
    port: 8080
    description: REST adapter for Pipedrive API v1 — Billing. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/billing/subscriptions/addons
      name: billing-subscriptions-addons
      description: REST surface for billing-subscriptions-addons.
      operations:
      - method: GET
        name: getcompanyaddons
        description: Get all add-ons for a single company
        call: v1-billing.getcompanyaddons
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-billing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pipedrive API v1 — Billing. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-all-add-ons-single
      description: Get all add-ons for a single company
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-billing.getcompanyaddons
      outputParameters:
      - type: object
        mapping: $.