Orion watches Celestia mainnet and writes a daily machine-generated brief: anomaly signals, verdicts and metrics, every figure linked to its on-chain source. This page connects your AI agent to that analysis in one paste.
Hosted endpoint, no install, no keys — the server is strictly read-only.
claude mcp add --transport http orion https://orionlabsone.cc/mcp
{
"mcpServers": {
"orion": { "url": "https://orionlabsone.cc/mcp" }
}
}
{
"servers": {
"orion": { "type": "http", "url": "https://orionlabsone.cc/mcp" }
}
}
{
"mcpServers": {
"orion": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://orionlabsone.cc/mcp"]
}
}
}
git clone https://github.com/orioninfra/orion-agent-kit
cd orion-agent-kit && npm install && claude
Six analysis tools that return read verdicts rather than raw chain dumps, and every number keeps a provenance link.
| Tool | Question it answers |
|---|---|
get_daily_brief | What's happening on Celestia today? |
get_signals | Any anomalies — today or on a given date? |
get_network_state | Height, DA volume, validators, staking ratios, Nakamoto coefficient, TIA price |
list_reports | What's in the daily archive? |
get_report | Full report for one date |
search_reports | When did the archive last mention "eclipse" or "block time"? |
The same data as plain JSON — with an OpenAPI 3.1 spec ready for function calling.
| Endpoint | Returns |
|---|---|
GET /api/latest | today's full report |
GET /api/reports | archive index |
GET /api/reports/{date} | report for a date |
GET /api/rss | the daily brief as RSS |