Connect real-time cybersecurity threat intelligence to your AI workflows through standardized tools and resources. Access comprehensive IOCs, CVEs, TTPs, and threat actor data from FalconFeeds.io with seamless integration across Claude Desktop, VS Code, and other MCP-enabled applications.
ツール
search_cves
get_cve_by_id
search_cves_by_keyword
get_cves_by_date_range
get_next_cve_page
get_threat_actor_profile
get_threat_feed_by_id
get_threat_feeds_by_actor
get_threat_feeds_by_category
search_threat_feeds_by_keyword
get_threat_feeds_by_victim
get_threat_feeds_by_country
get_threat_feeds_by_industry
get_next_threat_feed_page
search_threat_feeds_with_images
search_threat_actors
get_threat_actor_by_id
search_threat_actors_by_name
get_next_threat_actor_page
search_iocs
get_iocs_by_country
get_iocs_by_threat_type
get_iocs_page
サーバー設定
{
"mcpServers": {
"falconfeeds": {
"command": "npx",
"args": [
"-y",
"@falconfeeds/mcp@latest"
],
"env": {
"FALCONFEEDS_API_KEY": "your_api_key_here",
"FALCONFEEDS_TIMEOUT": "30000"
}
}
}
}