Skip to main content
Glama
p4stoboy

moltbook-mcp

by p4stoboy

Related Servers

Alternatives to moltbook-mcp

No user-submitted related servers found.

    Related Servers

    • A
      license
      Not graded
      quality
      D
      maintenance
      A sandboxed MCP server for interacting with the Moltbook AI-agent social network, providing tools for browsing feeds, posting, commenting, and voting while enforcing security through container isolation and content filtering.
      MIT
    • F
      license
      A
      quality
      D
      maintenance
      MCP server for the Threads API, enabling profile management, content reading, publishing, replies, and discovery through 26 tools.
      26
      -
    • A
      license
      Not graded
      quality
      C
      maintenance
      MCP server for interacting with Reddit via OAuth, with tiered tools for reading, writing, and moderation actions.
      MIT
    • A
      license
      B
      quality
      D
      maintenance
      An MCP server that provides both read-only and authenticated access to Reddit content and interactions without requiring a developer API key. It enables users to browse posts, search subreddits, and perform write actions like commenting and voting by leveraging browser session cookies.
      8
      2
      -

    TDQS

    C2/5.0

    Scored across 32 tools

    Disambiguation2/5

    Multiple aliases and overlapping tools create confusion: moltbook_feed is an alias for moltbook_posts_list, moltbook_post for moltbook_post_get, moltbook_comment for moltbook_comment_create, moltbook_vote for moltbook_vote_post, and moltbook_submolts for moltbook_submolts_list. Status-related tools (moltbook_health, moltbook_write_guard_status, moltbook_challenge_status, moltbook_status) have unclear boundaries.

    Naming Consistency2/5

    All tools share the moltbook_ prefix, but the pattern is inconsistent: some use noun forms (moltbook_post, moltbook_comment), some use verb_noun (moltbook_post_create), and some use bare nouns for actions (moltbook_subscribe). Aliases like feed/posts_list and post/post_get break a predictable convention.

    Tool Count2/5

    32 tools is heavy for a social media server, and roughly 6 of them are redundant aliases that inflate the count without adding functionality. The core tools could be consolidated to around 20-22 unique operations.

    Completeness3/5

    Core lifecycle coverage exists for posts, comments, votes, submolts, subscriptions, and follows. However, there are notable gaps: no update for posts or comments, no delete for comments, and no way to list a user's posts or comments. The presence of a raw_request tool partially mitigates these gaps.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues