Skip to main content
Glama
lanten-ai

Lanten MCP Server

by lanten-ai

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
LANTEN_API_KEYYesYour API key from Settings → Developers
LANTEN_API_URLNoOverride the base URL (e.g. for self-hosted instances). Defaults to https://app.lanten.ai/api/open/v1

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_tenantsA

List tenants for the account. Supports free-text search across name, email, phone, and unit address. Returns paginated results.

get_tenantA

Get a single tenant by ID, including their linked units.

create_tenantB

Create a new tenant. Optionally assign them to an existing unit.

update_tenantA

Update an existing tenant. Only supplied fields are changed.

delete_tenantA

Permanently delete a tenant. This cannot be undone.

list_unitsA

List property units for the account. Supports address search. Returns paginated results including current tenants.

get_unitA

Get a single property unit by ID, including current tenants.

create_unitB

Create a new property unit.

update_unitB

Update an existing property unit. Only supplied fields are changed.

delete_unitA

Permanently delete a property unit. This cannot be undone.

list_work_ordersA

List work orders (maintenance issues) for the account. Filter by status, priority, tenant, or unit. Supports search by title or code.

get_work_orderA

Get a single work order by ID, including tenant, unit, and attachments.

create_work_orderA

Create a new work order (maintenance issue). Optionally link to a tenant and/or unit.

update_work_orderA

Update an existing work order. Only supplied fields are changed. Setting status to "completed" automatically records the resolved time.

delete_work_orderA

Permanently delete a work order. This cannot be undone.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/lanten-ai/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server