moltalyzer-mcp
v1.1.1
Published
MCP server for Moltalyzer — crypto intelligence, GitHub trends, and prediction market signals via x402 micropayments
Downloads
306
Maintainers
Readme
moltalyzer-mcp
MCP server for Moltalyzer — crypto intelligence, GitHub trends, prediction market signals, and token analysis via x402 micropayments.
Works with Claude Desktop, Claude Code, ChatGPT, Cursor, and any MCP-compatible client.
Setup
1. Get a wallet with USDC on Base
You need an EVM wallet private key with USDC on Base Mainnet. Each tool call costs $0.005–$0.05.
2. Add to your MCP client
Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"moltalyzer": {
"command": "npx",
"args": ["-y", "moltalyzer-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}Claude Code (.claude/settings.json):
{
"mcpServers": {
"moltalyzer": {
"command": "npx",
"args": ["-y", "moltalyzer-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}Cursor (.cursor/mcp.json):
{
"mcpServers": {
"moltalyzer": {
"command": "npx",
"args": ["-y", "moltalyzer-mcp"],
"env": {
"EVM_PRIVATE_KEY": "0xYOUR_PRIVATE_KEY_HERE"
}
}
}
}Tools
Moltbook (Crypto Community Intelligence)
| Tool | Description | Price |
|------|-------------|-------|
| get_moltbook_digest | Latest hourly community sentiment digest — topics, narratives, hot discussions | $0.005 |
| get_moltbook_history | Historical hourly digests (1-24h lookback) | $0.02 |
GitHub (Trending Repos)
| Tool | Description | Price |
|------|-------------|-------|
| get_github_digest | Latest daily digest of trending new repos | $0.02 |
| 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 |
Master Intelligence Digest (Cross-Domain Synthesis)
| Tool | Description | Price |
|------|-------------|-------|
| get_intelligence_digest | Latest cross-domain synthesis of all data sources — executive summary, narratives, signals | $0.01 |
| get_intelligence_history | Historical master digests (1-168 hours lookback) | $0.03 |
Environment Variables
| Variable | Required | Description |
|----------|----------|-------------|
| EVM_PRIVATE_KEY | Yes | Wallet private key (0x-prefixed) with USDC on Base Mainnet |
| MOLTALYZER_API_URL | No | Override API base URL (default: https://api.moltalyzer.xyz) |
How it works
This MCP server wraps the Moltalyzer x402 API. When an AI agent calls a tool, the server:
- Makes an HTTP request to the API endpoint
- Receives a 402 Payment Required response
- Automatically signs a USDC payment on Base using your wallet
- Retries the request with the payment signature
- Returns the data to the agent
All payments use the x402 protocol — sub-cent micropayments with no API keys, accounts, or subscriptions.
License
MIT
