mcp-bsky-jetstream
v1.0.5
Published
MCP server for reading a Bluesky Jetstream client
Readme
mcp-bsky-jetstream-ts
MCP Server listening to the Bluesky Jetstream in Typescript. Allows an MCP client to consume the entire Bluesky firehose in realtime.
Launching the MCP server and Jetstream client
npx mcp-bsky-jetstream --mcpPort 3000 -n 1000Using the MCP server
Tools
getMessages()- Gets a JSON stringified list of the lastn(default 100) messages in the form{ did: did, text: text, time: Date.now() }
