FalconFeeds MCP server

by Technisanct

263 downloads
Not rated
GitHub

About

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 appl

Details

Author
Technisanct
Downloads
263
Categories
Productivity, Security

- Real-time cybersecurity threat intelligence access
- Comprehensive IOC, CVE, and TTP data
- Threat actor information and tracking
- Seamless MCP client integration
- TypeScript-based implementation
- MIT-licensed open source

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name FalconFeeds MCP server
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

From the repository

Install the npm package, configure your FalconFeeds API key, and add the server to your MCP client configuration. The server exposes tools and resources for querying threat intelligence data through standardized MCP interactions.

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

{
    "mcpServers": {
        "falconfeeds mcp server": {
            "falconfeeds": {
                "command": "npx",
                "args": [
                    "-y",
                    "@falconfeeds/mcp@latest"
                ],
                "env": {
                    "FALCONFEEDS_API_KEY": "your_api_key_here",
                    "FALCONFEEDS_TIMEOUT": "30000"
                }
            }
        }
    }
}

McpServers

{
    "falconfeeds": {
        "command": "npx",
        "args": [
            "-y",
            "@falconfeeds/mcp@latest"
        ],
        "env": {
            "FALCONFEEDS_API_KEY": "your_api_key_here",
            "FALCONFEEDS_TIMEOUT": "30000"
        }
    }
}

<div align="center">
FalconFeeds Logo

# FalconFeeds MCP Server

npm version
License: MIT
TypeScript

MCP server providing cybersecurity threat intelligence tools and resources

DocumentationAPI ReferenceDashboardSupport
</div>

---

Connect real-time cybersecurity threat intelligence to MCP clients 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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.