buffer-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| BUFFER_ACCESS_TOKEN | Yes | Your 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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| resources | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| api-info | Buffer API info: rate limits, supported platforms, limitations, scheduling modes, and typical workflow |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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