Skip to main content
Glama

BlueSky MCP Server

bluesky_search_profiles

Search for user profiles on the BlueSky social network using a query string, with options to limit results and paginate through multiple pages.

Instructions

Search for Bluesky profiles

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of results to return (default 25, max 100)
queryYesSearch query string

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 25, "description": "Maximum number of results to return (default 25, max 100)", "type": "integer" }, "query": { "description": "Search query string", "type": "string" } }, "required": [ "query" ], "type": "object" }
Install Server

Other Tools from BlueSky MCP Server

Related Tools

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/berlinbra/BlueSky-MCP'

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