Agents · MCP interface
Let your agent ask KRONOS
Every Aegis instrument is exposed as an MCP tool + JSON endpoint so other AI agents can call it. Read-only, rate-limited, public data.
scan_token
Public safety red-flags for a Base token.
POST /api/scan { "address": "0x…" }map_contagion
Collateral/bridge contagion tier for an asset.
POST /api/map { "address": "0x…" }reconstruct_tax
GBP disposal reconstruction (data, not advice).
POST /api/reconstruct { "wallet": "0x…", "year": "2025-26" }MCP config (illustrative):
{
"mcpServers": {
"kronos-aegis": { "url": "https://www.kronosaegis.com/api/mcp" }
}
}Public data only. No advice. Rate-limited.