A simple MCP server that can enable MCP clients to query Bluesky instances.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Get your Bluesky profile information including display name, bio, follower count, etc. Parameters: None. Returns: Complete profile data.
Get a list of accounts you follow. Parameters: limit (optional), cursor (optional). Returns: List of followed accounts with profile info.
Get a list of accounts following you. Parameters: limit (optional), cursor (optional). Returns: List of followers with profile info.
Get your recent posts. Parameters: limit (optional), cursor (optional). Returns: Your recent posts with engagement data.
Get your personalized Bluesky timeline/feed. Parameters: limit (optional), cursor (optional). Returns: Posts from your personalized feed.
Get posts you've liked. Parameters: limit (optional), cursor (optional). Returns: Posts you've liked.
Search for posts across Bluesky. Parameters: query (required), limit (optional), cursor (optional). Returns: Posts matching your search query.
Search for Bluesky user profiles. Parameters: query (required), limit (optional), cursor (optional). Returns: User profiles matching your search query.