Skip to main content
Glama
ahernan2

buffer-mcp

by ahernan2

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
BUFFER_ACCESS_TOKENYesYour Buffer API access token

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
account_infoA

Get the authenticated Buffer account: email, name, timezone, connected organizations and their IDs. Call this first to get the organizationId needed by other tools.

channels_listA

List all connected social media channels for an organization. Returns channel IDs needed by post_create and posts_list.

channel_getA

Get detailed info for a single channel including posting schedule, metadata, and queue status.

posts_listA

List posts for an organization with optional filters by status, channel, and date range. Supports cursor-based pagination.

post_getA

Get a single post by its ID with full details including assets, tags, notes, and allowed actions.

post_createA

Create a new post on a channel. Use mode to control scheduling: "addToQueue" (default queue), "shareNow" (publish immediately), "shareNext" (next in queue), or "customScheduled" (set dueAt).

idea_createB

Save an idea to the Buffer ideas board for later use. Ideas can have text, images, tags, and target services.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
api-infoBuffer API info: rate limits, supported platforms, limitations, scheduling modes, and typical workflow

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ahernan2/buffer-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server