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): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: List of followed accounts with profile info.
Get a list of accounts following you. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: List of followers with profile info.
Get your recent posts. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Your recent posts with engagement data.
Get your personalized Bluesky timeline/feed. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Posts from your personalized feed.
Get posts you've liked. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Posts you've liked.
Search for posts across Bluesky. Parameters: query (required): Search query string, limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Posts matching your search query.
Search for Bluesky user profiles. Parameters: query (required): Search query string, limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: User profiles matching your search query.