MCP Bluesky Stock Sentiment

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.

Category
Visit Server

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 on http://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 (see src/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).

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.
  • 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 (via mcp-lite). Point your MCP client here.

Notes

  • You must bind Workers AI in Wrangler (already configured in wrangler.jsonc under ai.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.tsanalyze_stock_posts tool 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

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.

Official
Featured
TypeScript
Magic Component Platform (MCP)

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.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

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.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
Kagi MCP Server

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.

Official
Featured
Python
graphlit-mcp-server

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.

Official
Featured
TypeScript
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

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.

Official
Featured
E2B

E2B

Using MCP to run code via e2b.

Official
Featured