ai_provenance
ActiveTool of FeedOracle Compliance Agent
[GATEWAY|AUDIT] Full cryptographic provenance chain for an asset's evidence data. Traces every data point from external source (FRED series ID, ESMA register, CoinGecko, on-chain) through FeedOracle processing to final bundle. Each node individually SHA256-hashed. Chain hash = merkle-style hash of all nodes. Tamper-proof audit trail for EU AI Act explainability + MiCA evidence requirements. Returns: series_ids, providers, external_sources, per-node hashes, chain_hash.
Parameters schema
{
"type": "object",
"required": [
"symbol"
],
"properties": {
"symbol": {
"type": "string",
"description": "Token symbol: EURC, USDC, RLUSD etc."
},
"frameworks": {
"type": "array",
"items": {
"type": "string"
},
"default": [
"mica",
"macro"
],
"description": "mica, dora, rwa, macro, stablecoin_risk — default: mica+macro"
}
}
}Parent server
FeedOracle Compliance Agent
https://github.com/feedoracle/feedoracle-managed-agents
1/7 registries