MCP server for LicenseSpring API integration - License management and customer operations
MCP server for LicenseSpring API integration - License management and customer operations. That is what the licensespring mcp mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
An MCP server implementation that integrates with LicenseSpring APIs, providing comprehensive license management and customer operations capabilities.
The server publishes 14 tools. What each one is for:
activate_license — Activate a license with hardware ID bindingcheck_license — Check license status and validitydeactivate_license — Deactivate a license for specific hardwareadd_consumption — Add consumption units to a licenseget_trial_key — Generate trial license keysget_product_details — Retrieve product informationfloating_release — Release floating licensesfloating_borrow — Borrow floating licenses for offline usechange_password — Change user passwords for user-based licensesget_versions — Get available software versionsget_installation_file — Get installation file informationget_sso_url — Generate Single Sign-On URLsConfiguration is passed through the environment: LICENSE_API_KEY, LICENSE_SHARED_KEY, MANAGEMENT_API_KEY, YOUR_LICENSE_API_KEY, YOUR_MANAGEMENT_API_KEY. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
The server ships on npm as @tfedorko/licensespring-mcp-server, so your MCP client can launch it on demand — there is no separate build step. Add the server block to your client's configuration, restart it, and the tools register themselves.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Licensespring MCP's toolset — activate_license, check_license, deactivate_license and 11 more — is a fair guide to whether it matches your workflow. It is maintained by stier1ba; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Licensespring MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| activate_license | Activate a license with hardware ID binding |
| check_license | Check license status and validity |
| deactivate_license | Deactivate a license for specific hardware |
| add_consumption | Add consumption units to a license |
| get_trial_key | Generate trial license keys |
| get_product_details | Retrieve product information |
| floating_release | Release floating licenses |
| floating_borrow | Borrow floating licenses for offline use |
| change_password | Change user passwords for user-based licenses |
| get_versions | Get available software versions |
| get_installation_file | Get installation file information |
| get_sso_url | Generate Single Sign-On URLs |
| list_licenses | List licenses with optional filtering |
| create_license | Create new licenses |
#### Management API Server
```json
{
"mcpServers": {
"licensespring-management": {
"command": "npx",
"args": [
"-y",
"@tfedorko/licensespring-mcp-server",
"management-api"
],
"env": {
"MANAGEMENT_API_KEY": "YOUR_MANAGEMENT_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| LICENSE_API_KEY | Credential the server authenticates with. | Yes |
| LICENSE_SHARED_KEY | Credential the server authenticates with. | Yes |
| MANAGEMENT_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_LICENSE_API_KEY | Credential the server authenticates with. | Yes |
| YOUR_MANAGEMENT_API_KEY | Credential the server authenticates with. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.