INDIVIDUAL MCP TOOL
get_forecast_question
FREE: the exact question the forecast answers, machine readable, plus how to settle it yourself from the public exchange feed and the full list of covered symbols.
LIVE ENDPOINT
https://x402.ochinimus.app/mcp
Connect to this endpoint to inspect the live schema for get_forecast_question 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 (multi-source: Coinbase, Kraken, Pyth Hermes fallback).get_btc_price— Live BTC/USD spot price (multi-source: Coinbase, Kraken, Pyth Hermes fallback).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.