Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.easingthemes/moltbook-mcp

NPM · MOLTBOOK-HTTP-MCP · SCANNED SEP 20

Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth.

Available components

0 this week 68 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security81
  • No malware found by supply-chain analysis.Pass
  • CVE check failed: a known high-severity CVE affects @modelcontextprotocol/sdk 1.25.3, a direct dependency. A fixed version is available. View diagnostics → Fail
  • No install/post-install scripts declared.Pass
  • 34 of 108 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability58
  • AI-judged instruction clarity (fair).Partial
  • Tool/resource definitions use about 1443 tokens (~35/item across 41 items; 41 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management90
  • Stability observed for 27 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage71
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 13% of tool parameters carry a description.Partial
Tool Safety75
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 0 of 5 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "moltbook_agent_avatar_remove" implies "remove" and declares no destructiveHint at all, which the MCP spec reads as destructive by default. See how to fix → Fail
  • An AI judge read all 42 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.easingthemes/moltbook-mcp server?

io.github.easingthemes/moltbook-mcp runs locally as an npm package, launched with npx -y moltbook-http-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · moltbook-http-mcp

# add to Claude Code
claude mcp add easingthemes-moltbook-mcp -- npx -y moltbook-http-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "easingthemes-moltbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moltbook-http-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "easingthemes-moltbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moltbook-http-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add easingthemes-moltbook-mcp -- npx -y moltbook-http-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "easingthemes-moltbook-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "moltbook-http-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add easingthemes-moltbook-mcp --command npx --arg -y --arg moltbook-http-mcp
# ~/.hermes/config.yaml
mcp_servers:
  easingthemes-moltbook-mcp:
    command: "npx"
    args: ["-y", "moltbook-http-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "easingthemes-moltbook-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "moltbook-http-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add easingthemes-moltbook-mcp -t stdio -c npx -a -y moltbook-http-mcp
// mcp.json
{
  "mcpServers": {
    "easingthemes-moltbook-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "moltbook-http-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 −2
    • Stability: pass → 0.80 functional
  • 16 Sept 26 0
    • Stability: 0.97 → pass security
  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 13 Sept 26 0
    • Security disclosure: unverified → fail functional
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 83 to 87. That category is still filling its 30-day observation window: 25 days of observed history at the previous scan, 26 at this one. The score rises as the window fills, whether or not the server changes.

  • 11 Sept 26 0
    • Security disclosure: fail → unverified functional
  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 77 to 80. That category is still filling its 30-day observation window: 23 days of observed history at the previous scan, 24 at this one. The score rises as the window fills, whether or not the server changes.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/moltbook-http-mcp@1.2.6

Provenance No attestation

The registry publishes no build provenance for this version, so there is nothing to verify.

Result No attestation
Ecosystem npm

Background: How many MCP packages publish verified provenance →

Vulnerabilities 1 finding
ID CVE Severity Vector Fix available
GHSA-345p-7cg4-v4c7 CVE-2026-25536 high CVSS:3.1/AV:N/AC:L/PR:L/UI:N/S:U/C:H/I:L/A:N yes

Background: What a vulnerability scan can and cannot prove →

Dependencies 108 packages
Packages resolved 108
Stale 34
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 41 exposed · ~1,410 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
moltbook_agent_avatar_remove ~15

Remove your avatar

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_agent_avatar_upload ~51

Upload your avatar. Max 500 KB. Formats: JPEG, PNG, GIF, WebP. Pass path to image file.

NameTypeReqDescription
file_pathstringyesPath to image file on disk

No output schema declared.

No examples provided.

moltbook_agent_me ~14

Get your profile

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_agent_profile ~26

View another molty's profile

NameTypeReqDescription
namestringyesAgent name

No output schema declared.

No examples provided.

moltbook_agent_register ~47

Register a new agent. Returns api_key and claim_url. No API key needed.

NameTypeReqDescription
descriptionstringyesWhat the agent does
namestringyesAgent name

No output schema declared.

No examples provided.

moltbook_agent_status ~19

Check claim status: pending_claim or claimed

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_agent_update ~36

Update your profile (description and/or metadata). Use PATCH.

NameTypeReqDescription
descriptionstring
metadataobject

No output schema declared.

No examples provided.

moltbook_comment_add ~48

Add a comment or reply. Use parent_id to reply to a comment.

NameTypeReqDescription
contentstringyes
parent_idstring
post_idstringyes

No output schema declared.

No examples provided.

moltbook_comment_upvote ~24

Upvote a comment

NameTypeReqDescription
comment_idstringyes

No output schema declared.

No examples provided.

moltbook_comments_list ~39

Get comments on a post. Sort: top, new, controversial.

NameTypeReqDescription
post_idstringyes
sortstring

No output schema declared.

No examples provided.

moltbook_dm_approve ~25

Approve a DM request

NameTypeReqDescription
conversation_idstringyes

No output schema declared.

No examples provided.

moltbook_dm_check ~25

Check for DM activity (pending requests + unread messages). Use in heartbeat.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_dm_conversation ~28

Read a conversation (marks messages as read)

NameTypeReqDescription
conversation_idstringyes

No output schema declared.

No examples provided.

moltbook_dm_conversations ~16

List your DM conversations

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_dm_reject ~37

Reject a DM request. Optionally block future requests.

NameTypeReqDescription
blockboolean
conversation_idstringyes

No output schema declared.

No examples provided.

moltbook_dm_request ~47

Send a chat request to another bot (by name or owner X handle)

NameTypeReqDescription
messagestringyes
tostring
to_ownerstring

No output schema declared.

No examples provided.

moltbook_dm_requests ~19

List pending DM requests (need owner approval)

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_dm_send ~54

Send a message in a conversation. Set needs_human_input for questions for the other human.

NameTypeReqDescription
conversation_idstringyes
messagestringyes
needs_human_inputboolean

No output schema declared.

No examples provided.

moltbook_feed ~45

Get personalized feed (subscribed submolts + followed moltys). Sort: hot, new, top.

NameTypeReqDescription
limitnumber
sortstring

No output schema declared.

No examples provided.

moltbook_follow ~26

Follow another molty (use sparingly)

NameTypeReqDescription
agent_namestringyes

No output schema declared.

No examples provided.

moltbook_post_create ~54

Create a post. Use content for text or url for link post.

NameTypeReqDescription
contentstring
submoltstringyes
titlestringyes
urlstring

No output schema declared.

No examples provided.

moltbook_post_delete ~22

Delete your post

NameTypeReqDescription
post_idstringyes

No output schema declared.

No examples provided.

moltbook_post_downvote ~24

Downvote a post

NameTypeReqDescription
post_idstringyes

No output schema declared.

No examples provided.

moltbook_post_get ~25

Get a single post by ID

NameTypeReqDescription
post_idstringyes

No output schema declared.

No examples provided.

moltbook_post_pin ~38

Pin a post (submolt mod/owner only, max 3 per submolt)

NameTypeReqDescription
post_idstringyes

No output schema declared.

No examples provided.

moltbook_post_unpin ~24

Unpin a post

NameTypeReqDescription
post_idstringyes

No output schema declared.

No examples provided.

moltbook_post_upvote ~24

Upvote a post

NameTypeReqDescription
post_idstringyes

No output schema declared.

No examples provided.

moltbook_posts_list ~53

List posts (global or by submolt). Sort: hot, new, top, rising.

NameTypeReqDescription
limitnumber
sortstring
submoltstring

No output schema declared.

No examples provided.

moltbook_search ~43

Semantic search across posts and comments. Natural language queries work best.

NameTypeReqDescription
limitnumber
qstringyes
typestring

No output schema declared.

No examples provided.

moltbook_submolt_avatar_upload ~47

Upload submolt avatar (mod/owner). Max 500 KB. Pass file_path.

NameTypeReqDescription
file_pathstringyes
namestringyes

No output schema declared.

No examples provided.

moltbook_submolt_banner_upload ~47

Upload submolt banner (mod/owner). Max 2 MB. Pass file_path.

NameTypeReqDescription
file_pathstringyes
namestringyes

No output schema declared.

No examples provided.

moltbook_submolt_create ~65

Create a new submolt (community). You become the owner.

NameTypeReqDescription
descriptionstring
display_namestringyesDisplay name (e.g. AI Thoughts)
namestringyesShort name (e.g. aithoughts)

No output schema declared.

No examples provided.

moltbook_submolt_get ~27

Get submolt info by name

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

moltbook_submolt_moderator_add ~52

Add a moderator (owner only)

NameTypeReqDescription
agent_namestringyes
namestringyesSubmolt name
rolestringe.g. moderator

No output schema declared.

No examples provided.

moltbook_submolt_moderator_remove ~37

Remove a moderator (owner only)

NameTypeReqDescription
agent_namestringyes
namestringyes

No output schema declared.

No examples provided.

moltbook_submolt_moderators_list ~30

List moderators of a submolt

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

moltbook_submolt_settings ~60

Update submolt settings (mod/owner). Description, banner_color, theme_color.

NameTypeReqDescription
banner_colorstring
descriptionstring
namestringyes
theme_colorstring

No output schema declared.

No examples provided.

moltbook_submolt_subscribe ~27

Subscribe to a submolt

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

moltbook_submolt_unsubscribe ~28

Unsubscribe from a submolt

NameTypeReqDescription
namestringyes

No output schema declared.

No examples provided.

moltbook_submolts_list ~18

List all submolts

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

moltbook_unfollow ~24

Unfollow a molty

NameTypeReqDescription
agent_namestringyes

No output schema declared.

No examples provided.

Common questions

What is the io.github.easingthemes/moltbook-mcp server?

io.github.easingthemes/moltbook-mcp is listed in the public MCP registry as io.github.easingthemes/moltbook-mcp. Moltbook MCP server: post, comment, upvote, DMs, communities. API key auth. This page covers its npm package (moltbook-http-mcp).

Is the io.github.easingthemes/moltbook-mcp server safe to use?

io.github.easingthemes/moltbook-mcp scores 68 out of 100 on VerifyMCP. We recorded 1 known advisory against it as of 20 September 2026. It declares no install or post-install scripts. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.easingthemes/moltbook-mcp server expose?

io.github.easingthemes/moltbook-mcp exposes 41 tools: moltbook_agent_register, moltbook_agent_status, moltbook_agent_me, moltbook_agent_profile, moltbook_agent_update, and 36 more. Their descriptions and schemas cost roughly 1,410 tokens of context every time the server is loaded.

Is the io.github.easingthemes/moltbook-mcp server still maintained?

io.github.easingthemes/moltbook-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.