Blissfully · Capability

Vendr Catalog API — Pricing

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

Run with Naftiko BlissfullyPricing

What You Can Do

POST
Getpricinginsights — Vendr Get Pricing Insights
/v1/pricing

MCP Tools

vendr-get-pricing-insights

Vendr Get Pricing Insights

read-only

Capability Spec

vendr-catalog-pricing.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Vendr Catalog API — Pricing
  description: 'Vendr Catalog API — Pricing. 1 operations. Lead operation: Vendr Get Pricing Insights. Self-contained Naftiko
    capability covering one Blissfully business surface.'
  tags:
  - Blissfully
  - Pricing
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLISSFULLY_API_KEY: BLISSFULLY_API_KEY
capability:
  consumes:
  - type: http
    namespace: vendr-catalog-pricing
    baseUri: https://api.vendr.com/v1
    description: Vendr Catalog API — Pricing business capability. Self-contained, no shared references.
    resources:
    - name: pricing
      path: /pricing
      operations:
      - name: getpricinginsights
        method: POST
        description: Vendr Get Pricing Insights
        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.BLISSFULLY_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: vendr-catalog-pricing-rest
    port: 8080
    description: REST adapter for Vendr Catalog API — Pricing. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/pricing
      name: pricing
      description: REST surface for pricing.
      operations:
      - method: POST
        name: getpricinginsights
        description: Vendr Get Pricing Insights
        call: vendr-catalog-pricing.getpricinginsights
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: vendr-catalog-pricing-mcp
    port: 9090
    transport: http
    description: MCP adapter for Vendr Catalog API — Pricing. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: vendr-get-pricing-insights
      description: Vendr Get Pricing Insights
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: vendr-catalog-pricing.getpricinginsights
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.