Skip to main content
Glama
berlinbra

BlueSky MCP Server

by berlinbra

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

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

NameDescription
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

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 8 tools

Disambiguation5/5

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.

Naming Consistency5/5

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'.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessNo issues