Unity · Capability

Unity Multiplay Game Server Hosting API — Servers

Unity Multiplay Game Server Hosting API — Servers. 1 operations. Lead operation: List Servers. Self-contained Naftiko capability covering one Unity business surface.

Run with Naftiko UnityServers

What You Can Do

GET
Listservers — List Servers
/v1/v1/projects/{projectid}/regions/{regionid}/fleets/{fleetid}/servers

MCP Tools

list-servers

List Servers

read-only idempotent

Capability Spec

multiplay-servers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Unity Multiplay Game Server Hosting API — Servers
  description: 'Unity Multiplay Game Server Hosting API — Servers. 1 operations. Lead operation: List Servers. Self-contained
    Naftiko capability covering one Unity business surface.'
  tags:
  - Unity
  - Servers
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    UNITY_API_KEY: UNITY_API_KEY
capability:
  consumes:
  - type: http
    namespace: multiplay-servers
    baseUri: https://multiplay.services.api.unity.com
    description: Unity Multiplay Game Server Hosting API — Servers business capability. Self-contained, no shared references.
    resources:
    - name: v1-projects-projectId-regions-regionId-fleets-fleetId-servers
      path: /v1/projects/{projectId}/regions/{regionId}/fleets/{fleetId}/servers
      operations:
      - name: listservers
        method: GET
        description: List Servers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          required: true
        - name: regionId
          in: path
          type: string
          required: true
        - name: fleetId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.UNITY_API_KEY}}'
  exposes:
  - type: rest
    namespace: multiplay-servers-rest
    port: 8080
    description: REST adapter for Unity Multiplay Game Server Hosting API — Servers. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/v1/projects/{projectid}/regions/{regionid}/fleets/{fleetid}/servers
      name: v1-projects-projectid-regions-regionid-fleets-fleetid-servers
      description: REST surface for v1-projects-projectId-regions-regionId-fleets-fleetId-servers.
      operations:
      - method: GET
        name: listservers
        description: List Servers
        call: multiplay-servers.listservers
        with:
          projectId: rest.projectId
          regionId: rest.regionId
          fleetId: rest.fleetId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: multiplay-servers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Unity Multiplay Game Server Hosting API — Servers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: list-servers
      description: List Servers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: multiplay-servers.listservers
      with:
        projectId: tools.projectId
        regionId: tools.regionId
        fleetId: tools.fleetId
      outputParameters:
      - type: object
        mapping: $.