security-research-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@security-research-mcpsearch for the latest CISA advisories"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
🔒 Security Research MCP
An automated security research aggregator with a live-streaming web UI that pulls from IEEE, NIST, CISA, cybersecurity blogs, and policy/legislation sources weekly.
Features
Live Streaming: New articles appear instantly via Server-Sent Events (SSE)
AI Summarization: OpenAI-powered crisp summaries
Blogs/News → Abstract
Papers → Abstract + Methodology + Experiment
Flexible Search: By content, domain, source, date (year / year-month / full date)
Multiple Content Types: Papers, blogs, advisories, news
Weekly Auto-Fetch: Cron-scheduled pulls every Monday
Related MCP server: KeyboardCrumbs MCP Server
Sources
Source | Type | Domain |
IEEE Security & Privacy | Papers | Cybersecurity |
IEEE TIFS | Papers | Cybersecurity |
NIST CSRC | Papers/Standards | Standards |
NIST NVD | Advisories | Vulnerabilities |
CISA Alerts | Advisories | Cybersecurity |
CISA KEV | Advisories | Vulnerabilities |
KrebsOnSecurity | Blog | Cybersecurity |
Schneier on Security | Blog | Cryptography |
The Hacker News | News | Cybersecurity |
BleepingComputer | News | Cybersecurity |
Securelist (Kaspersky) | Blog | Threats |
Dark Reading | News | Cybersecurity |
Cisco Talos | Blog | Threats |
ESET | Blog | Threats |
ENISA | Policy | Policy |
Lawfare | Policy | Policy |
CyberScoop | News | Policy |
Setup
cd security-research-mcp
npm install
# Add your OpenAI key to .env (already created)
# Edit .env if needed
# Start the server
npm start
# Or run in dev mode with auto-reload
npm run devUsage
Start:
npm start→ Opens at http://localhost:3000First fetch: Click "⚡ Fetch Now" button or run
npm run fetchSearch: Use the search panel to filter by keywords, domain, source, date
Click any article: Expands to show AI-generated summary
Papers show: Abstract, Methodology, Experiment
Blogs/News show: Crisp Abstract
API Endpoints
Endpoint | Method | Description |
| GET | SSE live stream of new articles |
| GET | Search with filters |
| GET | Latest articles |
| GET | Article detail with AI summary |
| GET | Database statistics |
| POST | Trigger manual fetch |
Date Flexibility
The date filter accepts:
Year only:
2025→ searches all of 2025Year-Month:
2025-07→ searches July 2025Full date:
2025-07-10→ exact date
Configuration
Edit .env:
OPENAI_API_KEY=your-key-here
PORT=3000
FETCH_CRON=0 0 * * 1 # Every Monday at midnightCron format: minute hour day-of-month month day-of-week
0 0 * * 1= Weekly Monday midnight0 */6 * * *= Every 6 hours0 0 * * *= Daily midnight
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityCmaintenanceAggregates real-time threat intelligence from multiple sources including Feodo Tracker, URLhaus, CISA KEV, and ThreatFox, with IP/hash reputation checking via VirusTotal, AbuseIPDB, and Shodan for comprehensive security monitoring.Last updated11188MIT
- FlicenseAquality-maintenanceProvides real-time threat intelligence including IP risk scores, CVE lookups, and malware hash analysis without requiring an API key. It enables users to monitor active threats, predict CISA KEV additions, and detect pre-attack infrastructure staging through natural language.Last updated8
- Flicense-qualityBmaintenanceProvides a unified interface for security analysts to gather threat intelligence from multiple sources including VirusTotal, Shodan, NVD, AnyRun, AlienVault OTX, and GitHub.Last updated33
- Alicense-qualityFmaintenanceProvides unified access to vulnerability data from NVD, MITRE, and GitHub Security Advisories for cybersecurity intelligence.Last updated3619MIT
Related MCP Connectors
AI-powered threat intelligence, smart contract auditing, and cybersecurity OSINT.
CVE search, vulnerability database, EPSS exploit prediction, KEV, IP reputation & threat feed.
CVE lookups (NVD) and dependency-manifest audits (OSV) for AI agents. No API keys.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ramkumarnn84/security-research-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server