The petrol station for AI agents. 56 pay-per-call MCP endpoints. Real USDC on Base Mainnet. No subscriptions — pure per-call pricing.
AI agents call tools → pay micropayments in USDC on Base Mainnet via the x402 protocol → get data.
56 endpoints across every domain autonomous agents need:
| Category | Endpoints |
|---|---|
| Market Signals | Trading signals (Gold/BTC/FX), options flow, insider trades, analyst ratings, market movers, IPO calendar |
| Macro Economics | Fed rates, CPI, GDP, yield curve, FX rates, economic calendar, commodities, energy prices |
| Crypto & DeFi | On-chain data, whale tracking, DeFi yields, stablecoins, derivatives, token unlocks, NFT market |
| AI Economy | ArXiv research, GitHub velocity, AI model prices, Bittensor subnets, Virtuals Protocol agents |
| Geopolitical | GDELT crisis monitoring (Iran/Israel/Ukraine/Taiwan), sanctions screening, OFAC alerts |
| Deep Intel | SEC filings, USPTO AI patents, company dossiers, hedge fund 13F flows, B2B lead scoring |
| Bundles | Pre-packaged multi-endpoint calls ($0.50–$500) |
| Tier | Price | Count | Examples |
|---|---|---|---|
| Tier 1 | $0.005 USDC/call | 36 tools | getTradingSignal, getMacroData, getAiNews |
| Tier 2 | $5–$25 USDC/call | 12 tools | getCompanyProfile, getGeopoliticalCrisis, getWhaleTracker |
| Bundles | $0.50–$500/call | 8 tools | runBundleStarter, runBundleSovereign |
Add to your MCP client config:
{
"mcpServers": {
"omni-service-node": {
"type": "http",
"url": "https://omni-service-node-production.up.railway.app/mcp"
}
}
}import { wrapFetchWithPayment } from "@x402/fetch";
const fetch = wrapFetchWithPayment(globalThis.fetch, wallet);
// Get a trading signal for Gold — costs $0.005 USDC
const res = await fetch("https://omni-service-node-production.up.railway.app/api/v1/signals?symbol=XAUUSD&tf=1h");
const signal = await res.json();
// { signal: "BUY", entry: 2340, stopLoss: 2320, takeProfit: 2380, confidence: 78 }Market Signals
getTradingSignal— BUY/SELL/HOLD with entry, stop loss, take profit, RSI, EMA, ATR for Gold/BTC/FXgetMarketSentiment— Fear & Greed index, RISK_ON/RISK_OFF signal, trending tokensgetMarketMovers— Top gainers, losers, most active stocks with volume surge signalsgetFearIndex— VIX + Fear & Greed composite with historical contextgetOptionsFlow— Unusual options activity, dark pool sweeps, institutional positioninggetInsiderTrades— SEC Form 4 insider buys/sells with bullish/bearish signalgetAnalystRatings— Wall Street upgrades/downgrades with price targetsgetEarnings— Upcoming earnings: EPS estimates, beat/miss signalsgetIpoCalendar— Upcoming IPOs with size, pricing, sector
Macro & FX
getMacroData— Fed rates, CPI, M2, GDP, yield curve, G10 FX, HAWKISH/DOVISH signalgetFxRates— Live FX rates, DXY, crypto crossesgetEconomicCalendar— CPI, NFP, FOMC, GDP releases with forecasts vs priorgetCommodities— Gold, silver, oil, wheat, corn, copper spot prices + signalsgetEnergyPrices— WTI, Brent, natural gas, LNG, coal prices
Crypto & DeFi
getOnchainData— BTC/ETH fees, mempool, DeFi TVL, top yield opportunitiesgetDefiYields— Best APY across Aave, Compound, Curve, Yearn, 100+ protocolsgetStablecoins— Peg deviation, depeg risk scores for USDT/USDC/DAI/FRAXgetCryptoDerivatives— Funding rates, open interest, liquidations, basisgetTokenUnlocks— Upcoming vesting unlocks with supply pressure signalsgetNftMarket— Floor prices, volume, wash trade detectiongetAiTokens— AI sector tokens (TAO, FET, AGIX, RNDR, WLD) performancegetVirtualsProtocol— Virtuals Protocol AI agent prices and activitygetBittensor— Bittensor TAO subnet emissions, validator rewards
Intelligence
getAiNews— Real-time AI/crypto/macro news from HackerNews, Reddit, NewsAPIgetArxivResearch— Latest AI/ML papers with breakthrough detectiongetGithubTrending— Trending repos by language and topicgetModelPrices— AI model pricing across OpenAI, Anthropic, Google, Mistral, GroqgetSpaceWeather— NOAA KP index, solar flares, geomagnetic storm alertsgetEarthquakeMonitor— USGS M4+ earthquakes with tsunami riskgetShippingRates— Baltic Dry Index, container rates, port congestiongetSemiconductorSupply— TSMC utilisation, chip lead times, shortage signals
Additional
getMergerActivity— M&A deals, rumoured targets, sector consolidationgetPrivateEquity— VC/PE funding rounds, exits, dry powdergetRealEstateMarket— US home prices, mortgage rates, inventoryscreenSanctions— OFAC/EU/UN/UK sanctions screeningcheckAiCompliance— EU AI Act 2024/1689 risk classification
getB2bIntel— HOT/WARM/COLD lead scoring via SEC + GitHub + jobs ($5)getGithubVelocity— Company AI pivot score from GitHub org activity ($5)getJobPivots— Companies hiring agentic AI roles — buyer intent signal ($5)getSecFilings— SEC 8-K/10-K with AI relevance scoring ($5)getAiPatents— USPTO AI patent filings by company ($5)getCompanyProfile— Full dossier: SEC + GitHub + hiring + patents + sentiment ($5)getWhaleTracker— BTC/ETH large wallet movements, exchange flows ($5)getFundingRounds— VC/PE deals with amounts, investors, sector ($5)getCompetitorIntel— Competitive positioning vs named competitors ($5)getHedgeFunds— 13F filings: top holdings, new positions, sector rotation ($5)getDaoGovernance— DAO proposals, voting power, treasury data ($5)getGeopoliticalCrisis— GDELT crisis scores + oil/gold/USD market impact ($25)
runBundleStarter— compliance + sentiment + signals + macro + news ($0.50)runBundleMarketIntel— signals + onchain + macro + options + insider + earnings ($25)runBundleCryptoAlpha— onchain + whales + DeFi + AI tokens + derivatives ($25)runBundleCompanyDeep— profile + competitors + hedge funds + analyst + filings ($50)runBundleMacroGlobal— macro + FX + rates + inflation + consumer + labor ($50)runBundleAiEconomy— arxiv + github + jobs + model prices + AI tokens + regulatory ($100)runBundleGeopolitical— GDELT war room + crisis scores + market impact + OFAC ($200)runBundleSovereign— ALL endpoints: full macro + geopolitical + company + crypto ($500)
Protocol: x402 (HTTP 402 Payment Required)
Token: USDC
Network: Base Mainnet (chain 8453)
Wallet: 0x2DFe3B1C304DAd9F1b41D780ea81fCd137d810D8
Compatible with @x402/fetch, @coinbase/x402, and any x402-aware HTTP client.
Primary: https://omni-service-node-production.up.railway.app Secondary: https://omni-service-node.fly.dev MCP: https://omni-service-node-production.up.railway.app/mcp x402 Discovery: https://omni-service-node-production.up.railway.app/.well-known/x402 Agent Card: https://omni-service-node-production.up.railway.app/.well-known/agent-card.json LLMs.txt: https://omni-service-node-production.up.railway.app/llms.txt
MIT