-
Notifications
You must be signed in to change notification settings - Fork 3.5k
[MCP] Bluesky #8505
Description
🧩 Product Overview
Bluesky is a decentralized social network built on the AT Protocol, enabling users to post, share, like, and engage with content.
This integration empowers AI agents and workflows to automate posts, engagements, and content monitoring.
⚠️ Important Note for Contributors
To ensure consistency and maintainability, this feature must be submitted as a Piece following the Activepieces architecture. Submissions that do not follow this format will not be accepted. Please make sure to review the Piece Development Guidelines before starting development.
Contributors based in India: please check your eligibility for receiving payments through your Stripe account before submitting, as this may affect your ability to get paid.
🚨 Triggers
| Trigger | Use Case |
|---|---|
| New Posts by Author | Fires when a selected author creates a new post. |
| New Follower on Account | Fires when someone new follows your account. |
| New Timeline Posts | Fires when new posts appear in your "Following" feed (chronological). |
| New Post (with Search Options) | Fires when a new post matches given search criteria (mentions, tags, keywords). |
🛠️ Write Actions
| Action Item | Use Case |
|---|---|
| Create Post | Publish a new post with text, embeds, images, video, hashtags, language, and threading options. |
| Like Post | Like a specific post by its URI. |
| Repost Post | Repost (boost) a specific post by its URI. |
🔍 Search Actions
| Action Item | Use Case |
|---|---|
| Find Post | Retrieve a single post's details using its URL/URI. |
| Find Thread | Retrieve a full thread, including parent posts and replies, up to 100 deep. |
📚 API Reference
🧪 Test Account Access
- You can test Bluesky integrations by creating an account at https://bsky.app/.
🧑💻 New to Activepieces?
Activepieces is the leading open source AI automation platform. We have many apps (we call them Pieces), that are available within the builder and as MCPs. These apps are build with our TypeScript framework and are easy to build. Once they're merged to our repo, they will available as pieces in our automation builder and as MCPs to be used with AI agents and MCP clients.
We welcome contributions and in fact, we get excited over them. Start your journey here: https://www.activepieces.com/docs/developers/building-pieces/overview