Vendr · Capability

Vendr OpenPrice API — Catalog

Vendr OpenPrice API — Catalog. 1 operations. Lead operation: Search Catalog. Self-contained Naftiko capability covering one Vendr business surface.

Run with Naftiko VendrCatalog

What You Can Do

GET
Searchcatalog — Search Catalog
/v1/v1/catalog

MCP Tools

search-catalog

Search Catalog

read-only idempotent

Capability Spec

vendr-catalog.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vendr OpenPrice API — Catalog
  description: 'Vendr OpenPrice API — Catalog. 1 operations. Lead operation: Search Catalog. Self-contained Naftiko capability
    covering one Vendr business surface.'
  tags:
  - Vendr
  - Catalog
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VENDR_API_KEY: VENDR_API_KEY
capability:
  consumes:
  - type: http
    namespace: vendr-catalog
    baseUri: https://api.vendr.com
    description: Vendr OpenPrice API — Catalog business capability. Self-contained, no shared references.
    resources:
    - name: v1-catalog
      path: /v1/catalog
      operations:
      - name: searchcatalog
        method: GET
        description: Search Catalog
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: q
          in: query
          type: string
          description: Search query string for company or product name
        - name: limit
          in: query
          type: integer
          description: Maximum number of results to return
        - name: offset
          in: query
          type: integer
          description: Pagination offset
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.VENDR_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: vendr-catalog-rest
    port: 8080
    description: REST adapter for Vendr OpenPrice API — Catalog. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/catalog
      name: v1-catalog
      description: REST surface for v1-catalog.
      operations:
      - method: GET
        name: searchcatalog
        description: Search Catalog
        call: vendr-catalog.searchcatalog
        with:
          q: rest.q
          limit: rest.limit
          offset: rest.offset
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vendr-catalog-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vendr OpenPrice API — Catalog. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: search-catalog
      description: Search Catalog
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: vendr-catalog.searchcatalog
      with:
        q: tools.q
        limit: tools.limit
        offset: tools.offset
      outputParameters:
      - type: object
        mapping: $.