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.

コメント

「その他」の他のコンテンツ