A simple MCP server that can enable MCP clients to query Bluesky instances.
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください
Get your Bluesky profile information including display name, bio, follower count, etc. Parameters: None. Returns: Complete profile data.
Get a list of accounts you follow. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: List of followed accounts with profile info.
Get a list of accounts following you. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: List of followers with profile info.
Get your recent posts. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Your recent posts with engagement data.
Get your personalized Bluesky timeline/feed. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Posts from your personalized feed.
Get posts you've liked. Parameters: limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Posts you've liked.
Search for posts across Bluesky. Parameters: query (required): Search query string, limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: Posts matching your search query.
Search for Bluesky user profiles. Parameters: query (required): Search query string, limit (optional): Max items to return (default 50, max 100), cursor (optional): Pagination cursor for next page. Returns: User profiles matching your search query.