Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
MIT License
278
2

get_trial_key

Generate a trial license key for a product using hardware ID and product details, enabling immediate access to evaluate software features.

Instructions

Generate a trial license key for a product

Input Schema

NameRequiredDescriptionDefault
hardware_idYes
productYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "hardware_id": { "minLength": 1, "type": "string" }, "product": { "minLength": 1, "type": "string" } }, "required": [ "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