Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by Labs64 • Uncategorized
An MCP server providing a natural language interface to manage NetLicensing software licenses and related entities.
Create, update, and manage software licenses and licensees using natural language commands.
Perform audits, detect anomalies, and clean up license data automatically.
Integrate license management into development environments like VS Code, JetBrains, or Claude Desktop.
The NetLicensing MCP Server enables AI agents to manage software licenses, customers, and entitlements through conversational commands, covering the full NetLicensing REST API. It supports various clients like Claude Desktop, GitHub Copilot, VS Code, and JetBrains, offering built-in audit prompts and safe delete operations. The server can be run easily via uvx, pip, or Docker, with zero dependencies required for quick start.
List all products in the NetLicensing account. Args: filter: Optional server-side filter expression (e.g. 'active=true')
Get details of a specific product. Args: product_number: Product identifier (e.g. 'P001')
Create a new product. Args: number: Unique product number (e.g. 'P001') name: Human-readable product name version: Product version string active: Whether the product is active description: Optional product description licensing_info: Optional licensing information displayed in the shop licensee_auto_create: Auto-create licensees on first validation attempt vat_mode: GROSS or NET (leave empty to use account default) licensee_secret_mode: DISABLED, PREDEFINED, or CLIENT (leave empty for default)
Update an existing product's fields. Args: product_number: Product to update name: New name (leave empty to keep current) active: Set active state (omit to keep current) version: New version string (leave empty to keep current) description: New description (leave empty to keep current) licensing_info: Licensing information for the shop (leave empty to keep current) licensee_auto_create: Auto-create licensees on first validation vat_mode: GROSS or NET (leave empty to keep current) licensee_secret_mode: DISABLED, PREDEFINED, or CLIENT (leave empty to keep current)
Delete a product permanently. Args: product_number: Product to delete force_cascade: Also delete all dependent modules, templates, licensees, and licenses
Run a comprehensive license audit across all customers of a product. Args: product_number: The NetLicensing product number to audit (e.g. 'P001')
Deep-dive audit for a single customer's license health. Args: licensee_number: The licensee number to audit (e.g. 'I001')
Find all customers with licenses expiring within N days. Args: product_number: Product number to sweep days_threshold: Flag licenses expiring within this many days (default 30)
Identify inactive, unused, or orphaned licenses for cleanup. Args: product_number: Product number to inspect
Detect anomalous usage patterns across all customers. Args: product_number: Product number to analyse
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.