Upvest · Capability

Upvest Investment API — Fees

Upvest Investment API — Fees. 1 operations. Lead operation: Upvest List fees. Self-contained Naftiko capability covering one Upvest business surface.

Run with Naftiko UpvestFees

What You Can Do

GET
Listfees — Upvest List fees
/v1/accounts/{account-id}/fees

MCP Tools

upvest-list-fees

Upvest List fees

read-only idempotent

Capability Spec

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