Skip to main content
Glama

Bluesky MCP Server

by brianellin

search-feeds

Search for custom feeds on Bluesky using a specific query and limit results to streamline content discovery and access relevant posts 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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/brianellin/bsky-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server