
Research
/Security News
77 Firefox Extensions Linked to Crypto Wallet and Credential Theft
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.
mcparmory-netlicensing
Advanced tools
Create and manage software licenses, products, modules, and customer licensing agreements
Base URL: https://go.netlicensing.io/core/v2/rest
| Category | Legal & Compliance |
| Tools | 30 |
| Auth | HTTP Basic |
BASIC_AUTH_USERNAME=YOUR_BASIC_AUTH_USERNAME \
BASIC_AUTH_PASSWORD=YOUR_BASIC_AUTH_PASSWORD \
API_KEY_AUTH_USERNAME=YOUR_API_KEY_AUTH_USERNAME \
API_KEY_AUTH_PASSWORD=YOUR_API_KEY_AUTH_PASSWORD \
uvx mcparmory-netlicensing
pip install mcparmory-netlicensing
BASIC_AUTH_USERNAME=YOUR_BASIC_AUTH_USERNAME \
BASIC_AUTH_PASSWORD=YOUR_BASIC_AUTH_PASSWORD \
API_KEY_AUTH_USERNAME=YOUR_API_KEY_AUTH_USERNAME \
API_KEY_AUTH_PASSWORD=YOUR_API_KEY_AUTH_PASSWORD \
mcparmory-netlicensing
Add to your MCP client config (e.g. Claude Desktop, Cursor, Codex):
{
"mcpServers": {
"netlicensing": {
"command": "uvx",
"args": ["mcparmory-netlicensing"],
"env": {
"BASIC_AUTH_USERNAME": "YOUR_BASIC_AUTH_USERNAME",
"BASIC_AUTH_PASSWORD": "YOUR_BASIC_AUTH_PASSWORD",
"API_KEY_AUTH_USERNAME": "YOUR_API_KEY_AUTH_USERNAME",
"API_KEY_AUTH_PASSWORD": "YOUR_API_KEY_AUTH_PASSWORD"
}
}
}
}
Set the following environment variables (via MCP client env config, shell export, or .env file):
BASIC_AUTH_USERNAME — UsernameBASIC_AUTH_PASSWORD — PasswordAPI_KEY_AUTH_USERNAME — UsernameAPI_KEY_AUTH_PASSWORD — PasswordDo not commit credentials to version control.
First, configure your credentials in .env (see Credentials above).
pip install -r requirements.txt
python server.py
Edit .mcp.json and replace <SERVER_DIR> with the absolute path to this directory, then add to your MCP client configuration.
Example (if server is at /home/user/mcp-servers/netlicensing):
{
"mcpServers": {
"netlicensing": {
"command": "python",
"args": ["/home/user/mcp-servers/netlicensing/server.py"]
}
}
}
docker run -p 8000:8000 \
-e BASIC_AUTH_USERNAME=YOUR_BASIC_AUTH_USERNAME \
-e BASIC_AUTH_PASSWORD=YOUR_BASIC_AUTH_PASSWORD \
-e API_KEY_AUTH_USERNAME=YOUR_API_KEY_AUTH_USERNAME \
-e API_KEY_AUTH_PASSWORD=YOUR_API_KEY_AUTH_PASSWORD \
ghcr.io/mcparmory/netlicensing:latest
First, configure your credentials in .env (see Credentials above).
docker build -t netlicensing .
docker run -p 8000:8000 --env-file .env netlicensing
Before running, make sure ports 8000 are free.### MCP client config (Docker)
For Docker, use SSE transport in your MCP client config:
{
"mcpServers": {
"netlicensing": {
"type": "sse",
"url": "http://localhost:8000/sse"
}
}
}
.env - Credentials and server configuration.mcp.json - MCP client config templateDockerfile - Container buildLICENSE - MIT license for this generated coderequirements.txt - Python dependenciesREADME.md - This fileserver.py - MCP server entry point_auth.py - Authentication handlers_models.py - Request/response models_validators.py - Input validationNote: Files starting with . are hidden by default on macOS/Linux. Use ls -a in terminal or enable "Show hidden files" in your file manager to see .env and .mcp.json.
Generated by MCP Blacksmith · Quickstart docs · Report a bug
FAQs
Create and manage software licenses, products, modules, and customer licensing agreements
We found that mcparmory-netlicensing 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
/Security News
Socket uncovered 77 linked Firefox extensions, including 40 that steal wallet secrets or credentials and 37 deceptive sports-score shells.

Security News
NIST disclosed an unreleased AI tool called V-etalon and opened a broad inquiry into NVD modernization after years of automation plans produced no public enrichment system.

Security News
In his AI Council 2026 talk, Feross Aboukhadijeh covers recent package compromises, vulnerability discovery, and a more automated security model.