Cryptoiz Mcp

Created By
dadang112 months ago
v4.16.0 - AI-powered Solana DEX whale intelligence for Claude Desktop. 9 tools: whale alpha scanner, divergence scanner, accumulation/neutral/distribution phase scanners, BTC macro regime monitor, and NEW BTC Futures Signal (4H+5m multi-timeframe scalping). Pay-per-call via x402 USDC on Solana ($0.01-$0.05). No subscription, no API key, gas sponsored by Dexter.
Overview

CryptoIZ MCP Server v4.16.0

AI-powered Solana DEX whale intelligence directly in Claude Desktop. Pay per call via x402 Dexter gas-sponsored USDC — no subscription needed.

Demo Video

https://x.com/cryptoiz_IDN/status/2041227159411585165

Tools (9 total: 7 paid + 2 free)

  • get_whale_alpha ($0.05) — Top 20 smart money alpha signals with whale/dolphin accumulation
    • get_whale_divergence ($0.02) — Price-volume-whale divergence (HIDDEN/BREAKOUT/CLASSIC)
    • get_whale_accumulation ($0.02) — 4-dimensional accumulation scoring (Structure/AccDist/Holder/Market)
    • get_whale_neutral ($0.02) — Tokens in neutral phase — watch for transitions
    • get_whale_distribution ($0.02) — Whale exit alerts — smart money is selling
    • get_btc_regime ($0.01) — BTC macro + Fear/Greed + OI + funding + technicals
    • get_btc_futures_signal ($0.03) — NEW — MTF BTC futures scalping (4H regime + 5m entry)
    • get_token_ca (FREE) — Token contract address lookup
    • get_status (FREE) — Server health check
  • Quick Install

  • npm install -g cryptoiz-mcp
  • npx cryptoiz-mcp-setup YOUR_SOLANA_PRIVATE_KEY
  • Features

    • x402 V2 protocol with Dexter gas sponsorship
    • Pay in USDC only — no SOL needed for gas
    • Windows (MSIX + standard) and macOS auto-detected
    • Backward compatible tool names (get_alpha_scanner, get_divergence, get_accumulation still work)
    • Twitter: @cryptoiz_IDN

Server Config

{
  "mcpServers": {
    "cryptoiz": {
      "command": "npx",
      "args": [
        "-y",
        "cryptoiz-mcp"
      ],
      "env": {
        "SVM_PRIVATE_KEY": "<YOUR_SOLANA_PRIVATE_KEY>"
      }
    }
  }
}
Project Info
Created At
2 months ago
Updated At
2 months ago
Author Name
dadang11
Star
-
Language
-
License
-
Category

Recommend Servers

View All
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

5 hours ago
Mnemom

6 hours ago