MCP.so
Sign In
Servers

VISO TRUST MCP Server

@visotrust

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "viso-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "VISOTRUST_API_TOKEN",
        "-e",
        "VISOTRUST_API_BASEURL",
        "visotrustai/viso-mcp-server:latest"
      ],
      "env": {
        "VISOTRUST_API_TOKEN": "<your-api-token>",
        "VISOTRUST_API_BASEURL": "https://app.visotrust.com"
      }
    }
  }
}

More from Other