KosmoKrator

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.

7 functions 6 read 1 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
immigrant
route_slug
immigrant
package
immigrant
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Immigrant MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Immigrant.

Immigrant CLI Matrix

Use these pages for direct Immigrant CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
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.