Binalyze AIR MCP ServerServer

binalyze
GitHub
digital forensicsincident responsenatural language processing

Loading subscription status...

💡 Description

A Node.js server that implements the Model Context Protocol (MCP) for Binalyze AIR, allowing natural language interaction with AIR's digital forensics capabilities and incident response.

📝 JSON Entries

{
  "mcpServers": [
    {
      "air-mcp": {
        "env": {
          "AIR_HOST": "your-api-host.com",
          "AIR_API_TOKEN": "your-api-token"
        },
        "args": [
          "-y",
          "@binalyze/air-mcp"
        ],
        "command": "npx"
      }
    }
  ]
}

🛠️ Tools

Node.jsnpm

Features

  • Asset management
  • Task assignment
  • Policy management
  • Audit logging

💬 Example Queries

  • List all assets in the system
  • Get details about asset with ID 'abc123'
  • Assign an acquisition task to endpoint '123abc' using profile 'full' for case 'C-2022-0001'