Dieties

Market intelligence your AI agent can actually verify.

11 Services → x402 / USDC No API key

npm: atlasmarkets-dieties

Eleven services. One decision loop. Zero keys. (Anubis crypto · Viking stocks · Apollo forex · Pollux commodities · Dagon on-chain · Titan Indicators · Titan Sentiment · Titan Whale · Titan Calendar · Titan Funding · Titan Options). x402-protected on Base. No API key.

Verified Loop

Step 1
preflight
check conditions
Step 2
decision
journal setup + decision_id
Step 3
audit
verify outcome vs prices

Trust the process less. Verify the record more.

Directional Context

Signal value Meaning
Positive Bullish market context
Negative Bearish market context
0.00 – 0.01 Weak magnitude (no trend)
0.01 – 0.03 Moderate magnitude
0.03+ Strong magnitude (confirmed trend)

Directional values are supporting context, not standalone trade instructions. Use them with the calibrated range, risk state, and audit record.

AtlasMarkets Products

Anubis Crypto
Viking Stocks
Apollo Forex
Pollux Commodities
Dagon On-Chain
Titan Indicators RSI/MACD/BB/EMA
Titan Sentiment Fear & Greed
Titan Whale Large Tx
Titan Calendar Crypto Events
Titan Funding Perp Rates
Titan Options Options/IV
🐊 Anubis
Crypto Market Intelligence — BTC, ETH, SOL, XRP, ADA via CoinGecko
EndpointWhat it doesPrice
/api/anubis/signalsMarket context, score details, and freshness$0.05
/api/anubis/historyRecent context history for analysis and audit support$0.05
/api/anubis/preflightPre-decision conditions — cooldowns, market state, freshness, warnings$0.05
/api/anubis/decisionProbabilistic journal entry with a decision_id$0.15
/api/anubis/auditVerify prior decision outcome against real prices$0.07
/api/anubis/forecastConformally-calibrated 80% price range (~0.80 empirical coverage)$0.05
/api/anubis/riskCurrent market risk state and cooldown context$0.02
🐊 Anubis 7 endpoints $0.02 – $0.15 / call

Latest market context. $0.05 USDC — current AtlasMarkets market context and freshness

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/signals"
Sample response (truncated)
{
  "ts": "2026-07-22T18:00:00.000Z",
  "timeframe": "15m",
  "regime": "chop",
  "signals": {
    "BTC/USD": -0.0118,
    "ETH/USD": -0.0042,
    "SOL/USD": 0.0067,
    "XRP/USD": -0.0021,
    "ADA/USD": 0.0014
  },
  "top_k": ["SOL/USD", "ADA/USD"],
  "signal_age_hours": 0.08,
  "data_freshness": "FRESH"
}

Journal a setup. $0.15 USDC — returns decision_id for later audit verification

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/decision?symbol=BTC"
Sample response (truncated)
{
  "decision_id": "9f3a2c41-7b6e-4a32-b2e4-1a72d5b8c901",
  "symbol": "BTC/USD",
  "suggested_action": "CONSIDER_SHORT",
  "confidence": 0.51,
  "certainty": "PROBABILISTIC",
  "directional_edge": "none_demonstrated",
  "raw_signal": -0.0118,
  "regime": "chop",
  "risk_level": "NORMAL",
  "data_freshness": "FRESH",
  "next_step": {
    "endpoint": "/api/anubis/audit?decision_id=9f3a2c41...&window=1h",
    "cost": "$0.07 USDC"
  }
}

Audit — was it right? $0.07 USDC — chains the audit call with the decision_id above

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/audit?decision_id=9f3a2c41-7b6e-4a32-b2e4-1a72d5b8c901&window=1h"
Sample response (truncated)
{
  "decision_id": "9f3a2c41-7b6e-4a32-b2e4-1a72d5b8c901",
  "symbol": "BTC",
  "suggested_action": "CONSIDER_SHORT",
  "confidence": 0.51,
  "evaluation_window": "1h",
  "prices": {
    "entry": 73508.21,
    "exit": 72102.44
  },
  "outcome": {
    "pnl_pct": -0.01912,
    "direction_correct": true,
    "verdict": "GOOD_DECISION"
  }
}

