SK Wwise MCP

98 tools. 54 can modify or destroy data without limits.

4 destructive tools with no built-in limits. Policy required.

Last updated:

54 can modify or destroy data
44 read-only
98 tools total

Community server · catalogue entry verified 12/06/2026

How to control SK Wwise MCP ↓

What SK Wwise MCP exposes to your agents

Read (44) Write / Execute (45) Destructive / Financial (4)
Critical Risk

The most dangerous SK Wwise MCP tools

54 of SK Wwise MCP's 98 tools can modify, destroy, or commit something on every call — and an agent calls them with no built-in limits.

How to control SK Wwise MCP

PolicyLayer is an MCP gateway — it sits between your AI agents and SK Wwise MCP, and nothing reaches the server without passing your rules. These are the rules we recommend:

Deny destructive operations
{
  "delete_wwise_objects": {
    "deny_if": [
      {
        "conditions": [],
        "on_deny": "Blocked by default. Requires approval."
      }
    ]
  }
}

Destructive tools should never be available to autonomous agents without human approval.

Rate limit write operations
{
  "unregister_profiler_meter": {
    "limits": [
      {
        "counter": "unregister_profiler_meter_per_hour",
        "window": "hour",
        "max": 30,
        "scope": "grant"
      }
    ]
  }
}

Prevents bulk unintended modifications from agents caught in loops.

Cap read operations
{
  "build_object_info_query": {
    "limits": [
      {
        "counter": "build_object_info_query_per_minute",
        "window": "minute",
        "max": 60,
        "scope": "grant"
      }
    ]
  }
}

Controls API costs and prevents retry loops from exhausting upstream rate limits.

  1. Create a free account and register SK Wwise MCP — nothing to install.
  2. Add these rules — paste them, or build them visually. Tune the limits to your setup.
  3. Point your MCP client (Claude, Cursor, anything) at your gateway URL.
ENFORCE POLICY ON SK WWISE →

Free to start. No card required.

All 98 SK Wwise MCP tools

