Bluesky MCP Server

by brianellin
Verified

get-profile

Retrieve a user's profile information on Bluesky by providing their handle, enabling access to details such as display name, bio, and avatar.

Instructions

Get a user's profile from Bluesky

Input Schema

NameRequiredDescriptionDefault
handleYesThe handle of the user (e.g., alice.bsky.social)

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "handle": { "description": "The handle of the user (e.g., alice.bsky.social)", "type": "string" } }, "required": [ "handle" ], "type": "object" }
ID: 8paka7dsoe