INDIVIDUAL MCP TOOL
get_token_holders
Top holders of any SPL token with per-account share and top1/top5/top10 concentration.
LIVE ENDPOINT
https://x402.ochinimus.app/mcp
Connect to this endpoint to inspect the live schema for get_token_holders and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- A tool name, description or schema mentions credentials.
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.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.