Mews · Capability

Connector API — Currencies

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

Run with Naftiko MewsCurrencies

What You Can Do

POST
Currenciesgetall — Get all currencies
/v1/api/connector/v1/currencies/getall

MCP Tools

get-all-currencies

Get all currencies

read-only

Capability Spec

connector-currencies.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Connector API — Currencies
  description: 'Connector API — Currencies. 1 operations. Lead operation: Get all currencies. Self-contained Naftiko capability
    covering one Mews business surface.'
  tags:
  - Mews
  - Currencies
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MEWS_API_KEY: MEWS_API_KEY
capability:
  consumes:
  - type: http
    namespace: connector-currencies
    baseUri: https://api.mews.com
    description: Connector API — Currencies business capability. Self-contained, no shared references.
    resources:
    - name: api-connector-v1-currencies-getAll
      path: /api/connector/v1/currencies/getAll
      operations:
      - name: currenciesgetall
        method: POST
        description: Get all currencies
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: connector-currencies-rest
    port: 8080
    description: REST adapter for Connector API — Currencies. One Spectral-compliant resource per consumed operation, prefixed
      with /v1.
    resources:
    - path: /v1/api/connector/v1/currencies/getall
      name: api-connector-v1-currencies-getall
      description: REST surface for api-connector-v1-currencies-getAll.
      operations:
      - method: POST
        name: currenciesgetall
        description: Get all currencies
        call: connector-currencies.currenciesgetall
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: connector-currencies-mcp
    port: 9090
    transport: http
    description: MCP adapter for Connector API — Currencies. One tool per consumed operation, routed inline through this capability's
      consumes block.
    tools:
    - name: get-all-currencies
      description: Get all currencies
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: connector-currencies.currenciesgetall
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.