KosmoKrator

marketing

Buffer MCP, CLI, and Lua Integration for AI Agents

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

7 functions 6 read 1 write Manual OAuth token auth

Buffer 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
buffer
route_slug
buffer
package
buffer
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

Buffer MCP Client Matrix

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

Buffer CLI Matrix

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

Function Catalog

FunctionTypeParametersDescription
buffer.buffer_list_profiles Read read 0 List all social media profiles connected to the Buffer account. Returns profile IDs, service types (e.g., Twitter, Facebook, LinkedIn), and display names.
buffer.buffer_get_profile Read read 1 Get details of a specific social media profile in Buffer by its ID. Returns profile service type, display name, and account metadata.
buffer.buffer_list_pending_updates Read read 3 List scheduled (pending) updates for a Buffer profile. Returns update IDs, text content, scheduled times, and status. Supports pagination.
buffer.buffer_create_update Write write 6 Create and schedule a new social media update in Buffer. Provide the text content, target profile IDs, and optionally a scheduled time or media attachments.
buffer.buffer_list_sent_updates Read read 3 List already posted (sent) updates for a Buffer profile. Returns update IDs, text content, sent times, and engagement metrics. Supports pagination.
buffer.buffer_get_update Read read 1 Get details of a specific Buffer update by its ID. Returns the update text, scheduled or sent time, social profiles, media, and delivery status.
buffer.buffer_get_current_user Read read 0 Get the currently authenticated Buffer user profile. Returns the user name, email, and account info.