Orion Agent Kit
OfficialProvides an RSS feed of the daily Celestia brief for syndication.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Orion Agent Kitgive me today's Celestia daily brief"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Orion Agent Kit
Celestia network intelligence for AI agents. An MCP server over Orion's daily analysis: anomaly signals, network verdicts, staking & DA metrics, live namespace and validator drill-downs — each figure linked back to the source it came from.
https://orionlabsone.cc/mcp
What this is
Orion watches Celestia mainnet continuously and publishes a daily machine-written brief: what moved, what drifted from baseline, and why it matters. This kit exposes that analysis to AI agents over the Model Context Protocol.
Think of it as an analysis layer for the Celestia agent ecosystem. It sits alongside knowledge bases (which answer "what is CIP-21?") and raw-data or transaction kits (which list blobs or build a delegate tx). Orion answers a different question: what is happening on the network right now, is it normal, and how did we get here?
Every number the server returns carries a provenance link to the Celenium or Celestia LCD endpoint it was read from, so the agent can cite its sources — and so can you. The server is read-only: no wallets, keys, or transactions anywhere in it.
Related MCP server: wormhole-metrics-mcp
Tools
Today & anomalies
Tool | Question it answers |
| What's happening on Celestia today? (set |
| Any anomalies (info / notable / critical) today or on date X? |
| Current height, DA volume, validators, staking ratios, Nakamoto coefficient, TIA price |
Trends & history
Tool | Question it answers |
| What changed since yesterday / last week? (day- and week-over-week deltas) |
| Chart one metric (fees, blobs, price, staking ratio…) over N days |
| What daily reports exist in the archive? |
| Full report for a given date |
| When did the archive last mention "eclipse" or "block time"? |
Live drill-down (straight from Celenium)
Tool | Question it answers |
| Which rollups post the most data to Celestia right now? |
| Detail for one namespace: size, blob count, last activity |
| Largest validators by stake — moniker, commission, jailed status |
Resources & prompts
Beyond tools, the server exposes MCP resources an agent can read or subscribe to:
orion://latest— the most recent daily reportorion://reports— the archive indexorion://report/{date}— any archived report by date
…and ready-made prompts to guide an agent:
daily_celestia_briefing— produce a grounded, source-cited daily briefingrollup_da_check— survey who dominates blobspace and the current DA cost context
What counts as a signal
Orion's detectors are event-driven, not state-driven — a persistently dominant namespace or a steady utilization day produces no signal, so what you see is what actually changed:
DA utilization & fees — per-block volume and fees over the last day vs the recent daily baseline
Blob-volume z-score — statistical spikes/drops in data posted
Namespace shift — only when the DA leader changes or its share moves materially
Staking & concentration — bonded-ratio moves, Nakamoto-coefficient changes, new jailings
Market & protocol — notable TIA price moves, active governance proposals, new celestia-app releases
Each daily brief is written by an LLM narrator and passes an automated citation check — every number in the prose is verified against the structured data before publishing.
Quick start — hosted endpoint (no install)
The MCP server runs at https://orionlabsone.cc/mcp.
Claude Code
claude mcp add --transport http orion https://orionlabsone.cc/mcpCursor — add to .cursor/mcp.json (already included if you cloned this repo):
{ "mcpServers": { "orion": { "url": "https://orionlabsone.cc/mcp" } } }VS Code — add to .vscode/mcp.json:
{ "servers": { "orion": { "type": "http", "url": "https://orionlabsone.cc/mcp" } } }Claude Desktop / Codex / Windsurf / Cline / any stdio-only client — bridge with mcp-remote:
{
"mcpServers": {
"orion": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://orionlabsone.cc/mcp"]
}
}
}Per-client walkthroughs: Claude Code · Claude Desktop · Cursor · Codex · VS Code
Quick start — clone & chat
git clone https://github.com/orioninfra/orion-agent-kit
cd orion-agent-kit
npm install
claude # Claude Code picks up .mcp.json automaticallyThen just ask:
"Any anomalies on Celestia today?" · "What changed on Celestia since yesterday?" · "Which rollups post the most data right now?" · "How concentrated is the validator set?" · "When did the archive last flag block time?"
The bundled /brief and /signals commands wrap the two most common queries.
Run the server yourself
npm install
npm run start # Streamable HTTP on 127.0.0.1:8791/mcp
npm run start:stdio # stdio transport (for local MCP clients)
npm run smoke # end-to-end check of the tools against the live API
npm run typecheck # type-check the sourcesEnvironment: PORT (default 8791), HOST (default 127.0.0.1), ORION_API_BASE (default https://orionlabsone.cc), CELENIUM_BASE (default https://api-mainnet.celenium.io/v1, used by the drill-down tools).
REST, without MCP
The underlying API is plain JSON, usable directly or via function calling with the OpenAPI spec:
Endpoint | Returns |
| today's full report |
| archive index |
| full report for a date |
| the brief as an RSS feed |
How it fits together
AI agent (Claude / GPT / any MCP client)
│ MCP — read-only analysis tools, resources & prompts
▼
orion-agent-kit ──► Orion daily analysis (orionlabsone.cc/api)
│ │ every figure linked to its source
│ ▼
│ Celestia LCD · market data
└──────────► Celenium API (live namespace & validator drill-down)License
Apache-2.0, Copyright 2026 Orion Labs. Questions, ideas, or a tool you wish existed: open an issue.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/orioninfra/orion-agent-kit'
If you have feedback or need assistance with the MCP directory API, please join our Discord server