
Security News
Axios Supply Chain Attack Reaches OpenAI macOS Signing Pipeline, Forces Certificate Rotation
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.
contentstudio-mcp
Advanced tools
ContentStudio MCP server (Node + TypeScript) that calls existing Laravel API endpoints.
A Node.js MCP server that mirrors your Laravel MCP tools and calls your existing API over HTTP with X-API-Key.
Default API base: https://api-prod.contentstudio.io (override with CONTENTSTUDIO_BASE_URL).
.env.example to .env (optional) and set:
CONTENTSTUDIO_BASE_URL (default https://api-prod.contentstudio.io if not set)auth_key with each tool call OR set CONTENTSTUDIO_API_KEY in your MCP client env. If set in env, tools use it automatically.After publishing to npm (see below), users can install or invoke the server globally:
Global install:
Or with npx (no global install):
{ "mcpServers": { "contentstudio-node": { "command": "bash", "args": ["-lc", "cd /var/www/html/contentstudio-mcp && node --loader ts-node/esm src/index.ts"] } } }
Prod alternative (compiled JS): { "mcpServers": { "contentstudio-node": { "command": "bash", "args": ["-lc", "cd /var/www/html/contentstudio-mcp && node dist/index.js"] } } }
auth_key, OR globally via env CONTENTSTUDIO_API_KEY in your MCP client config.CONTENTSTUDIO_BASE_URL (default: https://api-prod.contentstudio.io).publish_type supports scheduled or draft. Use scheduled_at with scheduled, and you may also include scheduled_at with draft.video must be a direct URL string (e.g., https://...).FAQs
ContentStudio MCP server (Node + TypeScript) that calls existing Laravel API endpoints.
We found that contentstudio-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.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
OpenAI rotated macOS signing certificates after a malicious Axios package reached its CI pipeline in a broader software supply chain attack.

Security News
Open source is under attack because of how much value it creates. It has been the foundation of every major software innovation for the last three decades. This is not the time to walk away from it.

Security News
Socket CEO Feross Aboukhadijeh breaks down how North Korea hijacked Axios and what it means for the future of software supply chain security.