← Registry

Analytics

dogdata.xyz

Provides data on DOG token holders, transactions, and price.

1 endpoint17 known toolsFirst detected July 5, 2026Last detected July 5, 2026

ENDPOINT 1

https://www.dogdata.xyz/mcp

No auth detected

Known tools 17

get_dog_holders

Get paginated list of DOG token holders with their balances and UTXO counts.

Inferred read-only
search_holder

Search for a specific DOG holder by Bitcoin address.

Inferred read-only
get_recent_transactions

Get recent DOG token transactions from the live transaction feed.

Inferred read-only
search_transaction

Search for a specific DOG transaction by transaction ID (txid).

Inferred read-only
get_dog_price

Get the current DOG token price from Kraken exchange.

Inferred read-only
get_solana_dex_prices

Get DOG token prices from all 4 Solana DEXes: Orca (Whirlpool), Raydium, Meteora, and Jupiter.

Inferred read-only
get_multi_exchange_prices

Get DOG token prices across multiple exchanges via CoinGecko tickers.

Inferred read-only
get_onchain_metrics

Get on-chain metrics for DOG token including total holders, total UTXOs, concentration metrics (Gini, top 10/100/1000 supply share), and UTXO age / HODL-wave distribution.

Inferred read-only
get_metrics_history

Get historical time-series metrics for DOG token (holders, UTXOs, or price) from the persisted Supabase snapshots, downsampled to the requested window.

Inferred read-only
get_forensic_profiles

Get forensic behavioral analysis profiles of DOG airdrop recipients.

Inferred read-only
get_diamond_scores

Get DOG holders in the diamond-hands behavior cohort — the strongest holders since the airdrop — with their diamond scores, retention, and forensic detail.

Inferred read-only
get_airdrop_analysis

Get analysis of the DOG airdrop including summary statistics, retention rate, category breakdown, and paginated recipient details with current balances.

Inferred read-only
get_bitcoin_network

Get current Bitcoin network status: block height, hash, difficulty, hashrate, mempool size, and fee estimates (fastest, half-hour, hour, economy, minimum).

Inferred read-only
get_market_data

Get comprehensive market data for DOG token: market cap, volume, price changes (24h/7d/30d), ATH/ATL, supply, and fully diluted valuation.

Inferred read-only
get_multichain_holders

Get top DOG token holders on Stacks and/or Solana blockchains.

Inferred read-only
get_multichain_transactions

Get recent DOG token transactions (transfers and swaps) on Stacks and/or Solana.

Inferred read-only
get_multichain_stats

Get aggregated DOG token statistics across Stacks and Solana — total holders, combined market cap, 24h volume, and per-chain breakdowns.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dogdata-xyz]
url = "https://www.dogdata.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dogdata-xyz": {
      "type": "http",
      "url": "https://www.dogdata.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dogdata-xyz
Remote MCP URL: https://www.dogdata.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dogdata-xyz": {
      "url": "https://www.dogdata.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dogdata-xyz": {
      "type": "http",
      "url": "https://www.dogdata.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dogdata-xyz",
  "transport": "streamable-http",
  "url": "https://www.dogdata.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dogdata.xyz was fetched 2026-08-27T02:05:01.208Z and is being refreshed.

Trust status Trusted

dogdata.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.