Preflight check. $0.05 USDC — checks cooldowns, market state, volatility before deciding

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/preflight?symbol=BTC"
Sample response
{
  "symbol": "BTC",
  "can_decide": true,
  "cooldown_active": false,
  "market_state": "chop",
  "volatility": "NORMAL",
  "warnings": [],
  "risk_level": "NORMAL",
  "ts": "2026-07-22T18:00:00.000Z"
}

Forecast — 80% calibrated range. $0.05 USDC — conformal prediction interval for entry/exit expectations

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/forecast?symbol=BTC"
Sample response
{
  "symbol": "BTC",
  "range_80": {
    "lower": 66400.00,
    "mid": 67104.32,
    "upper": 67800.00
  },
  "confidence": 0.51,
  "regime": "chop",
  "method": "conformal_80",
  "current_price": 67104.32,
  "ts": "2026-07-22T18:00:00.000Z"
}

Recent decision history. $0.05 USDC — review past decisions for pattern analysis and backtesting

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/history?limit=5"
Sample response (truncated)
{
  "symbol": "BTC",
  "count": 3,
  "decisions": [
    {
      "decision_id": "a1b2c3d4-...",
      "action": "CONSIDER_LONG",
      "confidence": 0.62,
      "regime": "bullish",
      "ts": "2026-07-22T16:00:00.000Z"
    },
    "... (older decisions)"
  ]
}

Risk state. $0.02 USDC — current regime and risk level for position sizing

curl -i "https://atlasmarkets-anubis.onrender.com/api/anubis/risk"
Sample response
{
  "ts": "2026-07-22T18:00:00.000Z",
  "regime": "chop",
  "risk_level": "NORMAL",
  "risk_factors": [],
  "cooldown_active": false,
  "data_freshness": "FRESH"
}

Dagon — On-Chain signals. $0.05 USDC — ETH gas, BTC fees, DeFi TVL combined view

curl -i "https://atlasmarkets-dagon.onrender.com/api/dagon/signals"
Sample response
{
  "ts": "2026-07-22T18:00:00.000Z",
  "timeframe": "15m",
  "regime": "normal_gas",
  "signals": {
    "eth_gas_gwei": { "safe": 18, "propose": 22, "fast": 28 },
    "btc_fees_satvb": { "fastest": 4, "half_hour": 3, "hour": 2 },
    "top_defi_protocols": [
      { "name": "Aave", "tvl": 8.42, "change_1d": 0.31 },
      { "name": "Lido", "tvl": 7.18, "change_1d": -0.12 }
    ]
  },
  "data_freshness": "FRESH"
}

MCP Server

Install via npm. 50+ tools across 11 services. Works with Claude Code, Codex, OpenCode, and any MCP-compatible AI agent.

{
  "mcpServers": {
    "atlasmarkets": {
      "command": "npx",
      "args": ["-y", "atlasmarkets-mcp"],
      "env": {
        "ATLASMARKETS_URL": "https://atlasmarkets-anubis.onrender.com"
      }
    }
  }
}

Package: atlasmarkets-mcp on npm  ·  env: ATLASMARKETS_URL set to your AtlasMarkets endpoint (e.g. https://atlasmarkets-anubis.onrender.com)

All 11 service endpoints (set ATLASMARKETS_URL to any of these)

  • https://atlasmarkets-anubis.onrender.com Crypto
  • https://atlasmarkets-viking.onrender.com Stocks
  • https://atlasmarkets-apollo.onrender.com Forex
  • https://atlasmarkets-pollux.onrender.com Commodities
  • https://atlasmarkets-dagon.onrender.com On-Chain
  • https://atlasmarkets-titan001-k3fd.onrender.com Indicators
  • https://atlasmarkets-titan002-ns4m.onrender.com Sentiment
  • https://atlasmarkets-titan003-s174.onrender.com Whale
  • https://atlasmarkets-titan004-upj5.onrender.com Calendar
  • https://atlasmarkets-titan005-apf9.onrender.com Funding
  • https://atlasmarkets-titan006-30hz.onrender.com Options

Disclaimer

AtlasMarkets provides algorithmic market context generated from market data — not human recommendations. Nothing on this page or returned by any AtlasMarkets endpoint constitutes financial advice, investment advice, or a recommendation to buy or sell any asset.

This service is for informational and experimental purposes only. Always do your own research before making any trading decisions. Never trade with funds you cannot afford to lose.