
Product
Microsoft Teams Notifications Are Now Available in Socket
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.
@pentatrail/mcp-server
Advanced tools
PentaTrail MCP Server — Access CTEM (Continuous Threat Exposure Management) data via Model Context Protocol.
Thin HTTP wrapper over the PentaTrail Customer API. Works with Claude Code, Claude Desktop, and any MCP-compatible client.
npm install -g @pentatrail/mcp-server
Add to your MCP client config (e.g. ~/.claude/settings.json or claude_desktop_config.json):
{
"mcpServers": {
"pentatrail": {
"command": "pentatrail-mcp",
"env": {
"PENTATRAIL_API_KEY": "ptk_your_api_key_here",
"PENTATRAIL_API_URL": "https://api.pentatrail.co"
}
}
}
}
| Variable | Required | Description |
|---|---|---|
PENTATRAIL_API_KEY | Yes | Your API key (ptk_...). Generate from PentaTrail Dashboard > Settings. |
PENTATRAIL_API_URL | Yes | https://api.pentatrail.co (production) |
| Tool | Description |
|---|---|
ctem_list_domains | List all monitored domains for your contract |
ctem_list_hosts | List hosts with enrichment (port/tech/finding counts, sortable) |
ctem_list_findings | List vulnerabilities sorted by Threat Discovery Level (TDL) |
ctem_get_asset_counts | Get asset type counts (hosts, IPs, ports, tech, buckets, URLs) |
ctem_get_tdl_counts | Get open finding counts grouped by TDL (tdl5=most critical) |
ctem_get_scores | Get live domain scores (asset counts + findings breakdown) |
ctem_get_score_trend | Get security score trend over time (7-365 days) |
| Tool | Description |
|---|---|
ctem_add_exclusion | Exclude an asset from monitoring |
ctem_remove_exclusion | Remove an exclusion you created via API |
ctem_update_finding | Update finding status, assignee, or due date |
Once configured, ask your AI assistant:
ctem:read, ctem:exclusions:write, ctem:prioritization:write)End-to-end tests against dev Supabase. See INTEGRATION_TESTS.md for setup, local execution, and failure triage.
UNLICENSED - Proprietary software. All rights reserved.
FAQs
Retired — PentaTrail MCP moved to a remote server at https://api.pentatrail.co/mcp. This package only prints the hand-off notice.
We found that @pentatrail/mcp-server 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.

Product
Socket can now send alerts and supply chain attack notifications to Microsoft Teams, with filters that route the right updates to each channel.

Security News
pnpm 12 rewrites the package manager in Rust, cutting install times by up to 90% while preserving pnpm 11 workflows and lockfiles.

Security News
Socket CTO Ahmad Nassri joins AppSec leaders at Black Hat to discuss active malware, package manager risks, and software supply chain defense.