Developer Docs
v1.0

MCP
Server

Connect AI assistants like Claude Desktop, Cursor, VS Code, or Claude Code to your SysValueT data via the Model Context Protocol.

Quick Install

One-click setup using deep links. You'll be prompted to enter your API token.

Cursor

Opens Cursor and installs the MCP server config automatically.

VS Code

Opens VS Code and installs the MCP server config automatically.

Manual Setup

1Get Your API Token

Log in to the SysValueT app, then copy your token from Session Storage (sp_auth_token), or obtain one via the API:

curl -X POST https://your-api.example.com/api/v2/auth/login \
  -H "Content-Type: application/json" \
  -d '{"email": "you@example.com", "password": "your-password"}'

2Configure Your MCP Client

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "sysvaluet": {
      "url": "https://your-mcp-server.example.com/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_TOKEN"
      }
    }
  }
}

3Restart & Verify

Restart your MCP client so it picks up the new server configuration.

Verify the connection by asking your AI assistant: "List my HTA documents"

Available Tools

14 tools across 4 categories are available via the MCP server.

HTA Management

4 tools

Create, read, update, and delete Hierarchical Task Analysis documents.

list_htacreate_htaupdate_htadelete_hta

Risk Assessment

5 tools

Manage risk assessments linked to HTA nodes with full CRUD and versioning.

list_assessmentsget_assessmentcreate_assessmentdelete_assessmentupdate_assessment_version

AI Chat & Generation

4 tools

Generate HTA context, start AI chat sessions, send messages, and retrieve prompts.

generate_contextstart_ai_chat_sessionsend_ai_chat_messageget_recent_prompts

User Profile

1 tool

Retrieve the authenticated user's profile information.

get_profile

Ready to connect your AI assistant?

Configure your MCP client with the steps above and start working with your safety engineering data through AI.