Skip to main content
Glama

Binalyze AIR MCP Server

Official
by binalyze
MIT License
618
7
  • Linux
  • Apple

create_ftps_repository

Set up a new FTPS evidence repository by specifying server details, authentication credentials, and associated organizations for secure data storage and management.

Instructions

Create a new FTPS evidence repository

Input Schema

NameRequiredDescriptionDefault
allowSelfSignedSSLNoWhether to allow self-signed SSL certificates
hostYesFTPS server hostname or IP address
nameYesName for the FTPS repository
organizationIdsNoOrganization IDs to associate the repository with
passwordYesPassword for FTPS authentication
pathYesPath on the FTPS server (e.g. /)
portNoFTPS server port (default: 22)
publicKeyNoPublic key for FTPS authentication (optional)
usernameYesUsername for FTPS authentication

Input Schema (JSON Schema)

{ "properties": { "allowSelfSignedSSL": { "description": "Whether to allow self-signed SSL certificates", "type": "boolean" }, "host": { "description": "FTPS server hostname or IP address", "type": "string" }, "name": { "description": "Name for the FTPS repository", "type": "string" }, "organizationIds": { "description": "Organization IDs to associate the repository with", "items": { "type": "number" }, "type": "array" }, "password": { "description": "Password for FTPS authentication", "type": "string" }, "path": { "description": "Path on the FTPS server (e.g. /)", "type": "string" }, "port": { "description": "FTPS server port (default: 22)", "type": "number" }, "publicKey": { "description": "Public key for FTPS authentication (optional)", "type": "string" }, "username": { "description": "Username for FTPS 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