Connects Claude to the Labs64 NetLicensing API for managing software license lifecycles directly from your AI workflow. You'd reach for this when you need to programmatically handle license validation, customer entitlement checks, or license model configurations without jumping between your chat interface and the NetLicensing dashboard. Useful for support teams answering licensing questions on the fly, developers debugging entitlement issues, or product managers exploring licensing scenarios. The MCP interface means Claude can query license states, validate tokens, and pull customer licensing data as part of natural language requests rather than making you context switch to a web console or write custom API calls.
NETLICENSING_API_KEYYour NetLicensing API key (leave empty to use demo credentials)
NETLICENSING_BASE_URLdefault: https://go.netlicensing.io/core/v2/restOverride the NetLicensing API base URL
MCP_TRANSPORTdefault: stdioTransport mode: stdio (default) or http
MCP_VERBOSEdefault: falseEnable verbose debug logging (true/false)