mcpserver.lol
registry/bluesky-mcp-server
Connection check verified live · 27h ago

bluesky-mcp-server

Search posts, profiles, feeds, threads, and trending topics on Bluesky.

Tools 7
GitHub stars 1
Installs / wk 316
Licence Apache-2.0
Transport streamable-http, stdio
Last checked 27h ago

Tools & capabilities

7 tools

Read from the running server on 27h ago.

bsky_get_author_feed read-only actor*limitcursorfilter
Get a Bluesky user's recent feed ordered newest-first. Every filter includes reposts, so items authored by other accounts appear alongside the actor's own writing — a "repostedBy"…
bsky_get_follows read-only actor*limitcursordirection*
Fetch the social graph edges for a Bluesky account — who follows them, or who they follow. Returns paginated actor profiles (handle, DID, displayName, bio, pronouns when set, follo…
bsky_get_post_thread read-only uri*depthparent_height
Fetch the conversation for a post by AT-URI — the parent chain upward and the reply tree downward. Enter the thread at any point and traverse the discussion. AT-URIs have the forma…
bsky_get_profile read-only actor*
Fetch a Bluesky actor's public profile by handle (e.g. "bsky.app") or DID (e.g. "did:plc:z72i7hdynmk6r22z27h6tvur"). Returns displayName, handle, DID, bio, pronouns, website, follo…
bsky_get_trending read-only limit
Fetch the current real-time trending topics on Bluesky. Returns topics with display name, post count, category (politics, sports, pop-culture, etc.), status (hot/rising), start tim…
bsky_search_actors read-only limitquery*cursor
Find Bluesky accounts by name or handle fragment. Returns ranked profiles with handle, DID, displayName, bio, pronouns when the account set them, and follower count — but not websi…
bsky_search_posts read-only tagsortlimitquery*sinceuntil +3
Full-text search across public Bluesky posts. Filters by author (handle or DID), language (BCP-47 code, e.g. "en"), hashtag (without the # prefix), date range (ISO 8601), and sort…