buffer.com
Buffer is a social media publishing platform for scheduling posts, managing channels, storing ideas, and viewing post performance across multiple networks. Its API and related tools let developers and AI assistants automate posting and account workflows.
Buffer exposes a GraphQL API at https://api.buffer.com, an MCP server at https://mcp.buffer.com/mcp, and a `buffer` CLI (`@bufferapp/cli`); all documented developer surfaces require authentication, primarily via a personal Buffer API key, with the GraphQL API also supporting OAuth 2.0 app tokens.
- Buffer MCP serverdetected
- Buffer GraphQL APIdiscovered
- Buffer CLIdiscovered
$ buffer initAcquired by the CLI — running buffer init opens the auth flow and stores the credential.
Point your MCP client at the server URL and approve access in the browser. The server supports OAuth Dynamic Client Registration (RFC 7591), so the client registers itself automatically — no developer-portal app, client_id, or client_secret to create.
conventions · 2/8 published
- integrations.json✗
/.well-known/integrations.json - llms.txt✓https://buffer.com/llms.txt
- API catalog✓https://buffer.com/.well-known/api-catalog
- OpenAPI document✗
/api/schema/, /openapi.json, /swagger.json, /api/openapi.json, or /v1/openapi.json - MCP server card✗
/.well-known/mcp/server-card.json - OAuth protected resource✗
/.well-known/oauth-protected-resource - Agent card✗
/.well-known/agent-card.json - Agent skills✗
/.well-known/agent-skills/index.json
Publish these signals → /publishing