VISO TRUST MCP Server
@visotrust
About VISO TRUST MCP Server
No overview available yet
Basic information
Config
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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is VISO TRUST MCP Server?
VISO TRUST MCP Server is a Model Context Protocol (MCP) server that integrates VISO TRUST API capabilities with AI assistants. It allows AI tools to interact with VISO TRUST assessments and relationships, and can be used either via a hosted remote endpoint or self-hosted locally.
How to use VISO TRUST MCP Server?
Connect any MCP client to the hosted endpoint https://mcp.visotrust.com/mcp using Streamable HTTP transport, authenticating with a VISO TRUST API token. Alternatively, run the server yourself using Java 21+, Gradle, or Docker, configuring environment variables like VISOTRUST_API_TOKEN and VISOTRUST_API_BASEURL.
Key features of VISO TRUST MCP Server
- Hosted remote server – no need to build or self-host
- Streamable HTTP transport for remote client connections
- Supports local deployment via Java, Gradle, or Docker
- Exposes tools for assessments: get, summary, and create
- Quick install buttons for VS Code and VS Code Insiders
- Spring Boot remote profile for cloud deployment
Use cases of VISO TRUST MCP Server
- AI assistants retrieving detailed assessment data by ID
- Getting assessment summaries for quick risk overviews
- Starting new assessments for existing relationships via AI
- Integrating VISO TRUST capabilities into web-based AI platforms
FAQ from VISO TRUST MCP Server
Does VISO TRUST MCP Server require self-hosting?
No. VISO TRUST hosts a managed instance at https://mcp.visotrust.com/mcp which you can connect to directly with any MCP client using Streamable HTTP.
What are the runtime requirements for self-hosting?
Java 21+ and Gradle are required. Docker is optional but recommended for containerized deployment.
Where does data live when using the hosted server?
Data is processed through VISO TRUST’s API. The server itself does not persist data; it acts as a bridge to the VISO TRUST API.
What transport protocols are supported?
The hosted server uses Streamable HTTP. Self-hosted deployments can use either Streamable HTTP (remote profile) or standard I/O (default profile). Legacy SSE is no longer supported.
How do I authenticate with the VISO TRUST MCP Server?
Provide a VISO TRUST API token either as a Bearer token in client headers for the hosted server or via the VISOTRUST_API_TOKEN environment variable for self-hosted instances.
More Other MCP servers
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
ICSS
chokcoco不止于 CSS
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Awesome Mlops
visengerA curated list of references for MLOps
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
Comments