Pipedrive · Capability

Pipedrive API v1 — Currencies

Pipedrive API v1 — Currencies. 1 operations. Lead operation: Get all supported currencies. Self-contained Naftiko capability covering one Pipedrive business surface.

Run with Naftiko PipedriveCurrencies

What You Can Do

GET
Getcurrencies — Get all supported currencies
/v1/currencies

MCP Tools

get-all-supported-currencies

Get all supported currencies

read-only idempotent

Capability Spec

v1-currencies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Pipedrive API v1 — Currencies
  description: 'Pipedrive API v1 — Currencies. 1 operations. Lead operation: Get all supported currencies. Self-contained
    Naftiko capability covering one Pipedrive business surface.'
  tags:
  - Pipedrive
  - Currencies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PIPEDRIVE_API_KEY: PIPEDRIVE_API_KEY
capability:
  consumes:
  - type: http
    namespace: v1-currencies
    baseUri: https://api.pipedrive.com/v1
    description: Pipedrive API v1 — Currencies business capability. Self-contained, no shared references.
    resources:
    - name: currencies
      path: /currencies
      operations:
      - name: getcurrencies
        method: GET
        description: Get all supported currencies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: term
          in: query
          type: string
          description: Optional search term that is searched for from currency's name and/or code
    authentication:
      type: bearer
      token: '{{env.PIPEDRIVE_API_KEY}}'
  exposes:
  - type: rest
    namespace: v1-currencies-rest
    port: 8080
    description: REST adapter for Pipedrive API v1 — Currencies. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/currencies
      name: currencies
      description: REST surface for currencies.
      operations:
      - method: GET
        name: getcurrencies
        description: Get all supported currencies
        call: v1-currencies.getcurrencies
        with:
          term: rest.term
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: v1-currencies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Pipedrive API v1 — Currencies. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-all-supported-currencies
      description: Get all supported currencies
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: v1-currencies.getcurrencies
      with:
        term: tools.term
      outputParameters:
      - type: object
        mapping: $.