Ascending
Ascending

Reference
https://apogeemcp.digital/api/mcp · 3000 catalog operations. Last updated September 8, 2026. Generated from the live tool list — no invented tools.
Full developer portal: schemas, auth, errors, and security live at /developers.
You are connected to Apogee, the Robinhood Chain intel MCP (Search / Chart / Desk / Launch / Track). Canonical URL: https://apogeemcp.digital/api/mcp (alias /mcp). Auth: none. The catalog has 3000 Robinhood Chain operations. tools/list returns the primary tools; search_catalog + run_tool invoke any alias (scan_NVDA, volume_1h, wallet_pnl_1, pons_curve_v2, …). Rules: - This chain is EIP-155 4663. DexScreener/GeckoTerminal slug is "robinhood", never 4663. - Resolve tokens by contract. Tickers collide — NVDA memecoins are not the NVIDIA Stock Token. - Canonical Stock Tokens come from list_stock_tokens / RHJ. get_stock_quote shows oracle vs DEX premium. - Never ask for a seed phrase or private key. - Wallet tracking (track_wallet, get_wallet_pnl, get_wallet_txs) is read-only. - prepare_pons_launch returns an unsigned tx for the user to sign in Phantom (ethereum provider) after wallet_addEthereumChain for 4663. Do not claim a launch or swap executed unless the user reports a tx hash. - On-chain notes: write_onchain_note records a public Solana memo via the Apogee service wallet and buys ~$0.03 of $ORBITX to burn, keeping a $0.15 float. Notes are permanent. Never put secrets or personal data in a memo. Repeat idempotencyKey to avoid duplicates. burn_orbitx is admin-only. - Token seals: write_token_seal lets a user pick $ORBITX or $ROKHA, attach an image (base64), and write a memo. The service wallet stores the image forever, mints a 1/1, then buys and burns up to $0.25 of that token. Only 50 seals will ever exist. Public and irreversible. - Stock Tokens may not be offered to US/Canada/UK/Switzerland persons. - Prefer scan_token before size, get_desk for a market snapshot, list_launches / list_pons_launches for new tokens, track_wallet for an address. pons (write the name in lowercase; link https://www.ponsfamily.com/launchpad): - Apogee indexes pons on-chain. It is not operated by pons and does not imply partnership. - V1: Uniswap V3 vs WETH only, 1% fee, 1e9 supply, no bonding curve, no migration. Graduation = paired WETH vs threshold (default 4.2 ETH). - V2 (live factory 0x7eD598BcEf8bd9Edd8C97A195C6d13f40801EC7e): bonding curve then Uniswap V4. pairToken 0x0 = native ETH. Launch via prepare_pons_launch + Phantom. - Graduation is not a quality signal.
58 listed MCP tools. Catalog aliases (scan_NVDA, volume_1h, …) live behind search_catalog / run_tool.
search_token
Search Robinhood Chain tokens, pools, and canonical Stock Tokens by ticker, name, or 0x address.
{
"tool": "search_token",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Ticker, name, or contract address"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
scan_token
OG-style Apogee scan: composite score, lookalike/ticker-collision flags, DEX vs RHJ premium, momentum, liquidity.
{
"tool": "scan_token",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Ticker or token address"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_stock_tokens
Canonical Robinhood Stock Token registry (contract, multiplier, logo) from RHJ /assets.
{
"tool": "list_stock_tokens",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Optional ticker/name filter"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_stock_quote
Official RHJ bid/ask plus live Uniswap DEX price and premium/discount in bps for a Stock Token ticker.
{
"tool": "get_stock_quote",
"arguments": {
"symbol": "Ticker e.g. NVDA"
}
}{
"type": "object",
"properties": {
"symbol": {
"type": "string",
"description": "Ticker e.g. NVDA"
}
},
"required": [
"symbol"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_safety
Safety pass: canonical vs lookalike, liquidity, oracle tracking error. Same engine as scan_token.
{
"tool": "get_safety",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
verify_token
Anti-scam: confirm a ticker's canonical Stock Token contract and list colliding tickers on-chain.
{
"tool": "verify_token",
"arguments": {
"ticker": "…"
}
}{
"type": "object",
"properties": {
"ticker": {
"type": "string"
},
"address": {
"type": "string",
"description": "Optional address to check against the canonical contract"
}
},
"required": [
"ticker"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_corporate_actions
Processed Stock Token corporate actions (splits, dividends) from RHJ.
{
"tool": "get_corporate_actions",
"arguments": {
"limit": "…"
}
}{
"type": "object",
"properties": {
"limit": {
"type": "number"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
search_catalog
Search all 3000 Robinhood Chain catalog operations by name or topic (wallet, analytics, pons, stocks).
{
"tool": "search_catalog",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"limit": {
"type": "number"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_chart
OHLCV candles for the deepest Robinhood Chain pool of a token (GeckoTerminal).
{
"tool": "get_chart",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Token, ticker, or pool address"
},
"timeframe": {
"type": "string",
"enum": [
"minute",
"hour",
"day"
],
"default": "minute"
},
"aggregate": {
"type": "number",
"description": "Bar aggregation, e.g. 5 for 5m",
"default": 5
},
"limit": {
"type": "number",
"description": "Candle count, max 1000",
"default": 180
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_desk
Trading desk snapshot: chain stats, trending pools, fresh launches, featured Stock Token oracle vs DEX.
{
"tool": "get_desk",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_trending
Trending Robinhood Chain pools right now.
{
"tool": "list_trending",
"arguments": {
"duration": "5m"
}
}{
"type": "object",
"properties": {
"duration": {
"type": "string",
"enum": [
"5m",
"1h",
"6h",
"24h"
],
"default": "1h"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_top_pools
Top Robinhood Chain pools by GeckoTerminal ranking.
{
"tool": "list_top_pools",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_swap_quote
Read-only indicative swap using live USD prices. Does not sign or broadcast.
{
"tool": "get_swap_quote",
"arguments": {
"fromToken": "…",
"toToken": "…",
"amount": "…"
}
}{
"type": "object",
"properties": {
"fromToken": {
"type": "string"
},
"toToken": {
"type": "string"
},
"amount": {
"type": "string"
}
},
"required": [
"fromToken",
"toToken",
"amount"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_pair
Details for a specific Robinhood Chain pool/pair address.
{
"tool": "get_pair",
"arguments": {
"pair": "…"
}
}{
"type": "object",
"properties": {
"pair": {
"type": "string"
}
},
"required": [
"pair"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_boosted
Latest DexScreener boosted tokens on Robinhood Chain.
{
"tool": "list_boosted",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_market_overview
TVL, gas, and trending pools snapshot.
{
"tool": "get_market_overview",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_launches
Newest Robinhood Chain launches. Prefers on-chain pons v2/v1 TokenLaunched events (bonding-curve + Uniswap) and also returns GeckoTerminal new pools.
{
"tool": "list_launches",
"arguments": {
"limit": "Max pons launches to enrich (default 24)",
"lookback": "Block lookback for factory logs (default 8000)",
"generation": "all"
}
}{
"type": "object",
"properties": {
"limit": {
"type": "number",
"description": "Max pons launches to enrich (default 24)"
},
"lookback": {
"type": "number",
"description": "Block lookback for factory logs (default 8000)"
},
"generation": {
"type": "string",
"enum": [
"all",
"v1",
"v2"
],
"default": "all"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_pons_launches
Index pons launches from factory TokenLaunched logs on Robinhood Chain. v2 is the live bonding-curve factory; v1 is Uniswap V3 vs WETH. Write pons lowercase.
{
"tool": "list_pons_launches",
"arguments": {
"limit": "…",
"lookback": "…",
"generation": "all"
}
}{
"type": "object",
"properties": {
"limit": {
"type": "number"
},
"lookback": {
"type": "number"
},
"generation": {
"type": "string",
"enum": [
"all",
"v1",
"v2"
]
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_pons_token
Full on-chain pons launch record: metadata, socials, logo, factory tuple, curve reserves or V3 pool price, graduation progress, fee split. Resolve by token address.
{
"tool": "get_pons_token",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Launch token 0x address"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_pons_graduation
Graduation progress for a pons token. v1: locked WETH principal vs threshold (default 4.2 ETH). v2: realQuoteReserve vs threshold / phase. Graduation is not a quality signal.
{
"tool": "get_pons_graduation",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_pons_protocol
pons network facts, V1/V2 contracts, events, fee splits, reference PONS token, and attribution rules from docs.ponsfamily.com.
{
"tool": "get_pons_protocol",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
preview_pons_launch
Read pons v2 launch fee, economics pin, and factory status. Does not send a transaction.
{
"tool": "preview_pons_launch",
"arguments": {
"name": "…",
"symbol": "…",
"launchConfigId": "…"
}
}{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"launchConfigId": {
"type": "number"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
prepare_pons_launch
Build an unsigned pons v2 launchToken transaction for Phantom (ETH) on Robinhood Chain. User must sign. Apogee never holds keys.
{
"tool": "prepare_pons_launch",
"arguments": {
"name": "…",
"symbol": "…"
}
}{
"type": "object",
"properties": {
"name": {
"type": "string"
},
"symbol": {
"type": "string"
},
"description": {
"type": "string"
},
"logo": {
"type": "string"
},
"twitter": {
"type": "string"
},
"telegram": {
"type": "string"
},
"website": {
"type": "string"
},
"creatorFeeRecipient": {
"type": "string"
},
"creatorTaxBps": {
"type": "number"
},
"buybackEnabled": {
"type": "boolean"
},
"launchConfigId": {
"type": "number"
}
},
"required": [
"name",
"symbol"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
prepare_pons_buy
Indicative pons buy helper plus the pons app URL. Does not broadcast.
{
"tool": "prepare_pons_buy",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
},
"ethAmount": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_curve_quote
Bonding-curve / graduation state for a pons token.
{
"tool": "get_curve_quote",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_wallet
Read-only ETH + USDG/WETH/major Stock Token balances for any 0x address. No key required.
{
"tool": "get_wallet",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_wallet_txs
Explorer native + ERC-20 transfers for a Robinhood Chain wallet.
{
"tool": "get_wallet_txs",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
},
"page": {
"type": "number"
},
"offset": {
"type": "number"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_wallet_tokens
ETH plus watched USDG/WETH/Stock Token balances for a wallet.
{
"tool": "get_wallet_tokens",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_wallet_pnl
Mark-to-market wallet equity on Robinhood Chain using DexScreener USD prices.
{
"tool": "get_wallet_pnl",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
track_wallet
Full wallet tracker: balances, PnL, recent flow. Read-only.
{
"tool": "track_wallet",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_wallet_flow
In/out transfer counts and counterparties for a wallet.
{
"tool": "get_wallet_flow",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_service_wallet_status
Public service wallet address, SOL/$ORBITX balances, memo/buy/burn totals. Never returns private keys.
{
"tool": "get_service_wallet_status",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_token
Full token intel: on-chain ERC-20 metadata plus every DexScreener market on Robinhood Chain.
{
"tool": "get_token",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string",
"description": "Token address or ticker"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_holders
Holder concentration proxy from recent explorer transfers plus DexScreener pool liquidity. Not a full ledger.
{
"tool": "get_holders",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_token_activity
Recent buy/sell/burn transfers for a Robinhood Chain token from Blockscout tokentx plus DexScreener pairs.
{
"tool": "get_token_activity",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Token address or ticker"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_token_analytics
Volume, txns, liquidity, and change for a token over 5m/1h/6h/24h.
{
"tool": "get_token_analytics",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
},
"window": {
"type": "string"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_top_traders
Top flow wallets for a token from recent explorer transfers.
{
"tool": "get_top_traders",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_smart_money
Repeat-buy wallets in the recent transfer window (smart-money proxy).
{
"tool": "get_smart_money",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_first_buyers
Earliest explorer token transfers for a Robinhood Chain token.
{
"tool": "get_first_buyers",
"arguments": {
"query": "NVDA"
}
}{
"type": "object",
"properties": {
"query": {
"type": "string"
}
},
"required": [
"query"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_contract
ERC-20 metadata and market count for a contract.
{
"tool": "get_contract",
"arguments": {
"address": "0x…"
}
}{
"type": "object",
"properties": {
"address": {
"type": "string"
}
},
"required": [
"address"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
compare_tokens
Side-by-side analytics for two tickers or addresses.
{
"tool": "compare_tokens",
"arguments": {
"a": "…",
"b": "…"
}
}{
"type": "object",
"properties": {
"a": {
"type": "string"
},
"b": {
"type": "string"
}
},
"required": [
"a",
"b"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_onchain_activity
Public on-chain activity feed: memos, $ORBITX buys, and burns with Solscan links.
{
"tool": "get_onchain_activity",
"arguments": {
"eventType": "ALL",
"limit": "…",
"offset": "…"
}
}{
"type": "object",
"properties": {
"eventType": {
"type": "string",
"enum": [
"ALL",
"MEMOS",
"BUYS",
"BURNS",
"MEMO_CREATED",
"ORBITX_PURCHASE",
"ORBITX_BURN"
]
},
"limit": {
"type": "number"
},
"offset": {
"type": "number"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_chain_stats
Robinhood Chain height, gas, TVL, canonical USDG/WETH, Stock Token count.
{
"tool": "get_chain_stats",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_transaction
Fetch a transaction and receipt by hash from the public RPC.
{
"tool": "get_transaction",
"arguments": {
"hash": "…"
}
}{
"type": "object",
"properties": {
"hash": {
"type": "string"
}
},
"required": [
"hash"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
apogee_status
Health check for Apogee MCP. Reports 3000 catalog operations, chain stats, and the live MCP URL.
{
"tool": "apogee_status",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
run_tool
Invoke any of the 3000 catalog operations by exact name, including aliases like scan_NVDA or volume_1h.
{
"tool": "run_tool",
"arguments": {
"name": "Catalog tool name"
}
}{
"type": "object",
"properties": {
"name": {
"type": "string",
"description": "Catalog tool name"
},
"arguments": {
"type": "object"
}
},
"required": [
"name"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_catalog_page
Page through the 3000-operation catalog.
{
"tool": "list_catalog_page",
"arguments": {
"offset": "…",
"limit": "…"
}
}{
"type": "object",
"properties": {
"offset": {
"type": "number"
},
"limit": {
"type": "number"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_gas_oracle
Live gas price on Robinhood Chain.
{
"tool": "get_gas_oracle",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_block
Fetch a block by number or latest.
{
"tool": "get_block",
"arguments": {
"id": "…"
}
}{
"type": "object",
"properties": {
"id": {
"type": "string"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
add_robinhood_chain
wallet_addEthereumChain params so Phantom or MetaMask can add Robinhood Chain (4663).
{
"tool": "add_robinhood_chain",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_mcp_info
Canonical live MCP URL https://apogeemcp.digital/api/mcp and one-click install targets.
{
"tool": "get_mcp_info",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
write_onchain_note
Write a permanent Solana memo (ORBITX_NOTE:v1) via the Apogee service wallet, then buy and burn ~$0.03 of $ORBITX (keeping a $0.15 float). Public and irreversible. Rate limited. Returns signature + Solscan URL. Never send secrets.
{
"tool": "write_onchain_note",
"arguments": {
"note": "UTF-8 note, max 240 characters. Permanent and public."
}
}{
"type": "object",
"properties": {
"note": {
"type": "string",
"description": "UTF-8 note, max 240 characters. Permanent and public."
},
"idempotencyKey": {
"type": "string",
"description": "Repeat the same key to avoid a second memo/burn."
},
"wallet": {
"type": "string",
"description": "Optional attribution address."
}
},
"required": [
"note"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
get_onchain_note
Fetch a verified on-chain note by Solana transaction signature.
{
"tool": "get_onchain_note",
"arguments": {
"signature": "Solana transaction signature"
}
}{
"type": "object",
"properties": {
"signature": {
"type": "string",
"description": "Solana transaction signature"
}
},
"required": [
"signature"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_onchain_notes
List on-chain notes by reading confirmed Solana memos from the service wallet.
{
"tool": "list_onchain_notes",
"arguments": {
"wallet": "…",
"search": "…",
"limit": "…",
"offset": "…"
}
}{
"type": "object",
"properties": {
"wallet": {
"type": "string"
},
"search": {
"type": "string"
},
"limit": {
"type": "number"
},
"offset": {
"type": "number"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
write_token_seal
Pick $ORBITX or $ROKHA, write a public memo, store an image forever, mint a 1/1, then buy/burn up to $0.25. Limited edition of 50 Saturn cards — after 50, writes are closed. Public and irreversible. Never send secrets. imageBase64 required.
{
"tool": "write_token_seal",
"arguments": {
"token": "Token id, symbol, or mint. Supported: $ORBITX, $ROKHA.",
"note": "UTF-8 memo, max 180 characters. Permanent and public.",
"imageBase64": "JPEG/PNG/WebP as raw or data-URL base64."
}
}{
"type": "object",
"properties": {
"token": {
"type": "string",
"description": "Token id, symbol, or mint. Supported: $ORBITX, $ROKHA."
},
"note": {
"type": "string",
"description": "UTF-8 memo, max 180 characters. Permanent and public."
},
"imageBase64": {
"type": "string",
"description": "JPEG/PNG/WebP as raw or data-URL base64."
},
"imageMime": {
"type": "string",
"description": "image/jpeg, image/png, or image/webp."
},
"usd": {
"type": "number",
"description": "Burn size in USD, max 0.25."
},
"wallet": {
"type": "string",
"description": "Optional attribution address."
}
},
"required": [
"token",
"note",
"imageBase64"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_token_seals
List the limited-edition Apogee token seals (max 50 Saturn cards) with memo, image, buy/burn, and edition number.
{
"tool": "list_token_seals",
"arguments": {
"limit": "…"
}
}{
"type": "object",
"properties": {
"limit": {
"type": "number"
}
}
}Output is live JSON from the tool. Sample payloads are not fabricated.
list_burn_tokens
Supported tokens the service wallet can buy and burn on a token seal. Currently $ORBITX and $ROKHA, max $0.25 each.
{
"tool": "list_burn_tokens",
"arguments": {}
}{
"type": "object",
"properties": {}
}Output is live JSON from the tool. Sample payloads are not fabricated.
burn_orbitx
Admin-only: burn $ORBITX held by the service wallet. Requires adminSecret. Not a generic transaction signer.
{
"tool": "burn_orbitx",
"arguments": {
"adminSecret": "…"
}
}{
"type": "object",
"properties": {
"adminSecret": {
"type": "string"
},
"amount": {
"type": "number"
}
},
"required": [
"adminSecret"
]
}Output is live JSON from the tool. Sample payloads are not fabricated.