Back to Home
yes0ng icon

mcp-for-security

Verified Safe

by yes0ng

Overview

Assisting with information security tasks by providing product end-of-life dates, CVE lookups, and threat intelligence checks for IPs, domains, and URLs.

Installation

Run Command
python servers/reputation-checker/server.py

Environment Variables

  • VIRUSTOTAL_API_KEY
  • ABUSEIPDB_API_KEY

Security Notes

The servers utilize standard Python libraries (httpx, asyncio, os, json, hashlib, datetime) and interact with legitimate, well-known public security APIs (NVD, endoflife.date, VirusTotal, AbuseIPDB, URLhaus). API keys for premium services are correctly loaded from environment variables, preventing hardcoding of secrets. A simple file-based cache for reputation results is implemented in a 'tmp' directory, which is a common and generally safe practice for local caching of JSON data. No 'eval' or other dynamic code execution functions are observed, and the code appears straightforward and robust.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-21

Tags

SecurityThreat IntelligenceCVEEnd-of-LifePythonMCP