VISO TRUST
Access and manage your VISO TRUST third-party risk program directly through your AI assistant.
Ads
Overview
A Model Context Protocol (MCP) server for integrating VISO TRUST API capabilities with AI assistants. VISO TRUST hosts a managed instance of this MCP server, so you don't need to build, run, or self-host anything to get started: Connect any MCP client to this endpoint using the Streamable HTTP transport and authenticate with your VISO TRUST API token. For information on how to generate an API token, see the VISO TRUST support documentation. Example client configuration: json { "mcpServers": { "viso-mcp": { "type": "streamable-http", "url": "https://mcp.visotrust.com/mcp", "headers": { "Authorization": "Bearer <your-api-token>" } } } }
Installation
docker run -i --rm \
Configuration
{
"mcpServers": {
"viso-mcp": {
"type": "streamable-http",
"url": "https://mcp.visotrust.com/mcp",
"headers": {
"Authorization": "Bearer <your-api-token>"
}
}
}
}Capabilities
- Search the vendor directory by domain
Look up a vendor in VISO TRUST using `search_vendor_directory` with a URL or domain name.
- Manage third-party relationships
Create, update, search, onboard, offboard, or archive vendor relationships with tools like `create_relationship`, `update_relationship`, and `onboard_relationship`.
- Run and track vendor assessments
Start an assessment with `create_assessment`, retrieve results via `get_assessment`, and update deadlines or follow-up settings.
- Review audit log activity
Query user or full audit events with `get_user_audit_log_events` and `get_audit_log_events` for a given time range.
- Ingest external intelligence reports
Submit BitSight, SecurityScorecard, or Recorded Future reports using `create_bitsight_intelligence_report`, `create_security_scorecard_intelligence_report`, or `create_recorded_future_intelligence_report`.
- Configure webhooks
Create, update, delete, or inspect webhook configurations with `create_webhook_configuration`, `update_webhook_configuration`, and `get_all_webhooks`.
Tags
- compliance
- business-operations
Related MCP servers
Cua
OfficialMCP server for the Computer-Use Agent (CUA), allowing you to run CUA through Claude Desktop or other MCP clients.
Notion MCP
OfficialOfficial Notion MCP server for searching, reading, creating, and updating Notion pages, databases, and workspace content from AI agents.
Notion MCP Server
Search pages, read blocks, and create content in Notion workspaces.
Laravel Boost
OfficialLaravel Boost is an MCP server equipped with over 15 specialized tools designed to streamline AI-assisted coding workflows.