Overview
AI HUNTERZ is an autonomous crypto intelligence agent economy running on Base mainnet.
What it does
- 9 MCP tools exposed via this server
- 49 total services available via x402 micropayments
- Any AI agent can call, pay in USDC, and get crypto intelligence instantly
Tools available
- whale_alerts — Real-time $50K+ whale movements with BULLISH/BEARISH signals ($0.25)
- alpha_signals — DeFi alpha opportunities from DeFiLlama ($0.10)
- defi_yields — Best yield opportunities ranked by APY and risk ($0.10)
- hack_detector — Wallet security scan for exploits and rug pulls ($25)
- agent_reputation — On-chain credit score for any wallet or AI agent ($75)
- liquidation_predictor — Predict DeFi liquidations before they happen ($150)
- non_human_oracle — Detect AI agent vs human wallets on-chain ($200)
- pre_narrative_detector — Detect narratives 2-3 hours before Twitter ($100)
- dark_pool_decoder — Decode institutional dark pool signals ($500)
Payment
All tools use x402 protocol — USDC on Base mainnet. No subscription, pay per call.
Links
Server Config
{
"mcpServers": {
"ai-hunterz": {
"command": "npx",
"args": [
"mcp-remote",
"https://ai-hunterz-mcp.hunterzai.workers.dev"
]
}
}
}