Swiss Whale Intelligence

Swiss Whale Intelligence

Methodology-transparent BTC + ETH whale forensics. 30 tools, anonymous OAuth 2.1 Free tier.

Category
Visit Server

README

Swiss Whale Intelligence MCP

Methodology-transparent on-chain forensics for Bitcoin and Ethereum, exposed via the Model Context Protocol (MCP). Real-time whale alerts, per-address MVRV, Meiklejohn-canonical clusters, mining-pool attribution, OFAC SDN sanctions tagging. 30 tools, anonymous OAuth 2.1 Free tier.

🌐 Live server: https://mcp.btcwhalealerts.com/mcp šŸ“˜ Documentation + landing page: https://btcwhalealerts.com/mcp/ šŸ“œ Methodology whitepaper (CC-BY-4.0, SHA256-pinned): https://btcwhalealerts.com/whitepaper/v1.md āœ… Status: Production. Listed in the official MCP Registry as io.github.alpineflow-io/swiss-whale-intelligence.

smithery badge Glama Score MCP Registry License: MIT

This repository contains the public metadata for the Swiss Whale Intelligence MCP server: documentation, install instructions, tool inventory, and methodology references. The server itself is hosted at mcp.btcwhalealerts.com — no clone, no install, no Docker required to use it.


What it does

Connect any MCP client (Claude Desktop, Claude Code, Cursor, ChatGPT plugins, custom agents) to a 4.7-million-transaction on-chain dataset for Bitcoin and Ethereum.

The server answers questions like:

  • "Show me Bitcoin whale transactions over 1,000 BTC in the last 6 hours."
  • "What's the MVRV state of address bc1q...? Is it in profit or loss?"
  • "List the addresses that share a Meiklejohn cluster with this one."
  • "Which mining pool extracted the most blocks last week?"
  • "Compare BTC's risk-adjusted return vs SPY and Gold over the last quarter."
  • "Which dormant wallets just woke up after being inactive for 5+ years?"
  • "Is this address on the OFAC SDN list?"

Returns are first-party data only — no vendor labels, no AI-generated summaries presented as facts.


Install

Direct (recommended)

In Claude Code:

claude mcp add btc-whale-intelligence https://mcp.btcwhalealerts.com/mcp

In Claude Desktop, add to your claude_desktop_config.json:

{
  "mcpServers": {
    "btc-whale-intelligence": {
      "url": "https://mcp.btcwhalealerts.com/mcp"
    }
  }
}

In Cursor (Settings → MCP → Add Server):

URL: https://mcp.btcwhalealerts.com/mcp

OAuth 2.1 with anonymous Free tier — your client is auto-granted Free-tier access on first connect, no signup, no API key to copy-paste. Upgrade flow is in-product if you want paid-tier access.

Via Smithery Gateway (alternative)

If your MCP client has trouble with OAuth discovery or you want Smithery's built-in observability:

claude mcp add btc-whale-intelligence https://swiss-whale-intelligence.run.tools

Smithery's gateway proxies the connection and handles OAuth on behalf of the client. Slightly more latency, but smoother for some setups.


Tools (30)

24 free + 6 paid. Free-tier covers the everyday "what just happened on-chain?" questions.

Bitcoin (21 tools)

Tool Free? Description
whale_my_status āœ… Show authenticated user's tier and capabilities
whale_recent āœ… Recent BTC whale transactions (filterable by min_btc, flow_type, hours)
whale_top_holders āœ… Top BTC holders by current balance
whale_top_coins āœ… Top crypto coins by market cap with current prices
whale_lookup āœ… Lookup BTC address details (balance, history, cluster)
whale_lookup_any šŸ’Ž Universal address lookup (any chain) — Pro tier
whale_tx_detail āœ… Detailed BTC transaction analysis with cluster + flow context
whale_address_cluster āœ… Get Meiklejohn cluster for a BTC address
whale_address_mvrv āœ… MVRV per BTC address (profit/loss state)
whale_cohort_breakdown āœ… BTC whale activity by holder-size cohort
whale_exchange_flows āœ… Exchange inflows/outflows over a time window
whale_frequency_context āœ… How rare is this whale activity vs historical baseline
whale_btc_price āœ… Current BTC price + 24h change
whale_btc_indicators āœ… BTC indicators (Pi Cycle Top, Stock-to-Flow, dominance)
whale_fear_greed āœ… Crypto Fear & Greed Index (alternative.me)
whale_dominance āœ… BTC + ETH market dominance
whale_dormant_wakeups āœ… Recently-awakened dormant whale addresses
whale_hodl_wave āœ… UTXO age distribution (HODL waves)
whale_sopr āœ… Spent Output Profit Ratio for whale cohort
whale_miner_balances āœ… Mining pool balance snapshots
whale_entity_search āœ… Search known entities (exchanges, OFAC, mining pools)

