KosmoKrator

communication

Missive MCP, CLI, and Lua Integration for AI Agents

Missive integration docs for AI agents: MCP gateway setup, Missive CLI commands, Lua API reference, credentials, and function schemas.

6 functions 4 read 2 write Bearer token auth

Missive 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
missive
route_slug
missive
package
missive
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

Missive MCP Client Matrix

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

Missive CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
missive.missive_list_conversations Read read 5 List conversations from Missive. Supports filtering by inbox, assignee, and state. Returns paginated results.
missive.missive_get_conversation Read read 1 Get a single Missive conversation by ID, including messages and metadata.
missive.missive_create_comment Write write 3 Create a comment on a Missive conversation. Use this to add internal notes or replies.
missive.missive_list_tasks Read read 4 List tasks from Missive. Supports filtering by state and assignee. Returns paginated results.
missive.missive_create_task Write write 4 Create a new task in Missive. Requires a title. Optionally set description, assignee, and due date.
missive.missive_get_current_user Read read 0 Get the profile of the currently authenticated Missive user, including name, email, and organization info.