LicenseSpring MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| activate_licenseC | Activate a license with hardware ID and product code |
| check_licenseC | Check license status and validity |
| deactivate_licenseC | Deactivate a license for a specific hardware ID |
| add_consumptionC | Add consumption units to a license |
| add_feature_consumptionC | Add consumption units to a specific feature |
| get_trial_keyC | Generate a trial license key for a product |
| get_product_detailsC | Get detailed information about a product |
| track_device_variablesC | Track custom variables for a device |
| get_device_variablesC | Get tracked variables for a device |
| floating_releaseD | Release a floating license |
| floating_borrowC | Borrow a floating license for offline use |
| change_passwordC | Change password for a user-based license |
| get_versionsC | Get available software versions for a product |
| get_installation_fileC | Get installation file download information |
| get_sso_urlC | Get Single Sign-On URL for customer portal access |
| get_customer_license_usersC | Get customer license users for a specific license |
| activate_offlineC | Activate a license for offline use with hardware ID and product code |
| deactivate_offlineC | Deactivate a license for offline use with hardware ID and product code |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| license-troubleshooting | Diagnose and resolve license issues |
| customer-onboarding | Guide for setting up a new customer with licenses |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 18 tools
Most tools have distinct purposes targeting specific license management operations, but there is some potential confusion between activate_license/activate_offline and deactivate_license/deactivate_offline pairs where the offline variants might not be immediately distinguishable from the regular ones without careful reading of descriptions. The consumption tools (add_consumption vs add_feature_consumption) also have some overlap but are reasonably differentiated.
All 18 tools follow a consistent verb_noun naming pattern with snake_case throughout. The naming convention is highly predictable with clear action-object relationships (e.g., activate_license, check_license, get_product_details, track_device_variables). No mixing of naming styles or inconsistent verb usage is present.
With 18 tools, this is slightly on the higher side but reasonable for a comprehensive license management system covering activation, deactivation, consumption tracking, floating licenses, customer management, and device variables. The count feels appropriate for the domain scope, though it might be borderline heavy for some agent workflows.
The tool set provides excellent coverage of license management workflows including core operations (activate, check, deactivate), consumption management, floating license handling, customer/user management, product information access, trial key generation, and device variable tracking. There are no obvious gaps for the stated domain, with tools supporting both online and offline scenarios.