Ethereum (5 tools)

Tool Free? Description
whale_eth_recent āœ… Recent ETH whale transactions
whale_eth_cohort_breakdown āœ… ETH whale activity by holder-size cohort
whale_eth_address_cluster āœ… Get hybrid L1+L3 cluster for an ETH address
whale_eth_cluster_members āœ… List all members of an ETH cluster
whale_eth_mvrv āœ… MVRV per ETH address (3-tier doctrine)

Benchmarks + Pro tools (4)

Tool Free? Description
whale_benchmark_compare āœ… Compare BTC strategies vs SPY / Gold (Alpha/Beta/Sharpe/MaxDD)
whale_benchmark_prices āœ… Historical benchmark prices (BTC/SPY/Gold)
whale_address_history šŸ’Ž Full address transaction history — Pro tier
whale_export_csv šŸ’Ž CSV export with backfill — Pro tier

Why this exists

Most on-chain data services either (a) charge enterprise prices for everything ($799+/mo Glassnode Professional) or (b) sell convenient summaries without showing how they were computed. We do neither.

Three concrete differentiators:

  1. Methodology-transparent. Every metric the server returns is reproducible from documented heuristics. The published whitepaper (CC-BY-4.0, SHA256-pinned) covers cluster computation (Meiklejohn 2013 + ETH hybrid L1+L3), MVRV (UTXO-age Ɨ historical price), and mining-pool attribution (coinbase-tag matching, 99.6% YTD coverage). Limitations — CoinJoin, PayJoin, pre-2014 data — are explicit, not hidden.

  2. First-party data only. No vendor labels we couldn't ourselves verify. The label sources are public and citable (OFAC SDN, Etherscan public labels, MyEtherWallet darklist, Scamsniffer). A separate entity_label_imports audit table tracks every label-source run.

  3. Free tier means free. Anonymous OAuth 2.1, 24 of 30 tools accessible without signup. The 6 paid tools are historical-export and full-address-history — the things that would cost us bandwidth at scale.


Verification

Three external audit reports, all green:

Report Phases Result
Production audit 30 tools tested anonymously 24 PASS / 1 latency-WARN / 5 INFO / 0 FAIL
Deep audit A (doc-vs-reality) + B (chains) + C (inner-consistency) 47 PASS / 0 FAIL
External cross-check D (vs mempool.space + Etherscan + CoinGecko + alternative.me) + E (internal source freshness) 23 PASS / 0 FAIL

Reports available on request — happy to share with reviewers, partners, or anyone evaluating the server's reliability.


Pricing

Tier Price Access
Free 0 Anonymous OAuth, 24 tools, 10 API calls/day
Trial 30d 0 Login required, full access for 30 days, no auto-renewal
Intelligence 49 CHF/mo Realtime dashboard, custom tickers, 100 lookups/day, 10K API/day, personal license
Pro 149 CHF/mo REST API 100k/mo, 60/min, 3 seats, business license, full address-history, MCP/Claude-native
Academic 0 Verified .edu / .ac.* / .uni-* domains, 12-month renewal, citation required
Enterprise Custom Unlimited seats, white-label possible — contact form

Excludes 8.1% Swiss VAT for CH residents.


License

This repository (README and any docs/examples) is published under the MIT License. Anyone is free to fork, adapt, or redistribute the documentation.

The MCP server source code is not in this repository — it runs as a hosted service operated by Catering & Event Services GmbH from Switzerland. The methodology whitepaper at https://btcwhalealerts.com/whitepaper/v1.md is published under CC-BY-4.0 and is freely citable in academic work.


Links

  • Live MCP server: https://mcp.btcwhalealerts.com/mcp
  • Landing + onboarding: https://btcwhalealerts.com/mcp/
  • OAuth discovery: https://mcp.btcwhalealerts.com/.well-known/oauth-authorization-server
  • OpenAPI spec: https://api.btcwhalealerts.com/openapi.json
  • Methodology whitepaper: https://btcwhalealerts.com/whitepaper/v1.md
  • Public ledger (transparency): https://btcwhalealerts.com/ledger/
  • Status page: https://mcp.btcwhalealerts.com/.well-known/oauth-authorization-server
  • Imprint + privacy: https://btcwhalealerts.com/imprint/

About alpineflow-io

alpineflow-io is the engineering identity behind Swiss Whale Intelligence and related on-chain tooling. Built and operated independently from Switzerland.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured