Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_sftp_repository

Set up an SFTP evidence repository by configuring host, path, and authentication details to securely store and manage digital forensics data.

Instructions

Create a new SFTP evidence repository

Input Schema

NameRequiredDescriptionDefault
hostYesSFTP server hostname or IP address
nameYesName for the SFTP repository
organizationIdsNoOrganization IDs to associate the repository with
passwordYesPassword for SFTP authentication
pathYesPath on the SFTP server (e.g. /)
portNoSFTP server port (default: 22)
usernameYesUsername for SFTP authentication

Input Schema (JSON Schema)

{ "properties": { "host": { "description": "SFTP server hostname or IP address", "type": "string" }, "name": { "description": "Name for the SFTP repository", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate the repository with", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Password for SFTP authentication", "type": "string" }, "path": { "description": "Path on the SFTP server (e.g. /)", "type": "string" }, "port": { "description": "SFTP server port (default: 22)", "type": "number" }, "username": { "description": "Username for SFTP authentication", "type": "string" } }, "required": [ "name", "host", "path", "username", "password" ], "type": "object" }
Install Server

Other Tools from Binalyze AIR MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/binalyze/air-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server