ASCENT
// SPACE ECONOMY TERMINAL
BASE MCP · SKILL PLUGIN
·
LIVE
Run ASCENT from your agent. One line.
ASCENT is now a Base MCP skill plugin. Connect your Base Account to Claude (or ChatGPT, Cursor, Codex — any client that speaks MCP), install with one command, then ask plain-English questions. The agent calls the live terminal API and answers from real data.
install
LIVE
$npx skills add https://ascent-production.up.railway.app/skills/ascent.md
§ 01Base MCP Skill Registry
·
PLUGIN
SURFACE
DOMAIN
STATUS
ASCENTNEW · SPACE
Live terminal for the space economy. Equity index, rocket launches, AMP oracle state, on-chain space tokens.
space economy
LISTED
UNISWAPDEX
Explore pools, review positions, manage liquidity, execute swaps on Base.
swaps · LP
DAY 1
MORPHOLENDING
Find lending opportunities, supply assets to vaults, borrow through curated markets.
lending · vaults
DAY 1
AERODROMEDEX
Explore liquidity pools, review LP opportunities, execute swaps, manage positions on Base.
swaps · LP
DAY 1
AVANTISPERPS
Explore on-chain perp markets, manage trading positions through chat.
perps
DAY 1
MOONWELLLENDING
Explore lending markets, supply assets, borrow against collateral.
lending
DAY 1
BANKRLAUNCHES
Discover recent token launches, take token actions through chat.
launches
DAY 1
VIRTUALSAGENTS
Discover recent agent launches, sort agent tokens by market data, take actions through chat.
agent tokens
DAY 1
§ 02Endpoints
GETSECTOR INDEX
/api/equities
show me the space sector
→ returns 8 equity rows with price / pct / sparkline + ASCENT-8 index level
GETLAUNCH WINDOW
/api/launches
when's the next SpaceX launch?
→ next 12 launches across all providers · T-minus countdown · pad + vehicle
GETAMP STATE
/api/amplifier
is the amplifier amplified?
→ regimeMode (NORMAL / AMPLIFIED / DEFENSE) + current multiplier + sector points to next flip
GETON-CHAIN TOKENS
/api/tokens
show on-chain space tokens trending
→ Base + ETH gainers filtered (liq ≥ $5k, vol ≥ $100, MC ≥ $10k) · sorted by 24h move
GETSECTOR NEWS
/api/news
any space news today?
→ 30 items from 5 RSS sources · auto-tagged tickers · BULL/BEAR/NEUTRAL sentiment
GETEARNINGS CALENDAR
/api/earnings
which space company reports next?
→ next 90-day calendar from Finnhub · EPS estimate + BMO/AMC timing
GETTICKER CHART
/api/chart/:sym
how's RKLB trading today?
→ OHLCV candles · 5m / 15m / 1h / 1d intervals · 1d / 5d / 1mo / 3mo ranges
GETBUNDLE
/api/all
what's the space sector doing right now?
→ single-call snapshot of all six feeds · ~140ms elapsed · best default endpoint
§ 03Live Chat Preview
claude · base-mcp · ascent
CONNECTED
YOU
What's the space sector doing right now?
CLAUDE
CALLING ASCENT · /api/all
The ASCENT-8 sector index is at 107.89 (+7.88%) — sector strength, but the OracleAmplifier is still in NORMAL regime (multiplier 1.00×). You're 2.11 points away from the +10% threshold that flips AMP into AMPLIFIED mode and bumps yield to 1.25×.Top mover: LUNR +5.18%. Laggard: ASTS -1.94%.
Next rocket window opens in
T-12h — SpaceX Starlink (17-37) from SLC-4E.
YOU
Wake me up when AMP flips amplified.
CLAUDE
Got it. I'll re-check
/api/amplifier every few minutes; you're 2.11 sector points away. I'll ping you when regimeMode changes to AMPLIFIED.
§ 04Roadmap
PHASE · 01
Read endpoints
Eight live read endpoints exposed to chat. All terminal data — equities, launches, AMP, news, tokens, earnings, charts — queryable in plain English. Sources: Finnhub, Yahoo Finance, RocketLaunch.Live, DexScreener, RSS.
LIVE NOW
PHASE · 02
Prepare endpoints
Unsigned-calldata generators for $ASCENT actions — buy, stake (30/90/180/365d tiers), claim yield, burn for Mission Patch NFT. Ape, stake, claim, mint — all from chat. No dapp UI needed.
ON TOKEN LAUNCH
PHASE · 03
Conversational alerts
"Watch ASCENT-8 and ping me when AMP flips amplified." "Alert me if RKLB drops >5% in an hour." "Tell me when SpaceX is T-1h." State stored server-side, agent surfaces breakers.
Q3 2026
PHASE · 04
Cross-plugin composition
"Swap 0.1 ETH into the top ASCENT on-chain mover" — ASCENT → Uniswap. "Lend my $ASCENT yield to Morpho" — AscentStaking claim → Morpho deposit. Single approval.
POST-LAUNCH
§ 05Source & Spec
The plugin spec is a single markdown file describing how an agent calls our existing API. No private SDK, no auth, no rate-limit gotchas. Inspect it, fork it, or PR improvements.