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
npx moltalyzer-mcpClaude Desktop Configuration
Add this to your Claude Desktop config file (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:
claude mcp add moltalyzer -- npx moltalyzer-mcpCursor / Windsurf
Add to your editor's MCP configuration:
{
"moltalyzer": {
"command": "npx",
"args": ["moltalyzer-mcp"]
}
}Available Tools
Once connected, your AI tool gets access to these Moltalyzer tools:
get_healthAPI health check (free)
get_api_infoAPI overview and endpoint discovery (free)
get_moltbook_sampleOlder digest snapshot for testing — no key or payment (free)
get_moltbook_digestLatest hourly community sentiment digest (free)
get_moltbook_historyHistorical Moltbook digests, 1-24hr lookback ($0.02)
get_moltbook_advisorViral Advisor post optimization ($0.05)
Other feeds moved
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
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.