moltalyzer-mcp 1.6.0 → 1.7.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,16 +1,16 @@
1
1
  # moltalyzer-mcp
2
2
 
3
- MCP server for [Moltalyzer](https://moltalyzer.xyz) — crypto intelligence, GitHub trends, prediction market signals, token analysis, and AI content advisor.
3
+ MCP server for [Moltalyzer](https://moltalyzer.xyz) — real-time intelligence feeds for AI agents, led by Polymarket prediction-market intelligence (calibrated whale entries, order-book microstructure, resolving-soon timing). Plus community sentiment, GitHub trends, and cross-source narrative intelligence.
4
4
 
5
5
  Works with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP-compatible client.
6
6
 
7
- **23 tools total.** 11 free tools (no setup needed). 12 paid tools via x402 micropayments ($0.01–$0.15 per call).
7
+ **28 tools total.** 12 free tools (no setup needed). 16 paid tools via x402 micropayments ($0.01–$1.00 per call).
8
8
 
9
9
  ## Quick Start
10
10
 
11
11
  ### Option A: Free tier (no wallet needed)
12
12
 
13
- 11 tools available immediately — latest digests for all data feeds, health check, API info, and content samples.
13
+ 12 tools available immediately — latest digests for all data feeds, health check, API info, and content samples.
14
14
 
15
15
  **Claude Code:**
16
16
  ```bash
@@ -31,7 +31,7 @@ Or add to `.claude/settings.json`:
31
31
 
32
32
  ### Option B: Full access via x402 micropayments
33
33
 
34
- All 23 tools. Pay per call with USDC on Base Mainnet (~$0.01–$0.15 per call). No subscription.
34
+ All 28 tools. Pay per call with USDC on Base Mainnet ($0.01–$1.00 per call). No subscription.
35
35
 
36
36
  **Claude Code:**
37
37
  ```bash
@@ -85,6 +85,7 @@ To get USDC on Base: [Coinbase](https://coinbase.com), [Bridge from other chains
85
85
  | `get_intelligence_sample` | Static sample Master Intelligence Digest for testing (1 req/20min) |
86
86
  | `get_tokens_latest` | Most recent token signal (1 req/5min) |
87
87
  | `get_polymarket_latest` | Most recent Polymarket predetermined outcome signal (1 req/5min) |
88
+ | `get_polymarket_pulse` | Free Polymarket teaser — top movers + digest preview (1 req/5min) |
88
89
  | `get_pulse_latest` | Full Pulse narrative intelligence digest (1 req/5min) |
89
90
  | `get_pulse_brief` | Current Pulse digest title, summary, top insights |
90
91
 
@@ -93,7 +94,7 @@ To get USDC on Base: [Coinbase](https://coinbase.com), [Bridge from other chains
93
94
  | Tool | Description | Price |
94
95
  |------|-------------|-------|
95
96
  | `get_moltbook_history` | Historical hourly digests (1-24h lookback) | $0.02 |
96
- | `get_moltbook_advisor` | AI content advisor — viral scoring + angles + draft for your post idea | $0.05–$0.15 |
97
+ | `get_moltbook_advisor` | AI content advisor — viral scoring + angles + draft for your post idea | $0.05 |
97
98
 
98
99
  ### Master Intelligence Digest — Cross-Domain Synthesis
99
100
 
@@ -114,6 +115,10 @@ To get USDC on Base: [Coinbase](https://coinbase.com), [Bridge from other chains
114
115
  |------|-------------|-------|
115
116
  | `get_polymarket_signal` | Single signal — markets where outcome is already known by insiders | $0.01 |
116
117
  | `get_polymarket_signals` | Batch of up to 20 signals, with polling support | $0.03 |
118
+ | `get_polymarket_resolving` | Markets resolving soon (1-72h) — odds, convergence, microstructure | $0.02 |
119
+ | `get_polymarket_whales` | Whale calibration table — per-wallet hold-to-resolution win rate + follow/fade labels | $0.05 |
120
+ | `get_polymarket_digest` | Full Polymarket Intelligence Digest (regenerated every 4h) | $0.10 |
121
+ | `get_polymarket_research` | On-demand deep-dive research for one market — thesis, risks, confidence | $1.00 |
117
122
 
118
123
  ### Tokens — Real-Time Token Intelligence
119
124
 
@@ -138,10 +143,9 @@ To get USDC on Base: [Coinbase](https://coinbase.com), [Bridge from other chains
138
143
  - **verdict** — post/refine/redirect
139
144
  - **brief** — topic, angle, key data points, tone guidance, target format
140
145
  - **suggestions** — specific improvements
141
- - **suggestedTitle** + **suggestedContent** — ready-to-use draft (premium tier)
146
+ - **suggestedTitle** + **suggestedContent** — ready-to-use draft
142
147
 
143
- Standard tier ($0.05): Sonnet-powered quick analysis
144
- Premium tier ($0.15): Opus-powered deep analysis with full draft and pattern matching against top posts
148
+ $0.05 per call via x402.
145
149
 
146
150
  ## Environment Variables
147
151
 
package/build/index.js CHANGED
@@ -21,7 +21,7 @@ try {
21
21
  pkg = JSON.parse(readFileSync(join(__dirname_resolved, "..", "package.json"), "utf-8"));
22
22
  }
23
23
  catch {
24
- pkg = { version: "1.4.0" };
24
+ pkg = { version: "1.7.1" };
25
25
  }
26
26
  // All logging to stderr (stdout reserved for MCP protocol)
27
27
  const log = (...args) => console.error("[moltalyzer-mcp]", ...args);
@@ -41,11 +41,11 @@ function createServer() {
41
41
  registerTokens(server, fetchWithPayment);
42
42
  registerIntelligence(server, fetchWithPayment);
43
43
  registerPulse(server, fetchWithPayment);
44
- log(`Server started with 23 tools (11 free + 12 paid via x402)`);
44
+ log(`Server started with 28 tools (12 free + 16 paid via x402)`);
45
45
  }
46
46
  else {
47
- log("WARNING: EVM_PRIVATE_KEY not set — running in free-tier mode (11 tools).\n" +
48
- "To unlock all 23 tools with x402 micropayments, add your wallet private key:\n\n" +
47
+ log("WARNING: EVM_PRIVATE_KEY not set — running in free-tier mode (12 tools).\n" +
48
+ "To unlock all 28 tools with x402 micropayments, add your wallet private key:\n\n" +
49
49
  JSON.stringify({
50
50
  mcpServers: {
51
51
  moltalyzer: {
@@ -56,7 +56,7 @@ function createServer() {
56
56
  },
57
57
  }, null, 2) +
58
58
  "\n\nAlternatively, get a free API key at https://moltalyzer.xyz for 5 digests/day.");
59
- log("Server started with 11 free tools");
59
+ log("Server started with 12 free tools");
60
60
  }
61
61
  return server;
62
62
  }
@@ -1 +1 @@
1
- {"version":3,"file":"moltbook.d.ts","sourceRoot":"","sources":["../../src/tools/moltbook.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAIzE,wBAAgB,QAAQ,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,KAAK,QA2ChE"}
1
+ {"version":3,"file":"moltbook.d.ts","sourceRoot":"","sources":["../../src/tools/moltbook.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,yCAAyC,CAAC;AAIzE,wBAAgB,QAAQ,CAAC,MAAM,EAAE,SAAS,EAAE,OAAO,EAAE,OAAO,KAAK,QAyChE"}
@@ -22,16 +22,13 @@ export function register(server, fetchFn) {
22
22
  return { content: [{ type: "text", text: JSON.stringify(data, null, 2) }] };
23
23
  });
24
24
  server.registerTool("get_moltbook_advisor", {
25
- description: "Get AI-powered viral content advice for Moltbook posts. Analyzes current community trends and live feed data to score your content idea, suggest angles, formats, and titles that will resonate. Standard tier ($0.05, Claude Sonnet) gives viral score + brief + suggestions. Premium tier ($0.15, Claude Opus) adds deeper topic analysis, pattern matching against top posts, and a full draft. Use this before writing a post to maximize engagement. Costs $0.05–$0.15 USDC via x402.",
25
+ description: "Get AI-powered viral content advice for Moltbook posts. Analyzes current community trends and live feed data to score your content idea and suggest angles, formats, and titles that will resonate returns a viral score, brief, suggestions, and a ready-to-use draft. Use this before writing a post to maximize engagement. Costs $0.05 USDC via x402.",
26
26
  inputSchema: {
27
27
  prompt: z.string().max(5000).describe("Your post idea, topic, or draft content to get advice on"),
28
- tier: z.enum(["standard", "premium"]).optional().describe("'standard' ($0.05, Sonnet) for quick advice, 'premium' ($0.15, Opus) for deep analysis + full draft. Default: standard"),
29
28
  submolt: z.string().optional().describe("Target submolt/community context (e.g. 'crypto', 'defi', 'ai')"),
30
29
  },
31
- }, async ({ prompt, tier, submolt }) => {
30
+ }, async ({ prompt, submolt }) => {
32
31
  const body = { prompt };
33
- if (tier !== undefined)
34
- body.tier = tier;
35
32
  if (submolt !== undefined)
36
33
  body.context = { submolt };
37
34
  const controller = new AbortController();
@@ -1 +1 @@
1
- {"version":3,"file":"moltbook.js","sourceRoot":"","sources":["../../src/tools/moltbook.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,CAAC,EAAE,MAAM,KAAK,CAAC;AAExB,OAAO,EAAE,QAAQ,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,YAAY,CAAC;AAEzC,MAAM,UAAU,QAAQ,CAAC,MAAiB,EAAE,OAAqB;IAC/D,MAAM,CAAC,YAAY,CAAC,sBAAsB,EAAE;QAC1C,WAAW,EACT,yRAAyR;QAC3R,WAAW,EAAE;YACX,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,gDAAgD,CAAC;YAC5G,KAAK,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,wDAAwD,CAAC;SACrH;KACF,EAAE,KAAK,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE,EAAE,EAAE;QAC5B,MAAM,MAAM,GAAG,IAAI,eAAe,EAAE,CAAC;QACrC,IAAI,KAAK,KAAK,SAAS;YAAE,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QAC5D,IAAI,KAAK,KAAK,SAAS;YAAE,MAAM,CAAC,GAAG,CAAC,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,CAAC,CAAC;QAC5D,MAAM,GAAG,GAAG,GAAG,QAAQ,wBAAwB,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,GAAG,GAAG,MAAM,CAAC,CAAC,CAAC,EAAE,EAAE,CAAC;QACjF,MAAM,GAAG,GAAG,MAAM,gBAAgB,CAAC,OAAO,EAAE,GAAG,CAAC,CAAC;QACjD,IAAI,CAAC,GAAG,CAAC,EAAE;YAAE,OAAO,WAAW,CAAC,GAAG,CAAC,CAAC;QACrC,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,IAAI,EAAE,CAAC;QAC9B,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IACvF,CAAC,CAAC,CAAC;IAEH,MAAM,CAAC,YAAY,CAAC,sBAAsB,EAAE;QAC1C,WAAW,EACT,4dAA4d;QAC9d,WAAW,EAAE;YACX,MAAM,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC,QAAQ,CAAC,0DAA0D,CAAC;YACjG,IAAI,EAAE,CAAC,CAAC,IAAI,CAAC,CAAC,UAAU,EAAE,SAAS,CAAC,CAAC,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,wHAAwH,CAAC;YACnL,OAAO,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,CAAC,gEAAgE,CAAC;SAC1G;KACF,EAAE,KAAK,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,OAAO,EAAE,EAAE,EAAE;QACrC,MAAM,IAAI,GAA4B,EAAE,MAAM,EAAE,CAAC;QACjD,IAAI,IAAI,KAAK,SAAS;YAAE,IAAI,CAAC,IAAI,GAAG,IAAI,CAAC;QACzC,IAAI,OAAO,KAAK,SAAS;YAAE,IAAI,CAAC,OAAO,GAAG,EAAE,OAAO,EAAE,CAAC;QACtD,MAAM,UAAU,GAAG,IAAI,eAAe,EAAE,CAAC;QACzC,MAAM,KAAK,GAAG,UAAU,CAAC,GAAG,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,EAAE,MAAM,CAAC,CAAC;QAC3D,MAAM,GAAG,GAAG,MAAM,OAAO,CAAC,GAAG,QAAQ,uBAAuB,EAAE;YAC5D,MAAM,EAAE,MAAM;YACd,OAAO,EAAE,EAAE,cAAc,EAAE,kBAAkB,EAAE;YAC/C,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,CAAC;YAC1B,MAAM,EAAE,UAAU,CAAC,MAAM;SAC1B,CAAC,CAAC,OAAO,CAAC,GAAG,EAAE,CAAC,YAAY,CAAC,KAAK,CAAC,CAAC,CAAC;QACtC,IAAI,CAAC,GAAG,CAAC,EAAE;YAAE,OAAO,WAAW,CAAC,GAAG,CAAC,CAAC;QACrC,MAAM,IAAI,GAAG,MAAM,GAAG,CAAC,IAAI,EAAE,CAAC;QAC9B,OAAO,EAAE,OAAO,EAAE,CAAC,EAAE,IAAI,EAAE,MAAe,EAAE,IAAI,EAAE,IAAI,CAAC,SAAS,CAAC,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC;IACvF,CAAC,CAAC,CAAC;AACL,CAAC"}
1
+ {"version":3,"file":"moltbook.js","sourceRoot":"","sources":["../../src/tools/moltbook.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "moltalyzer-mcp",
3
- "version": "1.6.0",
4
- "description": "MCP server for Moltalyzer \u2014 crypto intelligence, GitHub trends, prediction market signals, and cross-source narrative intelligence via x402 micropayments",
3
+ "version": "1.7.1",
4
+ "description": "MCP server for Moltalyzer \u2014 real-time intelligence feeds for AI agents, led by Polymarket prediction-market intelligence (calibrated whale entries, microstructure, resolving-soon timing), plus community, GitHub, and cross-source narrative feeds via x402 micropayments",
5
5
  "type": "module",
6
6
  "bin": {
7
7
  "moltalyzer-mcp": "build/index.js"