Skip to main content
Glama

Server Details

Lobsters MCP — stories and discussions from lobste.rs

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
41.0% over 41 days
Last Tested
Transport
Streamable HTTP
URL
Repository
pipeworx-io/mcp-lobsters
GitHub Stars
0
Server Listing
mcp-lobsters

TDQS

A3.6/5.0

Scored across 35 tools

Disambiguation2/5

Several tools have heavily overlapping boundaries: ask_pipeworx, ask_pipeworx_beta (which currently is explicitly identical to ask_pipeworx), ask_pipeworx_grounded, and deep_research all route similar questions, while five polymarket_* tools and multiple entity/lookup tools (entity_profile, recent_changes, validate_claim, compare_entities, resolve_entity) can plausibly fire for the same user intent. Long descriptions try to disambiguate, but the existence of a live duplicate and multiple parallel routers means an agent can easily misselect.

Naming Consistency4/5

All tool names use consistent snake_case, which is a clear plus. Verb patterns vary (get_*, list_*, ask_*, scan_*, resolve_*), and a few nouns-only names like bet_research and deep_research deviate, but the overall convention is predictable and readable.

Tool Count2/5

35 tools is above the 25+ 'too many' threshold, and a meaningful fraction are redundant routers or overlapping polymarket tools that inflate the count. For a server whose apparent scope mixes a small Lobsters surface with a broad Pipeworx gateway, this many entry points is harder to navigate than a consolidated set would be.

Completeness3/5

The set covers a lot: memory CRUD (remember/recall/forget), subscription lifecycle (subscribe/list_subscriptions/unsubscribe), alerts, search, entity resolution, and many data-routing options. However there is no update operation for subscriptions, the Lobsters side has only read tools (no posting/commenting), and the overall domain is ambiguous, leaving notable gaps relative to any single stated purpose.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • Changedbet_research2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "market": "will-bitcoin-reach-100k-in-july-2026"
        -  },
        -  {
        -    "market": "https://polymarket.com/event/will-bitcoin-hit-150k-by-june-30-2026"
        -  }
        -]New value: +[
        +  {
        +    "market": "will-kristi-noem-win-the-2028-republican-presidential-nomination"
        +  },
        +  {
        +    "market": "https://polymarket.com/event/will-kristi-noem-win-the-2028-republican-presidential-nomination"
        +  }
        +]
      • changedInput schema / properties / market / description
        Previous value: -"Polymarket slug (\"will-bitcoin-hit-150k-by-june-30-2026\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k by June 30?\")"New value: +"Polymarket slug (\"will-kristi-noem-win-the-2028-republican-presidential-nomination\"), full URL (\"https://polymarket.com/event/...\"), or question text (\"Will Bitcoin hit $150k?\"). Dated slugs stop resolving once they settle — Polymarket de-indexes resolved markets — so prefer an undated one."
    • Changedpolymarket_kalshi_spread2 fields changed
      • changedInput schema / examples
        Previous value: -[
        -  {
        -    "topic": "fed"
        -  },
        -  {
        -    "topic": "btc"
        -  }
        -]New value: +[
        +  {
        +    "topic": "fed"
        +  },
        +  {
        +    "topic": "btc"
        +  },
        +  {
        +    "topic": "bitcoin"
        +  },
        +  {
        +    "topic": "fed rate decision"
        +  }
        +]
      • changedInput schema / properties / topic / description
        Previous value: -"Pre-mapped: fed | btc | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president"New value: +"Subject to compare. Canonical keys: fed | btc | eth | cpi | gdp | sp500 | recession | next_pope | next_uk_pm | next_israel_pm | 2028_president — but aliases and keywords resolve too (\"bitcoin\", \"fed rate decision\", \"ethereum\", \"inflation\", \"s&p 500\", \"us recession\", \"next pope\", \"2028 election\"). Check resolution.topic_matched_by in the response: \"exact\"/\"alias\" is a curated pairing, \"phrase\"/\"token\" is a keyword guess."

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    A
    maintenance
    MCP server for Lobu, the open-source backend for AI teammates, providing durable memory and agent capabilities. It enables AI assistants to watch, remember, and act across company tools with sandboxed execution.
    3 npm
    223
    Apache 2.0
  • A
    license
    A
    quality
    A
    maintenance
    Autonomous coding pipeline exposed as an MCP server: plan, dispatch, review, and merge software stories through worktree-isolated agents. A frontier model (Claude) handles judgment — planning, review, risk adjudication — while a local model does the implementation, gated by TDD and a merge-time test rerun on the rebased branch.
    25
    5
    Apache 2.0
  • A
    license
    Not graded
    quality
    B
    maintenance
    Self-hosted MCP proxy and aggregation platform. Register multiple upstream MCP servers and expose them through a single unified endpoint with namespace routing, multi-transport support (HTTP/SSE, stdio, OpenAPI→MCP), per-tool overrides, and a web admin UI.
    18
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.