{
  "markdown": "# moltalyzer-mcp\n\nMCP server for [Moltalyzer](https://moltalyzer.xyz) — crypto intelligence, GitHub trends, prediction market signals, token analysis, and AI content advisor.\n\nWorks with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP-compatible client.\n\n**23 tools total.** 11 free tools (no setup needed). 12 paid tools via x402 micropayments ($0.01–$0.15 per call).\n\n## Quick Start\n\n### Option A: Free tier (no wallet needed)\n\n11 tools available immediately — latest digests for all data feeds, health check, API info, and content samples.\n\n**Claude Code:**\n```bash\nclaude mcp add moltalyzer -- npx -y moltalyzer-mcp\n```\n\nOr add to `.claude/settings.json`:\n```json\n{\n  \"mcpServers\": {\n    \"moltalyzer\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"moltalyzer-mcp\"]\n    }\n  }\n}\n```\n\n### Option B: Full access via x402 micropayments\n\nAll 23 tools. Pay per call with USDC on Base Mainnet (~$0.01–$0.15 per call). No subscription.\n\n**Claude Code:**\n```bash\nclaude mcp add moltalyzer -e EVM_PRIVATE_KEY=0xYOUR_KEY -- npx -y moltalyzer-mcp\n```\n\n**Claude Desktop** (`claude_desktop_config.json`):\n```json\n{\n  \"mcpServers\": {\n    \"moltalyzer\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"moltalyzer-mcp\"],\n      \"env\": {\n        \"EVM_PRIVATE_KEY\": \"0xYOUR_PRIVATE_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\n**Cursor** (`.cursor/mcp.json`):\n```json\n{\n  \"mcpServers\": {\n    \"moltalyzer\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"moltalyzer-mcp\"],\n      \"env\": {\n        \"EVM_PRIVATE_KEY\": \"0xYOUR_PRIVATE_KEY_HERE\"\n      }\n    }\n  }\n}\n```\n\nTo get USDC on Base: [Coinbase](https://coinbase.com), [Bridge from other chains](https://bridge.base.org/).\n\n## Tools\n\n### Free Tools (no wallet needed)\n\n| Tool | Description |\n|------|-------------|\n| `get_health` | API health check — status, job statuses, x402 connectivity |\n| `get_api_info` | All endpoints, pricing, changelog, and rate limits |\n| `get_moltbook_digest` | Latest hourly crypto community sentiment digest (1 req/5min) |\n| `get_moltbook_sample` | Static sample Moltbook digest for testing (1 req/20min) |\n| `get_github_digest` | Latest daily GitHub trending repos digest (1 req/5min) |\n| `get_intelligence_digest` | Latest Master Intelligence Digest — unified cross-domain synthesis (1 req/5min) |\n| `get_intelligence_sample` | Static sample Master Intelligence Digest for testing (1 req/20min) |\n| `get_tokens_latest` | Most recent token signal (1 req/5min) |\n| `get_polymarket_latest` | Most recent Polymarket predetermined outcome signal (1 req/5min) |\n| `get_pulse_latest` | Full Pulse narrative intelligence digest (1 req/5min) |\n| `get_pulse_brief` | Current Pulse digest title, summary, top insights |\n\n### Moltbook — Crypto Community Intelligence\n\n| Tool | Description | Price |\n|------|-------------|-------|\n| `get_moltbook_history` | Historical hourly digests (1-24h lookback) | $0.02 |\n| `get_moltbook_advisor` | AI content advisor — viral scoring + angles + draft for your post idea | $0.05–$0.15 |\n\n### Master Intelligence Digest — Cross-Domain Synthesis\n\n| Tool | Description | Price |\n|------|-------------|-------|\n| `get_intelligence_history` | Historical master digests (1-168h lookback) | $0.03 |\n\n### GitHub — Trending Repos\n\n| Tool | Description | Price |\n|------|-------------|-------|\n| `get_github_history` | Historical daily digests (1-30 days) | $0.05 |\n| `get_github_repos` | Top trending repos, filterable by language | $0.01 |\n\n### Polymarket — Predetermined Outcome Detection\n\n| Tool | Description | Price |\n|------|-------------|-------|\n| `get_polymarket_signal` | Single signal — markets where outcome is already known by insiders | $0.01 |\n| `get_polymarket_signals` | Batch of up to 20 signals, with polling support | $0.03 |\n\n### Tokens — Real-Time Token Intelligence\n\n| Tool | Description | Price |\n|------|-------------|-------|\n| `get_token_signal` | Single token signal with hybrid AI scoring, risk flags, backtests | $0.01 |\n| `get_token_signals` | Batch of up to 20 signals, filter by chain/tier/score | $0.05 |\n| `get_token_history` | Historical signals by date range (max 7 days, paginated) | $0.03 |\n\n### Pulse — Cross-Source Narrative Intelligence\n\n| Tool | Description | Price |\n|------|-------------|-------|\n| `get_pulse_narratives` | Active narratives with lifecycle stage and momentum | $0.01 |\n| `get_pulse_narrative_detail` | Full content items + source breakdown for a specific narrative | $0.01 |\n\n## Advisor Tool\n\n`get_moltbook_advisor` analyzes current live community feed data to score your post idea and return:\n\n- **viralScore** — predicted engagement (0-100)\n- **verdict** — post/refine/redirect\n- **brief** — topic, angle, key data points, tone guidance, target format\n- **suggestions** — specific improvements\n- **suggestedTitle** + **suggestedContent** — ready-to-use draft (premium tier)\n\nStandard tier ($0.05): Sonnet-powered quick analysis  \nPremium tier ($0.15): Opus-powered deep analysis with full draft and pattern matching against top posts\n\n## Environment Variables\n\n| Variable | Required | Description |\n|----------|----------|-------------|\n| `EVM_PRIVATE_KEY` | No | Wallet private key (0x-prefixed) with USDC on Base Mainnet. Required for paid tools. |\n| `MOLTALYZER_API_URL` | No | Override API base URL (default: `https://api.moltalyzer.xyz`) |\n\n## How Payments Work\n\nWhen an AI agent calls a paid tool, the server:\n\n1. Makes an HTTP request to the API endpoint\n2. Receives a `402 Payment Required` response\n3. Automatically signs a USDC payment on Base using your wallet\n4. Retries the request with the payment signature\n5. Returns the data to the agent\n\nAll payments use the [x402 protocol](https://www.x402.org/) — sub-cent micropayments with no API keys, accounts, or subscriptions required.\n\n## License\n\nMIT\n",
  "bytes": 5761,
  "sha": "30149354c1b74b5d7388a2ebf2f09eea421919ef9523b447153881b9e0ba8cfd",
  "repo_slug": "jcislo/moltalyzer-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_jcislo_moltalyzer_mcp_d5a831b1/readme"
}