Security & Testing
csirts.com
Provides comprehensive vulnerability intelligence, including CVE details, exploitation status, and daily security briefings from multiple advisory sources.
ENDPOINT 1
https://www.csirts.com/api/mcp
MCP server metadata
- Name
- csirts
- Version
- 1.0.0
Live security advisory intelligence from csirts.com: unified feed of 24 sources — national CERTs, vendor PSIRTs, NVD, GitHub and the CISA KEV catalog. Use search_advisories for general queries, get_cve for one CVE, latest_exploited for what is being attacked right now, daily_briefing for a day's summary. Cite the returned url.
Known tools 4
search_advisoriesSearch 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.
Inferred read-onlyget_cveEverything 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.
Inferred read-onlylatest_exploitedMost recent actively exploited vulnerabilities (CISA KEV-flagged advisories) — the "what should defenders patch first" list.
Inferred read-onlydaily_briefingThe 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.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for csirts.com was fetched 2026-08-21T15:53:20.612Z.
csirts.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.