Upvest · Capability

Upvest Investment API — User Checks

Upvest Investment API — User Checks. 1 operations. Lead operation: Upvest List user checks. Self-contained Naftiko capability covering one Upvest business surface.

Run with Naftiko UpvestUser Checks

What You Can Do

GET
Listuserchecks — Upvest List user checks
/v1/users/{user-id}/checks

MCP Tools

upvest-list-user-checks

Upvest List user checks

read-only idempotent

Capability Spec

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