@visualsentinel/mcp-server

devops-infra MCP Server

Model Context Protocol server for Visual Sentinel: monitor, incident, and free-tool access from Claude Desktop, Claude Code, Cline, Continue

VerifiedInstall Ready
devops-infradevops-infra
5 views1 stars0 forksv0.1.0MIT

Why This Matters

Discovered via github-topic:model-context-protocol and last synced 3mo ago.

VerifiedInstall Ready
Source
github-topic:model-context-protocol
Stars
1
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx @visualsentinel/mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "-visualsentinel-mcp-server": {
      "command": "npx",
      "args": [
        "@visualsentinel/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

20
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (20)

vs_website_check

`GET /api/tools/website-check`

vs_monitors_check_now

`POST /api/monitors/{id}/check`

vs_alerts_acknowledge

`POST /api/alerts/{id}/acknowledge`

vs_status_pages_list

`GET /api/status-pages`

vs_dns_check

`GET /api/tools/dns-check`

vs_incidents_list

`GET /api/incidents`

vs_monitors_list

`GET /api/monitors`

vs_servers_list

`GET /api/servers`

vs_monitors_create

`POST /api/monitors`

VS_API_KEY

(none)

Tool

Endpoint

VS_API_BASE

`https://visualsentinel.com`

vs_monitors_get

`GET /api/monitors/{id}`

Variable

Default

vs_speed_test

`GET /api/tools/speed-test`

vs_alerts_list

`GET /api/alerts`

vs_ssl_check

`GET /api/tools/ssl-check`

vs_incidents_get

`GET /api/incidents/{id}`

vs_health

`GET /api/health`

vs_monitors_uptime

`GET /api/monitors/{id}/uptime`