Skip to main content

OpenLM MCP Connector overview

Cloud platform only

The OpenLM MCP Connector is available only for the OpenLM cloud platform (US and EU tenants). It is not available for on-premises deployments.

The OpenLM MCP Connector brings your software license management data directly into your preferred AI assistant. Built on the open Model Context Protocol (MCP) standard, you can query tenant-specific reporting data using natural language.

Instead of manually running reports or building filters in a business intelligence (BI) tool, you ask your AI assistant a question in plain language. The OpenLM MCP Connector translates your question into a structured query against your OpenLM database through GraphQL, retrieves the data, and returns the results in your conversation.

How it works

The OpenLM MCP Connector acts as a bridge between your AI assistant and your OpenLM reporting database. The following steps describe the flow:

  1. You ask a question. Type a natural language query in your AI assistant, such as "Show me the top 10 most-used license features this month."
  2. The AI sends a request to the OpenLM MCP Connector. Your AI client forwards your query to the OpenLM MCP Connector using the MCP standard protocol.
  3. The OpenLM MCP Connector queries your data. The connector translates your request into a GraphQL API call against your tenant-specific OpenLM reporting database.
  4. Results return to you. The data flows back through the OpenLM MCP Connector to your AI assistant, which formats it as text, tables, charts, or dashboards.

Key capabilities

With the OpenLM MCP Connector connected, you can:

  • Query license usage data. Ask about license consumption, feature utilization, peak usage times, and trends across your organization.
  • Generate reports and summaries. Request executive summaries, detailed breakdowns, or custom reports on demand without navigating the OpenLM dashboard.
  • Get license optimization suggestions. Receive AI-powered recommendations for unused licenses, underutilized seats, and cost-saving opportunities.
  • Create visual dashboards. Higher-tier AI subscriptions can generate interactive HTML dashboards, charts, and graphs directly in the conversation.
  • Ask follow-up questions. Refine your queries conversationally. Start broad and drill down into specifics without starting over.

Supported AI clients

The OpenLM MCP Connector works with a wide range of AI platforms. You can connect through any of the following clients:

ClientTypeNotes
Claude DesktopDesktop appRequires Claude Pro subscription or higher
Claude CodeCLITerminal-based access through npx command
CursorDesktop appIDE with built-in MCP support
WindsurfDesktop appIDE with MCP Marketplace integration
ChatGPTWeb appRequires ChatGPT Plus subscription; Developer Mode required
Gemini CLICLITerminal-based access; OAuth authentication
LibreChatWeb appOpen-source; self-hosted; Streamable HTTP transport
warning

Connecting the OpenLM MCP Connector to AI platforms requires a paid subscription, such as Claude Pro, ChatGPT Plus, or equivalent. Free-tier plans do not support adding custom MCP connectors.

Deployed environments

The OpenLM MCP Connector is available across the following environments. Use the URL that matches your region:

EnvironmentOpenLM MCP Connector URL
Prod UShttps://cloud-us.openlm.com/mcp
Prod EUhttps://cloud-eu.openlm.com/mcp

Authentication

The OpenLM MCP Connector uses OAuth authentication. When you connect your AI client for the first time, you are redirected to the OpenLM login page in your browser. After you sign in with your OpenLM credentials, the OpenLM MCP Connector establishes a secure, tenant-specific session. All subsequent queries are scoped to your organization's data.

Output depends on your AI subscription tier

The type of output you receive depends on the subscription tier of the AI client you use:

Subscription tierCapabilities
Basic paid plansText-based responses, tables, and data summaries
Higher-tier plans, such as Pro and PlusInteractive HTML dashboards, charts, graphs, and executive-level reports

Data accuracy and validation

AI models can occasionally produce inaccurate results. While the OpenLM MCP Connector provides your real reporting data, the AI assistant's interpretation and presentation of that data might contain errors.

warning

Verify AI-generated insights, especially license optimization recommendations, against your OpenLM Platform BI reports and dashboards before making business decisions.

Next steps