Lanten MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LANTEN_API_KEY | Yes | Your API key from Settings → Developers | |
| LANTEN_API_URL | No | Override 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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