← csirts.com

INDIVIDUAL MCP TOOL

daily_briefing

The CSIRTS.com daily security briefing for a given UTC day: KEV catalog additions, notable advisories, top EPSS scores, volume by source and a plain-English summary.

csirts.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.csirts.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for daily_briefing and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

csirts.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.csirts]
url = "https://www.csirts.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "csirts": {
      "type": "http",
      "url": "https://www.csirts.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: csirts
Remote MCP URL: https://www.csirts.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "csirts": {
      "url": "https://www.csirts.com/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "csirts": {
      "type": "http",
      "url": "https://www.csirts.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "csirts",
  "transport": "streamable-http",
  "url": "https://www.csirts.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_advisories — Search security advisories aggregated from 24 sources: national CERTs (CISA, CERT-EU, NCSC-UK, BSI, CERT-FR, JPCERT/CC, Canadian Cyber Centre…), vendor PSIRTs (Microsoft, Cisco, Fortinet, Palo Alto Networks, GitLab, Jenkins, Drupal…), NVD and GitHub.
  • get_cve — Everything known about one CVE: description, CVSS, CISA KEV exploitation status and dates, whether public exploit/PoC code exists (has_exploit + exploit_sources: exploitdb, metasploit, nuclei, poc-github), plus every advisory across all sources that references it.
  • latest_exploited — Most recent actively exploited vulnerabilities (CISA KEV-flagged advisories) — the "what should defenders patch first" list.