Connections & Capabilities
Connects To
Capabilities
Quickstart
Install
npx -y @smithery/cli install @laulauland/bluesky-context-server --client claudeExposed MCP Tools (8)
bluesky_get_profileRetrieves the user's Bluesky profile information.
Read-only operation, no side effects.
bluesky_get_followsLists the accounts the user is following on Bluesky.
Read-only operation, no side effects.
bluesky_get_followersLists the accounts following the user on Bluesky.
Read-only operation, no side effects.
bluesky_get_postsRetrieves the user's recent posts on Bluesky.
Read-only operation, no side effects.
bluesky_get_personal_feedRetrieves the user's personalized Bluesky timeline/feed.
Read-only operation, no side effects.
bluesky_get_liked_postsRetrieves the posts the user has liked on Bluesky.
Read-only operation, no side effects.
bluesky_search_postsSearches for posts across Bluesky based on a query.
Read-only operation, no side effects.
bluesky_search_profilesSearches for Bluesky user profiles based on a query.
Read-only operation, no side effects.
Safety Assessment
The Bluesky Context Server is relatively safe for read operations. The main risk involves the compromise of the Bluesky app password, which could lead to unauthorized access to the user's Bluesky data. Ensure the app password is kept secure and access is limited to trusted AI assistants.
- Uses read-only operations for profile and feed retrieval.
- Relies on Bluesky's API for data access, inheriting its security measures.
- Authentication is handled via app passwords, limiting the scope of access.
- No direct file system access or shell execution capabilities.
- Requires storing a Bluesky app password, which could be compromised.
- Improperly configured access could expose personal Bluesky data.
- Potential for information leakage if the AI assistant is compromised.
- Rate limiting issues could arise from excessive API calls.
