productivity
Immigrant MCP, CLI, and Lua Integration for AI Agents
Immigrant integration docs for AI agents: MCP gateway setup, Immigrant CLI commands, Lua API reference, credentials, and function schemas.Immigrant for agents
Credentials can be configured manually in web or CLI hosts.
Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.
Agent Surfaces
Machine-Readable Metadata
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
immigrant.immigrant_list_applications | Read read | 3 | List immigration applications. Returns a paginated list of applications, optionally filtered by status. |
immigrant.immigrant_get_application | Read read | 1 | Get details of a specific immigration application by its ID. |
immigrant.immigrant_create_application | Write write | 3 | Create a new immigration application. Requires a type and applicant name. Optionally provide additional details. |
immigrant.immigrant_list_documents | Read read | 3 | List documents for a specific immigration application. Returns a paginated list of documents. |
immigrant.immigrant_get_document | Read read | 1 | Get details of a specific document by its ID. |
immigrant.immigrant_list_statuses | Read read | 0 | List all available immigration application statuses. Use this to understand valid status values for filtering. |
immigrant.immigrant_get_current_user | Read read | 0 | Get the profile of the currently authenticated Immigrant user. Use this to verify credentials and see user details. |