Skip to content

v0.1.1: Initial public release — 7 tools + 1 resource over the Bluesky AT Protocol public AppView API

Choose a tag to compare

@cyanheads cyanheads released this 05 Jun 11:59
v0.1.1
ee9d7c1

Initial public release — 7 tools + 1 resource over the Bluesky AT Protocol public AppView API

Read-only MCP access to Bluesky's public AppView API — no authentication required. Seven tools cover post search, actor profiles, author feeds, conversation threads, actor discovery, social graph edges, and real-time trending topics. One URI-addressable resource exposes actor profiles at bsky://profile/{actor}.

Added:

  • bsky_search_posts — full-text post search with author/language/tag/domain/date/sort filters
  • bsky_get_profile — actor profile by handle or DID; the handle↔DID resolver
  • bsky_get_author_feed — user's recent posts, filterable by post type
  • bsky_get_post_thread — full conversation thread by AT-URI, parent chain + reply tree
  • bsky_search_actors — actor discovery by name or handle fragment
  • bsky_get_follows — paginated social graph edges (followers or following)
  • bsky_get_trending — real-time trending topics with post count and category
  • bsky://profile/{actor} resource — actor profile via URI

Security:

  • Input-length bounds on all free-text fields (handles max 253, queries max 500, cursors max 2048, AT-URIs max 2048)

80 tests pass; bun run devcheck clean.