
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.
@index365/mcp
Advanced tools
index365 MCP server (stdio) for AI-Readiness and Marketing Signal scans plus read-only access to runs and findings. No Website Security scan tool.
The index365 MCP server. It gives Claude Code, Codex, and Cursor read access to your audit runs and findings, plus the ability to start audits, over the public /api/v1.
This is a thin wrapper: no audit logic, no database access, no filesystem access, no ambient workspace permissions. It authenticates with an i365_ API key from the host environment and acts with the scopes that key carries — every key is full scope, so it can start audits and manage projects out of the box. Keys are organization-scoped and revocable instantly.
index365 runs two audits: AI-Readiness (how well AI agents and AI search can read a site) and Marketing Signal (find, trust, act, measure, improve). Each run produces a score plus findings with stable IDs, evidence, and machine-readable remediation.
claude mcp add index365 -e INDEX365_API_KEY=<your i365_ key> -- npx -y @index365/mcp
{
"mcpServers": {
"index365": {
"command": "npx",
"args": ["-y", "@index365/mcp"],
"env": { "INDEX365_API_KEY": "<your i365_ key>" }
}
}
}
Create an API key on the dashboard API Keys page (every plan, including Free). index365 mcp config (from @index365/cli) prints this block for you.
Read: list_projects, get_run_status, list_findings, get_finding, get_report_context, get_marketing_signal_report, list_integrations, list_connected_signals. Run: start_audit, run_marketing_signal_audit. Projects: create_project, archive_project, and restore_project.
archive_project reversibly removes a project from active lists while preserving its history and keys. restore_project reactivates it. The local stdio server retains delete_project only as a deprecated compatibility alias for archive_project; the hosted server omits that alias and exposes the truthful archive and restore names. list_projects accepts status=active|paused|archived|all and excludes archived projects when status is omitted.
Prompts: triage_findings, prepare_pr_plan, marketing_fix_plan, summarize_run_for_slack.
Full reference: https://index365.co/docs/developers/mcp
MIT
FAQs
index365 MCP server (stdio). Start index365 scans and read prioritized findings your coding agent can use. Website Security is not available over MCP yet.
The npm package @index365/mcp receives a total of 21 weekly downloads. As such, @index365/mcp popularity was classified as not popular.
We found that @index365/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.

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.