
Research
Supply Chain Attack on Axios Pulls Malicious Dependency from npm
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.
@encryptosystem/mcp-django
Advanced tools
Modular MCP-compatible SDK for Django REST integrations with n8n support.
A reusable, MCP-compatible SDK that connects to a Django REST API to orchestrate inventory automations from n8n or any Model Context Protocol client. The package exposes a Fastify-based MCP server with real-time SSE streams and modular tools for managing company products.
.env files.npx @encryptosystem/mcp-django.tsup to ship ESM output and generated type definitions.npm install @encryptosystem/mcp-django
Clone the repository and install dependencies:
npm install
Create a .env file or provide the following environment variables before running the server:
API_BASE_URL=https://api.encryptosystem.com/api
AUTH_BEARER_TOKEN=your-admin-bearer-token
API_TIMEOUT=30000
PORT=3000
| Variable | Description |
|---|---|
API_BASE_URL | Base URL for the Django REST API (no trailing slash required). |
AUTH_BEARER_TOKEN | Bearer token for authenticating requests. |
Run the TypeScript entry point with hot reloading using tsx:
npm run dev
Compile the package to dist/ with bundled type definitions:
npm run build
Execute the published package without installing it globally:
npx @encryptosystem/mcp-django # Starts the Fastify MCP server
npx @encryptosystem/mcp-django start # Explicit start command
npx @encryptosystem/mcp-django list-tools
The CLI prints the registered endpoints and available tools after startup. Use list-tools to confirm the exported toolset before automating workflows.
تسجيل الدخول إلى npm:
npm login
زيادة رقم الإصدار:
npm version patch # أو minor أو major
نشر الحزمة:
npm publish --access public
التحقق من النشر:
npx @encryptosystem/mcp-django list-tools
راجع ملف N8N_INTEGRATION_GUIDE.md للحصول على دليل شامل لاستخدام الحزمة في n8n.
# تشغيل الخادم
npx @encryptosystem/mcp-django
# عرض الأدوات المتاحة
npx @encryptosystem/mcp-django list-tools
# اختبار الاتصال
curl http://localhost:3000/health
MIT © Encryptosystem
FAQs
Modular MCP-compatible SDK for Django REST integrations with n8n support.
We found that @encryptosystem/mcp-django 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.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.

Security News
TeamPCP is partnering with ransomware group Vect to turn open source supply chain attacks on tools like Trivy and LiteLLM into large-scale ransomware operations.