Upvest · Capability

Upvest Investment API — Fee Configurations

Upvest Investment API — Fee Configurations. 1 operations. Lead operation: Upvest List fee configurations. Self-contained Naftiko capability covering one Upvest business surface.

Run with Naftiko UpvestFee Configurations

What You Can Do

GET
Listfeeconfigurations — Upvest List fee configurations
/v1/fee-configurations

MCP Tools

upvest-list-fee-configurations

Upvest List fee configurations

read-only idempotent

Capability Spec

investment-fee-configurations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Upvest Investment API — Fee Configurations
  description: 'Upvest Investment API — Fee Configurations. 1 operations. Lead operation: Upvest List fee configurations.
    Self-contained Naftiko capability covering one Upvest business surface.'
  tags:
  - Upvest
  - Fee Configurations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UPVEST_API_KEY: UPVEST_API_KEY
capability:
  consumes:
  - type: http
    namespace: investment-fee-configurations
    baseUri: https://api.upvest.co
    description: Upvest Investment API — Fee Configurations business capability. Self-contained, no shared references.
    resources:
    - name: fee_configurations
      path: /fee_configurations
      operations:
      - name: listfeeconfigurations
        method: GET
        description: Upvest List fee configurations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.UPVEST_API_KEY}}'
  exposes:
  - type: rest
    namespace: investment-fee-configurations-rest
    port: 8080
    description: REST adapter for Upvest Investment API — Fee Configurations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/fee-configurations
      name: fee-configurations
      description: REST surface for fee_configurations.
      operations:
      - method: GET
        name: listfeeconfigurations
        description: Upvest List fee configurations
        call: investment-fee-configurations.listfeeconfigurations
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: investment-fee-configurations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Upvest Investment API — Fee Configurations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: upvest-list-fee-configurations
      description: Upvest List fee configurations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: investment-fee-configurations.listfeeconfigurations
      outputParameters:
      - type: object
        mapping: $.