MCP server exposing 4 tools for lobsters.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/lobsters/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
get_hottest — Get trending stories from Lobsters. Returns title, URL, score, comment count, and tags for each story.get_newest — Get latest stories posted to Lobsters. Returns title, URL, publication time, score, and tags for each story.get_story — Fetch a single story and all its comments by ID (e.g., "abc123"). Returns title, URL, text, score, and nested comment threads.get_tag — Search stories by tag (e.g., "rust", "programming", "security"). Returns matching stories with titles, URLs, scores, and tags.Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/lobsters/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io