Bluesky MCP Server

by brianellin
Verified

search-feeds

Discover custom feeds on Bluesky by entering specific search queries. Control the number of results returned to refine your feed discovery process efficiently.

Instructions

Search for custom feeds on Bluesky

Input Schema

NameRequiredDescriptionDefault
limitNoNumber of results to fetch (1-100)
queryYesSearch query for finding feeds

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "limit": { "default": 10, "description": "Number of results to fetch (1-100)", "maximum": 100, "minimum": 1, "type": "number" }, "query": { "description": "Search query for finding feeds", "type": "string" } }, "required": [ "query" ], "type": "object" }
ID: 8paka7dsoe