Skip to main content
Glama

BlueSky MCP Server

bluesky_get_personal_feed

Retrieve your personalized BlueSky social feed with pagination support, enabling access to up to 100 curated posts per request using the official API.

Instructions

Get your personalized Bluesky feed

Input Schema

NameRequiredDescriptionDefault
cursorNoPagination cursor for next page of results
limitNoMaximum number of feed items to return (default 50, max 100)

Input Schema (JSON Schema)

{ "properties": { "cursor": { "description": "Pagination cursor for next page of results", "type": "string" }, "limit": { "default": 50, "description": "Maximum number of feed items to return (default 50, max 100)", "type": "integer" } }, "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