This reference covers the five data domains available through the Lansweeper MCP server, what's in each one, how they connect, and which tools your assistant calls when answering questions.
For background on the MCP server, see Explore the Lansweeper MCP server. For setup, see Connect to Lansweeper's MCP server.
The five data domains
The MCP server gives your AI assistant live, read-only access to your Lansweeper estate across five domains. This section covers what's available, so you know what kinds of questions you can ask.
| Domain | What you get |
|---|---|
| Asset | The master record: who owns it, where it is, how it's configured, what it's running, how healthy it is |
| Software installation | Standardized software inventory across the fleet: name, version, publisher, edition, install date |
| Vulnerability | Per-vulnerability context: severity, exploit activity, ransomware association, whether a patch exists |
| User | Identity hygiene: who's enabled, when they last logged in, password status, organizational context |
| Windows service | Operational signal: which services are running, stopped, or misconfigured on which machines |
Combined, around 300 data points are available across these five domains.
What's in the Asset domain
The Asset domain is the anchor of most questions. For every device in your inventory, your AI assistant can reason about:
- Who and where: name, owner, contact, department, location, building, branch office, cost center
- What it is: device type, manufacturer, model, serial number, cloud provider, tenant, environment
- How it's configured: CPU, memory, storage (with free space), firmware, chassis, uptime
- What it's running: operating system, version, build, installed since
- Where it is in its lifecycle: hardware end-of-life and end-of-support, OS end-of-life and end-of-support, warranty end
- How it's protected: antivirus status, disk encryption, last patched, last backup, open vulnerability counts
- How well you know it: first seen, last seen, last scan attempt, scan errors, which source reported it
- Procurement context: purchase date, PO number, invoice, vendor, acquisition type
- Your own fields: any custom fields your team has added
How the domains connect
Your AI assistant can move between these domains in a single question. For example: "show the CVEs on devices whose last logged-in user is still an active AD account."
- Asset ↔ Software installation: what's installed where, and the other way round
- Asset ↔ Vulnerability: which CVEs hit which devices
- Asset ↔ Windows service: which services are (or aren't) running on which servers
- Asset ↔ User: which user is tied to which device, via last-logon and domain
MCP tools
Your AI assistant calls these tools automatically based on your question. The reference is here so you understand what's happening behind the scenes.
| Tool | Description |
|---|---|
list-sites-tool |
Returns the Lansweeper sites your account can access in the selected region. Used at the start of a session to scope queries. |
search-datasets |
Discovers which datasets and fields are available, so the assistant knows what it can ask about. |
search-query-catalog |
Searches a catalog of pre-built query templates that match what you're trying to answer. |
execute-query-tool |
Executes a structured query against a site and returns the results. |
docs-tool |
Searches Lansweeper documentation, community, and blog for context. Useful when your question is about how Lansweeper works, not just what's in it. |