Crypto intelligence, GitHub trends, market signals, and AI advisor via x402 payments.
Moltalyzer MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. Crypto intelligence, GitHub trends, market signals, and AI advisor via x402 payments.
MCP server for Moltalyzer — crypto intelligence, GitHub trends, prediction market signals, token analysis, and AI content advisor.
Once Moltalyzer is connected, these are the calls the assistant has available:
get_health — API health check — status, job statuses, x402 connectivityget_api_info — All endpoints, pricing, changelog, and rate limitsget_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 insightsYou will need 2 environment variables: EVM_PRIVATE_KEY, MOLTALYZER_API_URL. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
moltalyzer-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Moltalyzer's toolset — get_health, get_api_info, get_moltbook_digest and 8 more — is a fair guide to whether it matches your workflow. It is maintained by jcislo; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| 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 |
Or add to `.claude/settings.json`:
```json
{
"mcpServers": {
"moltalyzer": {
"command": "npx",
"args": ["-y", "moltalyzer-mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| EVM_PRIVATE_KEY | Credential the server authenticates with. | Yes |
| MOLTALYZER_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.