Skip to main content
Glama
465,964 tools. Updated 2026-08-19 09:47

"Wwise" matching MCP tools:

  • Check WAAPI availability. Returns true if Wwise is running and ready, false otherwise.
    Apache 2.0
  • Retrieve metadata from the active Wwise project, including name, default language, and platforms, to establish context for subsequent operations.
    Apache 2.0
  • Cross-checks Unity C# code against Wwise events to identify missing or unused events, ensuring consistency between code and Wwise project.
    MIT
  • Report the connected Wwise version and list compatible tools. Use this diagnostic on untested versions to verify compatibility.
    MIT

Matching MCP Servers

Matching MCP Connectors

  • Wise (https://wise.com) MCP, multi-currency account access via Personal Token + SCA key. Reads profi

  • Chat with your bank data: balances, transactions, budgets, bills. Reads only, never moves money.

  • Run read-only WAQL queries against an open Wwise project to retrieve audio project data, such as events and sound structures, with optional field filtering and result limits.
    MIT
  • Retrieve a summary preview of Wwise objects by providing a properly structured query from build_object_info_query. Full results are saved to a file.
    Apache 2.0
  • Construct a WAAPI object query with filters for path, type, fields, traversal, and name/type constraints. Use this to build queries for retrieving Wwise objects before executing them.
    Apache 2.0
  • Retrieve all available Wwise object types to discover valid type names for queries or get classId values for property references.
    Apache 2.0
  • Retrieve curve points for a Wwise attenuation object by specifying curve type and object path, GUID, or name. Returns distance-value pairs with segment shapes.
    Apache 2.0
  • Lists all personal and business profiles accessible with your token. Use this first to obtain a profile ID required by other tools.
    MIT
  • Convert audio assets to playable in-game sounds with events and soundbanks in one call. Use dry run to preview the entire chain before executing.
    MIT
  • Resolves the inherited output bus for an Actor-Mixer object by tracing ancestor overrides, returning the effective bus path and HDR window status.
    Apache 2.0
  • Audit Wwise project health with checks for no output bus, empty containers, empty sounds, events not in soundbanks, and duplicate names. Returns counts and capped list of findings.
    MIT