Blizzard Entertainment · Capability

World of Warcraft Game Data API — Mounts

World of Warcraft Game Data API — Mounts. 1 operations. Lead operation: Get Mount Index. Self-contained Naftiko capability covering one Blizzard Entertainment business surface.

Run with Naftiko Blizzard EntertainmentMounts

What You Can Do

GET
Getmountindex — Get Mount Index
/v1/data/wow/mount/index

MCP Tools

get-mount-index

Get Mount Index

read-only idempotent

Capability Spec

blizzard-world-of-warcraft-mounts.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: World of Warcraft Game Data API — Mounts
  description: 'World of Warcraft Game Data API — Mounts. 1 operations. Lead operation: Get Mount Index. Self-contained Naftiko
    capability covering one Blizzard Entertainment business surface.'
  tags:
  - Blizzard Entertainment
  - Mounts
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    BLIZZARD_ENTERTAINMENT_API_KEY: BLIZZARD_ENTERTAINMENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: blizzard-world-of-warcraft-mounts
    baseUri: https://us.api.blizzard.com
    description: World of Warcraft Game Data API — Mounts business capability. Self-contained, no shared references.
    resources:
    - name: data-wow-mount-index
      path: /data/wow/mount/index
      operations:
      - name: getmountindex
        method: GET
        description: Get Mount Index
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.BLIZZARD_ENTERTAINMENT_API_KEY}}'
  exposes:
  - type: rest
    namespace: blizzard-world-of-warcraft-mounts-rest
    port: 8080
    description: REST adapter for World of Warcraft Game Data API — Mounts. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/data/wow/mount/index
      name: data-wow-mount-index
      description: REST surface for data-wow-mount-index.
      operations:
      - method: GET
        name: getmountindex
        description: Get Mount Index
        call: blizzard-world-of-warcraft-mounts.getmountindex
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blizzard-world-of-warcraft-mounts-mcp
    port: 9090
    transport: http
    description: MCP adapter for World of Warcraft Game Data API — Mounts. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: get-mount-index
      description: Get Mount Index
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blizzard-world-of-warcraft-mounts.getmountindex
      outputParameters:
      - type: object
        mapping: $.