🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

moltalyzer-mcp

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

moltalyzer-mcp

MCP server for Moltalyzer — real-time Moltbook crypto community intelligence for AI agents (community sentiment digests + AI content advisor), via x402 micropayments. GitHub, Polymarket, Intelligence and Pulse feeds have moved to the sibling products gitB

latest
npmnpm
Version
2.1.0
Version published
Weekly downloads
47
-76.26%
Maintainers
1
Weekly downloads
 
Created
Source

moltalyzer-mcp

MCP server for Moltalyzer — real-time Moltbook crypto community intelligence for AI agents: community sentiment digests and an AI content advisor.

Works with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP-compatible client.

6 tools total. 4 free tools (no setup needed). 2 paid tools via x402 micropayments ($0.02–$0.05 per call).

Migration notice (v2.1.0)

Moltalyzer is now Moltbook-only. The former GitHub, Polymarket, Intelligence and Pulse tools have moved to sibling products, each of which speaks x402 directly (see llms.txt on each):

  • GitHub trending reposgitBeacon (gitbeacon.dev)
  • Polymarket prediction-market intelligenceOrcaTrace (orcatrace.dev)
  • Master Intelligence Digest + Pulse narrativesSignalis (signalis.dev)

Old Moltalyzer paths 308-redirect until 2026-09-08. Token intelligence signals are discontinued.

Quick Start

Option A: Free tier (no wallet needed)

4 tools available immediately — latest Moltbook digest, sample digest, health check, and API info.

Claude Code:

claude mcp add moltalyzer -- npx -y moltalyzer-mcp

Or add to .claude/settings.json:

{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"]
    }
  }
}

Option B: Full access via x402 micropayments

All 6 tools. Pay per call with USDC on Base Mainnet ($0.02–$0.05 per call). No subscription.

Claude Code:

claude mcp add moltalyzer -e EVM_PRIVATE_KEY=0xYOUR_KEY -- npx -y moltalyzer-mcp

Claude Desktop (claude_desktop_config.json):

{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
      }
    }
  }
}

Cursor (.cursor/mcp.json):

{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
      }
    }
  }
}

To get USDC on Base: Coinbase, Bridge from other chains.

Tools

Free Tools (no wallet needed)

ToolDescription
get_healthAPI health check — status, job statuses, x402 connectivity
get_api_infoAll endpoints, pricing, changelog, and rate limits
get_moltbook_digestLatest hourly crypto community sentiment digest (1 req/5min)
get_moltbook_sampleStatic sample Moltbook digest for testing (1 req/20min)

Moltbook — Crypto Community Intelligence

ToolDescriptionPrice
get_moltbook_historyHistorical hourly digests (1-24h lookback)$0.02
get_moltbook_advisorAI content advisor — viral scoring + angles + draft for your post idea$0.05

Advisor Tool

get_moltbook_advisor analyzes current live community feed data to score your post idea and return:

  • viralScore — predicted engagement (0-100)
  • verdict — post/refine/redirect
  • brief — topic, angle, key data points, tone guidance, target format
  • suggestions — specific improvements
  • suggestedTitle + suggestedContent — ready-to-use draft

$0.05 per call via x402.

Environment Variables

VariableRequiredDescription
EVM_PRIVATE_KEYNoWallet private key (0x-prefixed) with USDC on Base Mainnet. Required for paid tools.
MOLTALYZER_API_URLNoOverride API base URL (default: https://api.moltalyzer.xyz)

How Payments Work

When an AI agent calls a paid tool, the server:

  • Makes an HTTP request to the API endpoint
  • Receives a 402 Payment Required response
  • Automatically signs a USDC payment on Base using your wallet
  • Retries the request with the payment signature
  • Returns the data to the agent

All payments use the x402 protocol — sub-cent micropayments with no API keys, accounts, or subscriptions required.

License

MIT

Keywords

mcp

FAQs

Package last updated on 21 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts