---
name: ot-intel-api.onrender.com
description: ot-intel-api.onrender.com provides structured vulnerability intelligence for Operational Technology (OT) and Industrial Control System (ICS) CVEs. Given a CVE identifier, it returns CVSS scores, cyber-physical impact categories, exploitability details, patch feasibility, and compensating controls. It is purpose-built for OT/ICS/SCADA asset triage rather than general IT vulnerability lookup.
host: ot-intel-api.onrender.com
---

# ot-intel-api.onrender.com

This host serves security analysts, SOC teams, and automated agents that need to assess CVE risk specifically within OT/ICS/SCADA environments. It returns structured, actionable fields—such as cyber-physical impact scope and compensating controls—that general-purpose CVE databases like NVD do not provide in OT-specific context. It covers one CVE per request and is not designed for bulk enumeration or streaming feeds.

## When to use this host

Use this host when an agent needs OT/ICS-specific vulnerability triage for a known CVE identifier—particularly when cyber-physical impact assessment, patch feasibility for industrial assets, or compensating controls are required. Do not use it for general IT software CVEs unrelated to OT/ICS/SCADA; use NVD or a general-purpose CVE API (e.g., NIST NVD REST API, CVE.org) instead. Not suitable for bulk CVE scanning, vulnerability feed ingestion, or asset inventory enumeration—those workflows require a dedicated vulnerability management platform.

## Capabilities

### OT CVE Vulnerability Intelligence

Retrieves detailed vulnerability intelligence for a specific CVE in the context of OT/ICS/SCADA systems, including CVSS scoring, active exploitation status, cyber-physical impact, and recommended compensating controls.

- **`fetch-ot-cve-intel`** — Returns operational technology CVE vulnerability intelligence including CVSS score, cyber-physical impact, exposure details, and compensating controls for a given CVE identifier.

## Skill reference

### `fetch-ot-cve-intel`

**OT CVE Intel** — Returns operational technology CVE vulnerability intelligence including CVSS score, cyber-physical impact, exposure details, and compensating controls for a given CVE identifier.

*Use when:* Use when an agent needs structured OT/ICS vulnerability triage for a specific CVE, including cyber-physical impact category, exploitability, patch feasibility, and compensating controls for industrial control system assets.

*Not for:* Do not use for general IT software CVEs unrelated to OT/ICS/SCADA systems; use a general-purpose NVD or CVE lookup API instead. Not suitable for bulk CVE enumeration or streaming vulnerability feeds.

**Inputs:**

- `id` (string) — CVE identifier to look up OT vulnerability intelligence for. Format: CVE-YYYY-NNNNN.

**Returns:** Returns a structured OT triage object with CVE ID, CVSS score, cyber-physical impact category, exposure conditions, patch feasibility, urgency level, and compensating controls sourced from NVD, CISA-KEV, and CTI analysis.

**Example:** `GET https://ot-intel-api.onrender.com/ot/cve?id=CVE-2019-13945`

---
