Skip to main content
Glama

LicenseSpring MCP Server

by stier1ba
MIT License
278
2

get_sso_url

Generate a Single Sign-On URL to enable secure access to the customer portal by specifying the product and customer account code.

Instructions

Get Single Sign-On URL for customer portal access

Input Schema

NameRequiredDescriptionDefault
customer_account_codeYes
productYes
response_typeNotoken

Input Schema (JSON Schema)

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