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_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. Buffer CLIHeadless setup and direct function calls. Buffer 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.
Buffer MCP Client Matrix
Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Buffer.
Claude Code Buffer MCP setup for Claude Code. Cursor Buffer MCP setup for Cursor. Codex Buffer MCP setup for Codex. OpenAI Agents Buffer MCP setup for OpenAI Agents SDK. Claude Agent SDK Buffer MCP setup for Claude Agent SDK. Vercel AI SDK Buffer MCP setup for Vercel AI SDK. LangChain Buffer MCP setup for LangChain. LangGraph Buffer MCP setup for LangGraph. CrewAI Buffer MCP setup for CrewAI. MCP clients Buffer MCP setup for Generic MCP Clients.
Buffer CLI Matrix
Use these pages for direct Buffer CLI workflows in scripts, CI, cron, and agent wrappers.
CI Buffer CLI for CI. Cron Jobs Buffer CLI for cron jobs. Shell Scripts Buffer CLI for shell scripts. Headless Automation Buffer CLI for headless automation. Coding Agents Buffer CLI for coding agents.
Function Catalog
| Function | Type | Parameters | Description |
|---|---|---|---|
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. |