KosmoKrator

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_token Manual OAuth token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Later MCP Client Matrix

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

Later CLI Matrix

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

Function Catalog

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