MCP Bluesky Stock Sentiment
Analyzes recent Bluesky posts about stocks and provides sentiment analysis using Cloudflare Workers AI. Searches for stock-related content on Bluesky and returns sentiment summaries with confidence scores and post details.
README
MCP Bluesky Stock Sentiment
Analyze recent Bluesky posts about stocks and return a concise sentiment summary using Cloudflare Workers AI — exposed as an MCP server you can connect to from any MCP‑compatible client.
What you get
- Cloudflare Worker with Hono, serving an MCP endpoint at
/mcp. - Tool:
analyze_stock_posts— searches recent Bluesky posts, filters for stock‑related content, and runs sentiment via@cf/huggingface/distilbert-sst-2-int8. - Simple JSON metadata on
/for quick health checks.
Quickstart
- Prereqs: Node 18+, Cloudflare account, Wrangler auth (
npx wrangler login). - Install:
npm install - Dev:
npm run dev(serves onhttp://localhost:8787) - Deploy:
npm run deploy - Typegen:
npm run cf-typegen(optional; syncs Worker bindings types)
MCP Endpoint
- Local:
http://localhost:8787/mcp - Prod:
<your-workers-subdomain>.workers.dev/mcp - Server name:
bluesky-stock-sentiment(seesrc/index.ts).
Available Tool
analyze_stock_posts- Input:
{ count?: number }— number of posts to analyze (1–10, default 2) - Behavior: Fetches recent posts from Bluesky’s public search API, filters to stock‑related text, analyzes each with Workers AI, and returns a textual summary (totals, percentages, average confidence, and per‑post details with author, likes, reposts, timestamp, and URI).
- Input:
Config and Extensibility
- Sentiment model:
src/lib/sentiment.ts- Default:
@cf/huggingface/distilbert-sst-2-int8 - Swap to any Workers AI text‑classification model if you prefer.
- Default:
- Stock filtering:
src/lib/stock-filter.ts- Update the keyword list to fine‑tune what counts as a “stock post”.
- Bluesky search:
src/lib/bluesky-api.ts- Uses the public unauthenticated search API and basic heuristics to avoid duplicates.
- Firehose (optional):
src/lib/firehose.ts- Example collector that connects to Bluesky’s firehose via WebSocket and filters in real time. This is not wired into the Worker route; use it as a reference for server/runtime environments that support outbound WebSocket connections.
Endpoints
GET /— returns service metadata (name, version, description, available tools).ALL /mcp— MCP over HTTP transport (viamcp-lite). Point your MCP client here.
Notes
- You must bind Workers AI in Wrangler (already configured in
wrangler.jsoncunderai.binding = "AI"). - Bluesky’s public search API may rate‑limit or change behavior; the tool is resilient but results vary over time.
Project Layout
src/index.ts— Hono app, MCP server wiring, routes.src/mcp/tools.ts—analyze_stock_poststool registration and handler.src/lib/*— sentiment analysis, filtering, Bluesky integrations.
License
- Provided as‑is; add a license if you plan to distribute.
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
E2B
Using MCP to run code via e2b.