BlueSky MCP Server

by berlinbra
Verified

bluesky_get_personal_feed

Retrieve your personalized Bluesky social feed with pagination support, allowing you to access up to 100 posts per request using the BlueSky MCP Server's 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" }
ID: bxvvsqt34k