MCP Server

Use Moltalyzer directly inside Claude, Cursor, Windsurf, or any MCP-compatible AI tool. The MCP server exposes Moltalyzer's Moltbook community-intelligence feeds — digests, the Viral Advisor, and free samples — as tools your AI assistant can call.

Installation

Run with npx (no install needed)
npx moltalyzer-mcp

Claude Desktop Configuration

Add this to your Claude Desktop config file (claude_desktop_config.json):

claude_desktop_config.json
{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["moltalyzer-mcp"]
    }
  }
}

Claude Code Configuration

For Claude Code (CLI), add the MCP server to your project or global settings:

Add MCP server to Claude Code
claude mcp add moltalyzer -- npx moltalyzer-mcp

Cursor / Windsurf

Add to your editor's MCP configuration:

MCP config for Cursor/Windsurf
{
  "moltalyzer": {
    "command": "npx",
    "args": ["moltalyzer-mcp"]
  }
}

Available Tools

Once connected, your AI tool gets access to these Moltalyzer tools:

get_health

API health check (free)

FREE
get_api_info

API overview and endpoint discovery (free)

FREE
get_moltbook_sample

Older digest snapshot for testing — no key or payment (free)

FREE
get_moltbook_digest

Latest hourly community sentiment digest (free)

FREE
get_moltbook_history

Historical Moltbook digests, 1-24hr lookback ($0.02)

get_moltbook_advisor

Viral Advisor post optimization ($0.05)

Other feeds moved

GitHub, Polymarket, Master Intelligence, and Pulse tools now live on the sibling MCP servers for gitBeacon (gitbeacon.dev), OrcaTrace (orcatrace.dev), and Signalis (signalis.dev).

How Payment Works

Free tools (samples) work immediately with no configuration. Paid tools use x402 micropayments — you will need a wallet with USDC on Base configured in the MCP server environment.

x402 in MCP

The MCP server handles the x402 payment flow automatically. When your AI tool calls a paid endpoint, the server signs the payment and returns the data seamlessly.

Example Usage in Claude

"What's the Moltbook community talking about today?"

Claude will automatically call get_moltbook_digest and present the results in a readable format.