Skip to main content
ClaudeWave
jcislo avatar
jcislo

moltalyzer-mcp

Ver en GitHub

MCP server for Moltalyzer — crypto intelligence, GitHub trends, and prediction market signals via x402 micropayments

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptMITActualizado 2mo ago
ClaudeWave Trust Score
74/100
· OK
Passed
  • Open-source license (MIT)
  • Recently active
  • Clear description
Last scanned: 6/11/2026
Install in Claude Code / Claude Desktop
Method: NPX · moltalyzer-mcp
Claude Code CLI
claude mcp add moltalyzer-mcp -- npx -y moltalyzer-mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "moltalyzer-mcp": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "<evm_private_key>"
      }
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Detected environment variables
EVM_PRIVATE_KEY
Casos de uso

Resumen de MCP Servers

# moltalyzer-mcp

MCP server for [Moltalyzer](https://moltalyzer.xyz) — 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).

## Quick Start

### Option A: Free tier (no wallet needed)

11 tools available immediately — latest digests for all data feeds, health check, API info, and content samples.

**Claude Code:**
```bash
claude mcp add moltalyzer -- npx -y moltalyzer-mcp
```

Or add to `.claude/settings.json`:
```json
{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"]
    }
  }
}
```

### Option B: Full access via x402 micropayments

All 23 tools. Pay per call with USDC on Base Mainnet (~$0.01–$0.15 per call). No subscription.

**Claude Code:**
```bash
claude mcp add moltalyzer -e EVM_PRIVATE_KEY=0xYOUR_KEY -- npx -y moltalyzer-mcp
```

**Claude Desktop** (`claude_desktop_config.json`):
```json
{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
      }
    }
  }
}
```

**Cursor** (`.cursor/mcp.json`):
```json
{
  "mcpServers": {
    "moltalyzer": {
      "command": "npx",
      "args": ["-y", "moltalyzer-mcp"],
      "env": {
        "EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
      }
    }
  }
}
```

To get USDC on Base: [Coinbase](https://coinbase.com), [Bridge from other chains](https://bridge.base.org/).

## Tools

### Free Tools (no wallet needed)

| 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 |

### Moltbook — Crypto Community Intelligence

| 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 |

### Master Intelligence Digest — Cross-Domain Synthesis

| Tool | Description | Price |
|------|-------------|-------|
| `get_intelligence_history` | Historical master digests (1-168h lookback) | $0.03 |

### GitHub — Trending Repos

| 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 |

### Polymarket — Predetermined Outcome Detection

| 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 |

### Tokens — Real-Time Token Intelligence

| 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 |

### Pulse — Cross-Source Narrative Intelligence

| 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 |

## 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 (premium tier)

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

## Environment Variables

| 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`) |

## How Payments Work

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

1. Makes an HTTP request to the API endpoint
2. Receives a `402 Payment Required` response
3. Automatically signs a USDC payment on Base using your wallet
4. Retries the request with the payment signature
5. Returns the data to the agent

All payments use the [x402 protocol](https://www.x402.org/) — sub-cent micropayments with no API keys, accounts, or subscriptions required.

## License

MIT

Lo que la gente pregunta sobre moltalyzer-mcp

¿Qué es jcislo/moltalyzer-mcp?

+

jcislo/moltalyzer-mcp es mcp servers para el ecosistema de Claude AI. MCP server for Moltalyzer — crypto intelligence, GitHub trends, and prediction market signals via x402 micropayments Tiene 1 estrellas en GitHub y se actualizó por última vez 2mo ago.

¿Cómo se instala moltalyzer-mcp?

+

Puedes instalar moltalyzer-mcp clonando el repositorio (https://github.com/jcislo/moltalyzer-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar jcislo/moltalyzer-mcp?

+

Nuestro agente de seguridad ha analizado jcislo/moltalyzer-mcp y le ha asignado un Trust Score de 74/100 (tier: OK). Revisa el desglose completo de comprobaciones superadas y flags en esta página.

¿Quién mantiene jcislo/moltalyzer-mcp?

+

jcislo/moltalyzer-mcp es mantenido por jcislo. La última actividad registrada en GitHub es de 2mo ago, con 0 issues abiertos.

¿Hay alternativas a moltalyzer-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega moltalyzer-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: jcislo/moltalyzer-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/jcislo-moltalyzer-mcp)](https://claudewave.com/repo/jcislo-moltalyzer-mcp)
<a href="https://claudewave.com/repo/jcislo-moltalyzer-mcp"><img src="https://claudewave.com/api/badge/jcislo-moltalyzer-mcp" alt="Featured on ClaudeWave: jcislo/moltalyzer-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a moltalyzer-mcp