@this-npm-test-org/connection-typefully
v0.1.3
Published
Create, schedule, and publish social media posts across Twitter/X, LinkedIn, Threads, Bluesky, and Mastodon.
Readme
Typefully Connection
Connects your agent to Typefully for social media content management. Create, schedule, and publish posts across Twitter/X, LinkedIn, Threads, Bluesky, and Mastodon. Read drafts, published posts, and connected accounts. Write operations (create, delete, schedule, media upload) require confirmation.
Authentication
API key authentication.
TYPEFULLY_API_KEY— Typefully API key from your workspace settings
The key is sent via the X-API-KEY header on every request.
MCP Server
Typefully also provides an MCP server at https://mcp.typefully.com (HTTP transport). The same API key is used for authentication.
Endpoints
Drafts
GET /drafts— List all drafts with status and platform infoPOST /drafts— Create a new draft (requires confirmation)GET /drafts/:id— Get draft detail with content and mediaDELETE /drafts/:id— Delete a draft (requires confirmation)POST /drafts/:id/schedule— Schedule a draft for publishing (requires confirmation)
Published
GET /drafts/published— List published posts with metrics
Accounts
GET /accounts— List connected social media accounts
Media
POST /drafts/:id/media— Upload media to a draft (requires confirmation)
Rules
- Rate limits: respect rate limit headers in API responses
- All write operations require confirmation before execution
- Content is always created as a draft first, then scheduled or published with review
- Thread content uses newline delimiters between segments
- Character limits vary by platform (Twitter 280, LinkedIn longer, Threads 500, Bluesky 300, Mastodon 500)
License
Apache-2.0
