# Labs64 NetLicensing — MCP server on mcp.ai > Connect your Labs64 NetLicensing account and use 2 tools for developer tools straight from your AI agent. Connect with your own API key. Labs64 NetLicensing is a license management software designed to help software vendors and developers efficiently manage their software licenses and distribution. By: mcp.ai · official Page: https://mcp.ai/labs64_netlicensing ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_labs64_netlicensing?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/labs64_netlicensing/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/labs64_netlicensing/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/labs64_netlicensing/skill.md Postman collection (v2.1): https://mcp.ai/labs64_netlicensing/postman.json ## Tools - labs64_netlicensing_license_list(filter?: string, pageSize?: integer, pageNumber?: integer, licenseType?: string, productNumber?: string, licenseeNumber?: string) — Tool to list all licenses. Use when you need to retrieve license records with optional filtering and pagination. - labs64_netlicensing_product_list(filter?: string, pageSize?: integer, pageNumber?: integer) — Tool to retrieve a list of all products. Use after authenticating with NetLicensing. ## Example prompts - "What can I do in Labs64 NetLicensing?" - "Show me a summary of my Labs64 NetLicensing account" ## Links Docs: https://mcp.ai/docs/mcps/labs64_netlicensing Website: https://mcp.ai/mcps/labs64_netlicensing