WRITE 29 tools
Write unregister_profiler_meter Unregister a bus, aux bus, or device from receiving meter data. Write add_wwise_blend_assignment add_wwise_blend_assignment Write add_wwise_switch_assignments add_wwise_switch_assignments Write cli_create_new_project cli_create_new_project Write cli_move_media_ids cli_move_media_ids Write cli_move_media_ids_to_work_units cli_move_media_ids_to_work_units Write cli_tab_delimited_import cli_tab_delimited_import Write cli_update_media_ids cli_update_media_ids Write close_project Close the currently open Wwise project. Write copy_wwise_object copy_wwise_object Write create_wwise_objects create_wwise_objects Write create_wwise_transport create_wwise_transport Write generate_tab_delimited_file generate_tab_delimited_file Write import_audio_directory import_audio_directory Write import_audio_files import_audio_files Write import_tab_delimited_file import_tab_delimited_file Write move_wwise_objects move_wwise_objects Write open_project Open a Wwise project file. Write save_profiler_capture Save the current profiler capture to a .prof file. Write save_wwise_project Save the current Wwise project. Write set_wwise_attenuation_curve set_wwise_attenuation_curve Write set_wwise_game_parameter_range set_wwise_game_parameter_range Write set_wwise_object_name set_wwise_object_name Write set_wwise_object_notes set_wwise_object_notes Write set_wwise_object_properties set_wwise_object_properties Write set_wwise_randomizer set_wwise_randomizer Write set_wwise_soundbank_inclusions set_wwise_soundbank_inclusions Write set_wwise_state_groups set_wwise_state_groups Write set_wwise_state_properties set_wwise_state_properties
READ 44 tools
Read build_object_info_query build_object_info_query Read capture_screen Capture a screenshot of the Wwise UI. Read diff_wwise_objects diff_wwise_objects Read get_audio_source_peaks get_audio_source_peaks Read get_available_remote_consoles get_available_remote_consoles Read get_blend_track_assignments get_blend_track_assignments Read get_commands Get the list of all available UI commands in Wwise. Read get_current_layout_name Get the name of the current Wwise UI layout. Read get_effective_output_bus get_effective_output_bus Read get_layout_names Get all available Wwise UI layout names. Read get_media_pool_fields get_media_pool_fields Read get_profiler_audio_objects get_profiler_audio_objects Read get_profiler_busses get_profiler_busses Read get_profiler_cpu_usage get_profiler_cpu_usage Read get_profiler_cursor_time get_profiler_cursor_time Read get_profiler_game_objects get_profiler_game_objects Read get_profiler_loaded_media get_profiler_loaded_media Read get_profiler_meters get_profiler_meters Read get_profiler_performance_monitor get_profiler_performance_monitor Read get_profiler_rtpcs get_profiler_rtpcs Read get_profiler_streamed_media get_profiler_streamed_media Read get_profiler_voice_contributions get_profiler_voice_contributions Read get_profiler_voices get_profiler_voices Read get_property_and_reference_names get_property_and_reference_names Read get_remote_connection_status get_remote_connection_status Read get_selected_files Get the files currently selected in the Wwise UI (e.g. in the Source Editor). Read get_selected_objects Get the currently selected objects in the Wwise UI. Read get_switch_container_assignments get_switch_container_assignments Read get_view_instances Get all currently open view instances in the Wwise UI. Read get_view_types Get all available view types in the Wwise UI (e.g. 'Property Editor', 'Transport Control'). Read get_waapi_function_schema Get the argument/option schema for a WAAPI function. Read get_wwise_attenuation_curve get_wwise_attenuation_curve Read get_wwise_installation_info Get information about the running Wwise installation, including version, platform, and build number. Read get_wwise_log get_wwise_log Read get_wwise_object_info get_wwise_object_info Read get_wwise_object_types get_wwise_object_types Read get_wwise_project_info Get metadata about the currently open Wwise project, including project name, default language, and available p Read get_wwise_property_info get_wwise_property_info Read get_wwise_soundbank_inclusions get_wwise_soundbank_inclusions Read is_wwise_property_enabled is_wwise_property_enabled Read is_wwise_property_linked is_wwise_property_linked Read list_waapi_functions List all available WAAPI functions. Read list_wwise_transports list_wwise_transports Read query_media_pool query_media_pool

Related servers

Other MCP servers with similar tools — same risk classification, starter policies for each.

Questions about SK Wwise MCP

Can an AI agent delete data through the SK Wwise MCP server? +

Yes. The SK Wwise MCP server exposes 4 destructive tools including delete_wwise_objects, destroy_wwise_transport, remove_wwise_blend_assignment. These permanently remove resources with no undo. PolicyLayer blocks destructive tools by default so they never reach the upstream server.

How do I prevent bulk modifications through SK Wwise MCP? +

The SK Wwise MCP server has 29 write tools including unregister_profiler_meter, add_wwise_blend_assignment, add_wwise_switch_assignments. Set a rate limit in your policy -- for example, 10 calls per hour prevents an agent from making more than 10 modifications per hour. PolicyLayer enforces this at the gateway, before calls reach SK Wwise MCP.

How many tools does the SK Wwise MCP server expose? +

98 tools across 4 categories: Destructive, Execute, Read, Write. 44 are read-only. 54 can modify, create, or delete data.

How do I enforce a policy on SK Wwise MCP? +

Register the SK Wwise MCP server in PolicyLayer, apply the suggested rules above (adjust the limits to your use case), and point your AI client at the PolicyLayer proxy URL instead of the server directly. Your agents keep the same tools; PolicyLayer evaluates every call against policy before it executes. Nothing to install, live in minutes.

Enforce policy on every SK Wwise MCP tool call.

Deterministic rules across all 98 SK Wwise MCP tools. Per-identity grants. Full audit log. Live in minutes. Nothing to install.

Free to start. No card required.

98 SK Wwise MCP tools catalogued and risk-classified — across an index of 43,000+ MCP servers.

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.