Skip to main content
Glama
marc-shade

Threat Intelligence MCP Server

by marc-shade
__init__.py1.1 kB
""" Threat Intelligence MCP Server Aggregates threat feeds from multiple sources for comprehensive security intelligence and reputation checking. """ __version__ = "0.2.0" from .config import ( # Configuration API_KEYS, THREAT_FEEDS, FeedType, Severity, IOCType, ThreatFeed, ThreatCache, # Functions setup_logging, ensure_dirs, get_data_dir, get_cache_dir, get_feed, get_enabled_feeds, get_ip_feeds, get_timestamp, # Validation validate_ip, validate_hash, validate_domain, validate_ioc_type, # Cache threat_cache, ) __all__ = [ "__version__", # Configuration "API_KEYS", "THREAT_FEEDS", "FeedType", "Severity", "IOCType", "ThreatFeed", "ThreatCache", # Functions "setup_logging", "ensure_dirs", "get_data_dir", "get_cache_dir", "get_feed", "get_enabled_feeds", "get_ip_feeds", "get_timestamp", # Validation "validate_ip", "validate_hash", "validate_domain", "validate_ioc_type", # Cache "threat_cache", ]

Latest Blog Posts

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/marc-shade/threat-intel-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server