mcpbeat Sign in

Moltalyzer MCP Server

local only

Moltalyzer MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 61 installs a week from npm. Last commit 12 Apr 2026.

Polymarket prediction-market intelligence + AI, GitHub & narrative feeds for agents, via x402.

Installs per day peak 25 · avg 10 · -56% w/w
a month agotoday
61
Installs / week
npm · moltalyzer-mcp
1
Stars
1 open issues
12 Apr 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Moltalyzer MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add moltalyzer-mcp -- npx -y moltalyzer-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "moltalyzer-mcp": {
      "args": [
        "-y",
        "moltalyzer-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.moltalyzer-mcp]
command = "npx"
args = ["-y", "moltalyzer-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "moltalyzer-mcp": {
      "args": [
        "-y",
        "moltalyzer-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "moltalyzer-mcp": {
      "args": [
        "-y",
        "moltalyzer-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: EVM_PRIVATE_KEY (EVM 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_URL (Override the Moltalyzer API base URL (default: https://api.moltalyzer.xyz)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Moltalyzer MCP

same job, measured the same way
Intelligence MCP
by goodmeta

Agent payments ecosystem intelligence. Scans GitHub/HN/npm across AP2, ACP, x402, MPP, UCP.

64 installs/wk 3 tools answering
Constellation
by shiftinbits

Code Intelligence Platform for AI Coding Agents

430 installs/wk local only
CodeCortex Context Engine
by behnamjalalico

Context intelligence for AI coding agents: navigation, impact, memory, guarded edits.

2 072 installs/wk local only
Sourcebook
by maroondlabs

Live codebase intelligence for AI agents: conventions, blast radius, import graphs, git insights.

local only
GitHub Repository Intelligence
by heisencodex-jpg

Repo intel for AI coding agents: overview, PRs, contributors, hot files, CI, deps. Remote MCP.

answering
Arbor
by anandb71

The Graph-Native Intelligence Layer for Code.

local only
AIXBT
by aixbt

Crypto market intelligence for Projects, Topics, Intel, Reports, and Clusters.

12 tools answering
Agentmako
by drhalto

Local-first codebase intelligence MCP server for AI coding agents.

53 installs/wk local only

Moltalyzer MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Moltalyzer MCP?
Moltalyzer MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package moltalyzer-mcp was installed 61 times last week.
How do I connect Moltalyzer MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls moltalyzer-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Moltalyzer MCP?
The npm package moltalyzer-mcp was installed 61 times in the last week. Week over week that is -56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Moltalyzer MCP open source?
Yes — it is published under the MIT licence, written in JavaScript, 1 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.