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_tokenBearer token- cli_setup_supported
true- cli_runtime_supported
true- mcp_gateway_supported
true- lua_supported
true- supports_multi_account
true
Quick Links
Lua APIAgent-facing namespace and function reference. Missive CLIHeadless setup and direct function calls. Missive MCPMCP gateway setup for external clients. Submit feedbackReport missing tools, auth problems, wrong docs, or runtime issues. ContributeAdd tools or improve metadata in the integrations repo.
Missive MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Missive.
Claude Code Missive MCP setup for Claude Code. Cursor Missive MCP setup for Cursor. Codex Missive MCP setup for Codex. OpenAI Agents Missive MCP setup for OpenAI Agents SDK. Claude Agent SDK Missive MCP setup for Claude Agent SDK. Vercel AI SDK Missive MCP setup for Vercel AI SDK. LangChain Missive MCP setup for LangChain. LangGraph Missive MCP setup for LangGraph. CrewAI Missive MCP setup for CrewAI. MCP clients Missive MCP setup for Generic MCP Clients.
Missive CLI Matrix
Use these pages for direct Missive CLI workflows in scripts, CI, cron, and agent wrappers.
CI Missive CLI for CI. Cron Jobs Missive CLI for cron jobs. Shell Scripts Missive CLI for shell scripts. Headless Automation Missive CLI for headless automation. Coding Agents Missive CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |