This BlueSky MCP server, developed by berlinbra, provides access to BlueSky social network data through its official API. Built with Python and leveraging the Model Context Protocol, it offers tools for retrieving user profiles and social graph information. The implementation features built-in authentication handling, session management, and comprehensive error handling. It's particularly useful for AI assistants and applications needing to incorporate BlueSky social data, enabling use cases such as user analysis, network visualization, and content discovery without directly dealing with the complexities of the BlueSky API.
아직 리뷰가 없습니다. 첫 번째 리뷰를 작성해 보세요!
대화에 참여하려면 로그인하세요
Retrieves detailed profile information for a given BlueSky user. Input: handle (string) - The user's handle (e.g., 'alice.bsky.social')
Retrieves a list of accounts that a specified user follows, with support for pagination. Input: actor (string) - The user's handle (e.g., 'alice.bsky.social'), limit (integer) - Maximum number of results to return (default: 50, min: 1, max: 100), cursor (string, optional) - Pagination cursor.