Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by gwbischof • Analytics & Monitoring
An MCP server that lets agents interact with the Bluesky social network via the atproto client.
Read a user's home timeline or an author's feed programmatically to summarize or surface recent activity.
Create, edit, or delete posts (text, images, or video) and manage post interactions like likes and reposts on behalf of a user.
Manage social graph actions such as following, unfollowing, muting, and resolving handles to DIDs.
This MCP exposes a wide range of Bluesky functionality — authentication, profile and follow management, timeline and author feeds, post interactions (likes, reposts), and post creation (text, images, video). It is implemented against the atproto client and tested, and runs as an MCP server that you configure with your Bluesky handle and app password. The README includes instructions for running from a published package or a local clone and notes a pinned version for security.
Check if the current session is authenticated. Authentication happens automatically using environment variables: - BLUESKY_IDENTIFIER: Required - your Bluesky handle - BLUESKY_APP_PASSWORD: Required - your app password - BLUESKY_SERVICE_URL: Optional - defaults to https://bsky.social Returns: Authentication status
Get a user profile. Args: ctx: MCP context handle: Optional handle to get profile for. If None, gets the authenticated user Returns: Profile data
Get users followed by an account. Args: ctx: MCP context handle: Optional handle to get follows for. If None, gets the authenticated user limit: Maximum number of results to return (1-100) cursor: Optional pagination cursor Returns: List of followed accounts
Get users who follow an account. Args: ctx: MCP context handle: Optional handle to get followers for. If None, gets the authenticated user limit: Maximum number of results to return (1-100) cursor: Optional pagination cursor Returns: List of follower accounts
Like a post. Args: ctx: MCP context uri: URI of the post to like cid: CID of the post to like Returns: Status of the like operation
Get information about the available Bluesky tools.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.