ENDPOINT 1
https://www.dogdata.xyz/mcp
Known tools 17
get_dog_holdersGet paginated list of DOG token holders with their balances and UTXO counts.
Inferred read-onlyget_recent_transactionsGet recent DOG token transactions from the live transaction feed.
Inferred read-onlyget_solana_dex_pricesGet DOG token prices from all 4 Solana DEXes: Orca (Whirlpool), Raydium, Meteora, and Jupiter.
Inferred read-onlyget_multi_exchange_pricesGet DOG token prices across multiple exchanges via CoinGecko tickers.
Inferred read-onlyget_onchain_metricsGet 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-onlyget_metrics_historyGet historical time-series metrics for DOG token (holders, UTXOs, or price) from the persisted Supabase snapshots, downsampled to the requested window.
Inferred read-onlyget_forensic_profilesGet forensic behavioral analysis profiles of DOG airdrop recipients.
Inferred read-onlyget_diamond_scoresGet DOG holders in the diamond-hands behavior cohort — the strongest holders since the airdrop — with their diamond scores, retention, and forensic detail.
Inferred read-onlyget_airdrop_analysisGet analysis of the DOG airdrop including summary statistics, retention rate, category breakdown, and paginated recipient details with current balances.
Inferred read-onlyget_bitcoin_networkGet current Bitcoin network status: block height, hash, difficulty, hashrate, mempool size, and fee estimates (fastest, half-hour, hour, economy, minimum).
Inferred read-onlyget_market_dataGet comprehensive market data for DOG token: market cap, volume, price changes (24h/7d/30d), ATH/ATL, supply, and fully diluted valuation.
Inferred read-onlyget_multichain_holdersGet top DOG token holders on Stacks and/or Solana blockchains.
Inferred read-onlyget_multichain_transactionsGet recent DOG token transactions (transfers and swaps) on Stacks and/or Solana.
Inferred read-onlyget_multichain_statsGet aggregated DOG token statistics across Stacks and Solana — total holders, combined market cap, 24h volume, and per-chain breakdowns.
Inferred read-onlyCONNECT 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.
dogdata.xyz is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.