Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
MIT License
278
2

activate_offline

Activate a software license offline by providing a license key, hardware ID, and product code. Ideal for environments without internet access.

Instructions

Activate a license for offline use with hardware ID and product code

Input Schema

NameRequiredDescriptionDefault
hardware_idYes
license_keyYes
productYes
quantityNo

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hardware_id": { "minLength": 1, "type": "string" }, "license_key": { "minLength": 1, "type": "string" }, "product": { "minLength": 1, "type": "string" }, "quantity": { "default": 1, "minimum": 1, "type": "number" } }, "required": [ "license_key", "hardware_id", "product" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stier1ba/licensespring-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server