Bluesky MCP is a Go-based server that implements the Model Context Protocol for the Bluesky social network, enabling AI-powered features through three main services: Feed Analysis for sentiment analysis on posts, Post Assistant for generating content suggestions based on mood and topic, and Community Management for tracking user activity. Developed by Koji, the implementation prioritizes reliability with features like circuit breakers, retry mechanisms, fallback responses, and persistent caching, while maintaining security through input validation, TLS enforcement, and rate limiting. The server connects to the Bluesky API via AT Protocol and includes comprehensive error handling and performance optimizations like connection pooling and parallel processing.
Analyzes posts containing a specific hashtag across the network. Parameters: hashtag (string, required), limit (number, optional, default: 10, max: 100)
Generates post suggestions based on mood and topic, using AI if available. Parameters: mood (string, optional), topic (string, optional, max length: 200), submit (boolean, optional, default: false)
Submits text directly as a post to Bluesky. Parameters: text (string, required, maximum 300 characters)
Tracks user activity and monitors recent posts. Parameters: userHandle (string, required), limit (number, optional)
No reviews yet. Be the first to review!
Sign in to join the conversation