← ochinimus.app
INDIVIDUAL MCP TOOL
get_btc_price
Live BTC/USD spot price with confidence interval (Pyth oracle).
LIVE ENDPOINT
https://x402.ochinimus.app/mcp
Connect to this endpoint to inspect the live schema for get_btc_price 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.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_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.get_cascade_alert— Liquidation cascade detector for the 5 majors (SOL, BTC, ETH, XRP, DOGE): returns cascades active NOW - clustered same-side liquidations with symbol, side, USD total, prints, duration, severity (minor/major/extreme).