Connects Claude to crypto intelligence feeds via the Moltalyzer API with 23 tools split between free tier and x402 micropayments. Free tools pull hourly crypto sentiment digests, GitHub trending repos, and Polymarket signals. Paid tools (around $0.01 to $0.15 per call) let you query historical data, batch token signals with hybrid AI scoring, and run an AI content advisor that scores viral potential for crypto posts. Payments happen automatically via USDC on Base Mainnet using the x402 protocol, no subscriptions or API keys. Useful when you need real-time crypto community intelligence, predetermined outcome detection on prediction markets, or GitHub trend analysis without managing separate API credentials.
MCP server for Moltalyzer — crypto intelligence, GitHub trends, prediction market signals, token analysis, and AI content advisor.
Works with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP-compatible client.
23 tools total. 11 free tools (no setup needed). 12 paid tools via x402 micropayments ($0.01–$0.15 per call).
11 tools available immediately — latest digests for all data feeds, health check, API info, and content samples.
Claude Code:
claude mcp add moltalyzer -- npx -y moltalyzer-mcp
Or add to .claude/settings.json:
{
"mcpServers": {
"moltalyzer": {
"command": "npx",
"args": ["-y", "moltalyzer-mcp"]
}
}
}
All 23 tools. Pay per call with USDC on Base Mainnet (~$0.01–$0.15 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.
| Tool | Description |
|---|---|
get_health | API health check — status, job statuses, x402 connectivity |
get_api_info | All endpoints, pricing, changelog, and rate limits |
get_moltbook_digest | Latest hourly crypto community sentiment digest (1 req/5min) |
get_moltbook_sample | Static sample Moltbook digest for testing (1 req/20min) |
get_github_digest | Latest daily GitHub trending repos digest (1 req/5min) |
get_intelligence_digest | Latest Master Intelligence Digest — unified cross-domain synthesis (1 req/5min) |
get_intelligence_sample | Static sample Master Intelligence Digest for testing (1 req/20min) |
get_tokens_latest | Most recent token signal (1 req/5min) |
get_polymarket_latest | Most recent Polymarket predetermined outcome signal (1 req/5min) |
get_pulse_latest | Full Pulse narrative intelligence digest (1 req/5min) |
get_pulse_brief | Current Pulse digest title, summary, top insights |
| Tool | Description | Price |
|---|---|---|
get_moltbook_history | Historical hourly digests (1-24h lookback) | $0.02 |
get_moltbook_advisor | AI content advisor — viral scoring + angles + draft for your post idea | $0.05–$0.15 |
| Tool | Description | Price |
|---|---|---|
get_intelligence_history | Historical master digests (1-168h lookback) | $0.03 |
| Tool | Description | Price |
|---|---|---|
get_github_history | Historical daily digests (1-30 days) | $0.05 |
get_github_repos | Top trending repos, filterable by language | $0.01 |
| Tool | Description | Price |
|---|---|---|
get_polymarket_signal | Single signal — markets where outcome is already known by insiders | $0.01 |
get_polymarket_signals | Batch of up to 20 signals, with polling support | $0.03 |
| Tool | Description | Price |
|---|---|---|
get_token_signal | Single token signal with hybrid AI scoring, risk flags, backtests | $0.01 |
get_token_signals | Batch of up to 20 signals, filter by chain/tier/score | $0.05 |
get_token_history | Historical signals by date range (max 7 days, paginated) | $0.03 |
| Tool | Description | Price |
|---|---|---|
get_pulse_narratives | Active narratives with lifecycle stage and momentum | $0.01 |
get_pulse_narrative_detail | Full content items + source breakdown for a specific narrative | $0.01 |
get_moltbook_advisor analyzes current live community feed data to score your post idea and return:
Standard tier ($0.05): Sonnet-powered quick analysis
Premium tier ($0.15): Opus-powered deep analysis with full draft and pattern matching against top posts
| Variable | Required | Description |
|---|---|---|
EVM_PRIVATE_KEY | No | Wallet private key (0x-prefixed) with USDC on Base Mainnet. Required for paid tools. |
MOLTALYZER_API_URL | No | Override API base URL (default: https://api.moltalyzer.xyz) |
When an AI agent calls a paid tool, the server:
402 Payment Required responseAll payments use the x402 protocol — sub-cent micropayments with no API keys, accounts, or subscriptions required.
MIT
EVM_PRIVATE_KEYsecretEVM wallet private key (0x-prefixed) with USDC on Base Mainnet. Used for x402 micropayments ($0.005–$0.05 per tool call). Free sample tools require no key.
MOLTALYZER_API_URLOverride the Moltalyzer API base URL (default: https://api.moltalyzer.xyz)
ray0907/git-mcp-server
cyanheads/git-mcp-server
io.github.b1ff/atlassian-dc-mcp-bitbucket
io.github.b1ff/atlassian-dc-mcp-jira
com.mcparmory/atlassian-jira
sirlordt/vscode-terminal-mcp