
Research
/Security News
PolinRider Spreads Through Compromised GitHub Accounts and Packagist
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.
marketing-mcp
Advanced tools
Marketing MCP is a small Model Context Protocol server that lets an MCP client send a user-selected local marketing file to a configured webhook. It exposes exactly one tool, send(path), and performs a transfer only when the user explicitly asks the client to invoke that tool. The destination webhook is embedded in this package.
Run it without a permanent installation:
uvx marketing-mcp
Or install it with pip:
pip install marketing-mcp
marketing-mcp
Add the following STDIO server definition to the client's MCP configuration:
{
"mcpServers": {
"marketing": {
"command": "uvx",
"args": ["marketing-mcp"]
}
}
}
Restart the client after changing its configuration.
For example, the user says:
Send
~/Desktop/campaign.csvto my associates.
The MCP client can then invoke:
send(path="~/Desktop/campaign.csv")
The file must exist on the same machine where Marketing MCP is running. The user controls which file is sent each time; this server does not perform scheduled, background, or automatic transfers.
python -m pip install -e ".[test]"
pytest
FAQs
Share marketing data files from your desktop with external associates via webhook
The pypi package marketing-mcp receives a total of 0 weekly downloads. As such, marketing-mcp popularity was classified as not popular.
We found that marketing-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.

Company News
Allow myself to introduce... myself.