Vendr · Capability

Vendr OpenPrice API — Pricing

Vendr OpenPrice API — Pricing. 1 operations. Lead operation: Get Pricing Estimate. Self-contained Naftiko capability covering one Vendr business surface.

Run with Naftiko VendrPricing

What You Can Do

POST
Getpricingestimate — Get Pricing Estimate
/v1/v1/pricing

MCP Tools

get-pricing-estimate

Get Pricing Estimate

read-only

Capability Spec

vendr-pricing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vendr OpenPrice API — Pricing
  description: 'Vendr OpenPrice API — Pricing. 1 operations. Lead operation: Get Pricing Estimate. Self-contained Naftiko
    capability covering one Vendr business surface.'
  tags:
  - Vendr
  - Pricing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    VENDR_API_KEY: VENDR_API_KEY
capability:
  consumes:
  - type: http
    namespace: vendr-pricing
    baseUri: https://api.vendr.com
    description: Vendr OpenPrice API — Pricing business capability. Self-contained, no shared references.
    resources:
    - name: v1-pricing
      path: /v1/pricing
      operations:
      - name: getpricingestimate
        method: POST
        description: Get Pricing Estimate
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: apikey
      key: X-API-Key
      value: '{{env.VENDR_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: vendr-pricing-rest
    port: 8080
    description: REST adapter for Vendr OpenPrice API — Pricing. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/v1/pricing
      name: v1-pricing
      description: REST surface for v1-pricing.
      operations:
      - method: POST
        name: getpricingestimate
        description: Get Pricing Estimate
        call: vendr-pricing.getpricingestimate
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vendr-pricing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vendr OpenPrice API — Pricing. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: get-pricing-estimate
      description: Get Pricing Estimate
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: vendr-pricing.getpricingestimate
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.