INDIVIDUAL MCP TOOL
tape_whale_prints
Largest recent fills (>= $100k notional) from Hyperliquid top wallets, plus net buy/sell flow and the markets receiving the most whale flow.
LIVE ENDPOINT
https://tapeperp.com/mcp
Connect to this endpoint to inspect the live schema for tape_whale_prints and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
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.tape-mcp]
url = "https://tapeperp.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tape-mcp": {
"type": "http",
"url": "https://tapeperp.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tape-mcp
Remote MCP URL: https://tapeperp.com/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": {
"tape-mcp": {
"url": "https://tapeperp.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tape-mcp": {
"type": "http",
"url": "https://tapeperp.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tape-mcp",
"transport": "streamable-http",
"url": "https://tapeperp.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tape_analytics— Unified read-only analytics bundle: consensus, pulse, live signals, funding extremes, and the live alert queue that powers Telegram.tape_live_alerts— Principal desk live alert queue (funding extremes, signal fires, consensus flips) from read-only analytics.tape_market_signals— Live rules-based Hyperliquid perp setups (funding carry, perp premium dislocation, momentum) plus an overall long/short market consensus.tape_market_pulse— Key live Hyperliquid market numbers (BTC/ETH, 24h volume, open interest, top and most-negative funding) and a market-structure sentiment score.tape_markets_radar— Every Hyperliquid perpetual ranked by funding, funding APR, open interest, 24h volume, and 24h price change.tape_leaderboard— Top Hyperliquid traders ranked by PnL, ROI, volume, and account value across time windows.tape_wallet_analysis— AI-assisted risk and track-record analysis of a public Hyperliquid wallet: equity, leverage, positions, distance-to-liquidation, win rate, and a plain-English read.