BlueSky MCP Server
by berlinbra
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
BLUESKY_IDENTIFIER | Yes | Your BlueSky handle (e.g., 'your.handle.bsky.social') | |
BLUESKY_APP_PASSWORD | Yes | Your generated BlueSky App Password |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
bluesky_get_profile | Get a user's profile information |
bluesky_get_posts | Get recent posts from a user |
bluesky_search_posts | Search for posts on Bluesky |
bluesky_get_follows | Get a list of accounts the user follows |
bluesky_get_followers | Get a list of accounts following the user |
bluesky_get_liked_posts | Get a list of posts liked by the user |
bluesky_get_personal_feed | Get your personalized Bluesky feed |
bluesky_search_profiles | Search for Bluesky profiles |