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.
Nessuna recensione ancora. Sii il primo a recensire!
Accedi per unirti alla conversazione
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.