← ochinimus.app

INDIVIDUAL MCP TOOL

get_whale_trades

Large prints from the live trade tape for any USDT perp: trades over a USD threshold, buy/sell totals, net flow, dominant side.

ochinimus.appnone authenticationAvailability not checked

LIVE ENDPOINT

https://x402.ochinimus.app/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_whale_trades and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

ochinimus.app

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.agentfeed]
url = "https://x402.ochinimus.app/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "agentfeed": {
      "type": "http",
      "url": "https://x402.ochinimus.app/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: agentfeed
Remote MCP URL: https://x402.ochinimus.app/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": {
    "agentfeed": {
      "url": "https://x402.ochinimus.app/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "agentfeed": {
      "type": "http",
      "url": "https://x402.ochinimus.app/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "agentfeed",
  "transport": "streamable-http",
  "url": "https://x402.ochinimus.app/mcp"
}
MCP Inspector

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

Related tools

  • get_sol_price — Live SOL/USD spot price with confidence interval (Pyth oracle).
  • get_btc_price — Live BTC/USD spot price with confidence interval (Pyth oracle).
  • get_funding_rate — Current SOL and BTC perp funding rates, mark prices, open interest (Hyperliquid).
  • get_fear_greed — Crypto Fear & Greed index (0-100) with classification.
  • get_market_snapshot — SOL+BTC prices, funding rates, and Fear & Greed in one call.
  • get_wallet_holdings — Solana wallet holdings: native SOL, SPL tokens with USD values, NFT count (Helius DAS).
  • get_token_metadata — SPL token metadata: name, symbol, decimals, supply, price (Helius DAS).
  • get_recent_liquidations — Recent perp liquidations across Bybit (complete unthrottled tape), OKX and Binance: timestamp, long/short, size, price, USD value.