marketing
Later MCP, CLI, and Lua Integration for AI Agents
Later integration docs for AI agents: MCP gateway setup, Later CLI commands, Lua API reference, credentials, and function schemas.
7 functions 6 read 1 write Manual OAuth token auth
Later 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
later- route_slug
later- package
later- auth_strategy
oauth2_manual_tokenManual OAuth 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. Later CLIHeadless setup and direct function calls. Later 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.
Later MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Later.
Claude Code Later MCP setup for Claude Code. Cursor Later MCP setup for Cursor. Codex Later MCP setup for Codex. OpenAI Agents Later MCP setup for OpenAI Agents SDK. Claude Agent SDK Later MCP setup for Claude Agent SDK. Vercel AI SDK Later MCP setup for Vercel AI SDK. LangChain Later MCP setup for LangChain. LangGraph Later MCP setup for LangGraph. CrewAI Later MCP setup for CrewAI. MCP clients Later MCP setup for Generic MCP Clients.
Later CLI Matrix
Use these pages for direct Later CLI workflows in scripts, CI, cron, and agent wrappers.
CI Later CLI for CI. Cron Jobs Later CLI for cron jobs. Shell Scripts Later CLI for shell scripts. Headless Automation Later CLI for headless automation. Coding Agents Later CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
later.later_list_profiles | Read read | 2 | List all social media profiles connected to the Later account. Returns profile IDs, platform types, and display names. |
later.later_get_profile | Read read | 1 | Get details of a specific social media profile in Later by its ID. Returns profile platform type, display name, and account metadata. |
later.later_list_posts | Read read | 4 | List scheduled and published posts in Later. Optionally filter by profile ID, status (scheduled, published, draft), and paginate results. |
later.later_create_post | Write write | 6 | Create and schedule a new social media post in Later. Provide the caption text, target profile IDs, and optionally a scheduled time or media URL. |
later.later_list_media | Read read | 3 | List media items in the Later media library. Returns media IDs, URLs, types, and metadata. Optionally filter by media type. |
later.later_get_media | Read read | 1 | Get details of a specific media item in Later by its ID. Returns the media URL, type, dimensions, and metadata. |
later.later_get_current_user | Read read | 0 | Get the currently authenticated Later user profile. Returns the user name, email, and account info. |