MCP.so
登录

VISO TRUST MCP Server

@visotrust

关于 VISO TRUST MCP Server

暂无概览

基本信息

分类

其他

许可证

MIT

运行时

java

传输方式

stdio

发布者

visotrust

提交者

Dan Sarlo

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器