bluesky_search
Search public Bluesky posts using Lucene-style queries to find content by keywords, authors, hashtags, or mentions without requiring Bluesky credentials.
Instructions
Search public Bluesky posts. No Bluesky credentials required. FREE — no credit cost.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Lucene-style search query. Examples: 'claude code', '"MCP server"', 'content publishing'. | |
| limit | No | Max posts to return (default 25, max 100). | |
| cursor | No | ||
| sort | No | 'latest' (default) for freshness, 'top' for engagement. | |
| since | No | ISO date or datetime — only posts after this time. | |
| mentions | No | Filter to posts that mention this handle. | |
| author | No | Filter to posts by this handle. | |
| lang | No | BCP-47 language code (e.g. 'en'). | |
| tag | No | Filter to posts with ALL of these hashtags (no # prefix). |