{
  "name": "Infraxa",
  "version": "1.0.0",
  "description": "Solana analytics, signals, and execution via MCP",
  "endpoint": "/mcp",
  "setup": "GET /setup to run D1 migrations",
  "layers": {
    "data": [
      "wallet_balances",
      "wallet_identity",
      "batch_wallet_identity",
      "wallet_history",
      "wallet_transfers",
      "wallet_funded_by"
    ],
    "intelligence": [
      "token_analytics",
      "token_holders",
      "pair_stats",
      "discover_tokens",
      "token_price_history"
    ],
    "execution": [
      "swap_quote",
      "swap_build",
      "execute_swap",
      "token_prices",
      "search_tokens",
      "trending_tokens",
      "top_traded",
      "recently_listed"
    ],
    "limit_orders": [
      "create_limit_order_deposit",
      "create_limit_order",
      "get_limit_orders"
    ],
    "dca": [
      "create_dca_order",
      "get_dca_orders",
      "cancel_dca_order"
    ],
    "composite": [
      "smart_money_profile",
      "token_deep_dive"
    ],
    "historical": [
      "get_token_snapshots",
      "get_wallet_snapshots",
      "get_holder_snapshots"
    ],
    "tracking": [
      "track_wallet",
      "untrack_wallet",
      "list_tracked_wallets",
      "track_token",
      "untrack_token",
      "list_tracked_tokens"
    ]
  },
  "referral": "Referral fees automatically applied to all swaps when REFERRAL_ACCOUNT is configured"
}