Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

Orion Celestia Intel

cc.orionlabsone/orion-agent-kit

Celestia network intelligence for AI agents: daily analysis, anomaly signals and DA metrics.

Uptime
100.0%
1 direct probes · 30d
Response
175ms
last probe
Tools
11
callable
Resources
2
readable
Prompts
2
available

Tools · 11

get_daily_brief

Orion's latest daily analysis of the Celestia mainnet: headline, anomaly signals with severity, key network metrics, and provenance links for every figure. Start here for 'what is happening on Celesti…

get_signals

Anomaly/health signals detected by Orion for a given day (default: latest). Each signal has type, severity (info|notable|critical), observed value vs rolling baseline, and its data source. Filter with…

get_network_state

Current Celestia mainnet metrics from Orion's latest snapshot: height, DA volume (TB), fees, validators (active vs registered), staking ratios, Nakamoto coefficient, jail count, TIA price — with prove…

list_reports

Index of Orion's daily Celestia reports (date + signal counts), newest first.

get_report

Full Orion report for a specific date (YYYY-MM-DD): snapshot metrics, all signals, summary, provenance.

search_reports

Keyword search across recent daily reports (signal titles, details, types, metrics). Returns matching signals grouped by date. Plain keyword scan — no LLM in the loop, results are verbatim from the ar…

get_trends

Day-over-day and week-over-week change for key Celestia metrics, computed from Orion's daily snapshots. Answers 'what changed since yesterday / last week?'.

get_metric_history

Time series of one snapshot metric across Orion's daily reports, oldest to newest. Metrics: height, total_fee_tia, total_blobs_tb, total_tx, total_validators, active_validators, tia_price, bonded_rati…

get_top_namespaces

Largest namespaces (rollups) on Celestia by total blob size, live from Celenium. Shows who is posting the most data to the DA layer.

get_namespace

Detail for a single Celestia namespace by its namespace_id (hex — get one from get_top_namespaces): size, blob count, last activity.

get_top_validators

Largest Celestia validators by stake, live from Celenium: moniker, stake (TIA), commission, jailed status.

Resources · 2

latest-brief

Orion's most recent daily Celestia report (JSON).

orion://latest
report-index

Index of Orion's daily Celestia reports (date + signal counts).

orion://reports

Prompts · 2

daily_celestia_briefing

Produce a grounded daily briefing on Celestia using Orion's tools.

rollup_da_check

Survey who posts the most data to Celestia and the current DA cost context.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "orion_celestia_intel": {
      "url": "https://orionlabsone.cc/mcp",
      "transport": "streamable-http"
    }
  }
}