BlueSky MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| bluesky_get_profileB | Get a user's profile information |
| bluesky_get_postsC | Get recent posts from a user |
| bluesky_search_postsC | Search for posts on Bluesky |
| bluesky_get_followsC | Get a list of accounts the user follows |
| bluesky_get_followersC | Get a list of accounts following the user |
| bluesky_get_liked_postsC | Get a list of posts liked by the user |
| bluesky_get_personal_feedC | Get your personalized Bluesky feed |
| bluesky_search_profilesC | Search for Bluesky profiles |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 8 tools
Every tool has a clearly distinct purpose targeting specific Bluesky resources: followers, follows, liked posts, personal feed, user posts, profiles, post search, and profile search. No ambiguity exists as each tool name precisely indicates what it retrieves.
All tools follow a consistent 'bluesky_verb_noun' pattern with snake_case throughout. The naming is highly predictable, using verbs like 'get' and 'search' paired with specific nouns like 'followers', 'posts', or 'profiles'.
With 8 tools, this server is well-scoped for social media interaction on Bluesky. Each tool earns its place by covering distinct aspects of user data, feeds, and search functionality without being overwhelming or insufficient.
The toolset provides comprehensive read/search coverage for Bluesky's core features, including user relationships, content consumption, and discovery. A minor gap exists in write operations (e.g., posting, liking, following), but agents can effectively navigate the available surface for information retrieval tasks.