Skip to main content
Glama

Bluesky MCP Server

by brianellin

get-follows

Retrieve a list of users followed by a specific Bluesky/ATProtocol account, with optional limit setting for results.

Instructions

Get a list of users that a person follows

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of follows to fetch (1-500)
userYesThe handle or DID of the user (e.g., alice.bsky.social)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 500, "description": "Maximum number of follows to fetch (1-500)", "maximum": 500, "minimum": 1, "type": "number" }, "user": { "description": "The handle or DID of the user (e.g., alice.bsky.social)", "type": "string" } }, "required": [ "user" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianellin/bsky-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server