search_posts
ActiveTool of uluesky
declared in 0.1.0
Search Bluesky posts by keyword or phrase. Returns matching posts with author handles, timestamps, engagement metrics, and content.Requires bsky_handle and bsky_app_password in the gateway URL query params.
Parameters schema
{
"type": "object",
"examples": [
{
"query": "artificial intelligence"
},
{
"limit": 100,
"query": "bluesky news"
}
],
"required": [
"query"
],
"properties": {
"limit": {
"type": "number",
"description": "Number of results (1-100, default 25)"
},
"query": {
"type": "string",
"description": "Search query"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
uluesky
https://github.com/pipeworx-io/mcp-bluesky
1/7 registries