Skip to main content
Glama

BlueSky MCP Server

bluesky_search_posts

Search for posts on the BlueSky social network by specifying a query, with options to paginate results and set response limits.

Instructions

Search for posts on Bluesky

Input Schema

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

Input Schema (JSON Schema)

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

You must be authenticated.

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