ai_query
ActiveTool of FeedOracle Compliance Agent
[GATEWAY] Natural language evidence query. Routes any plain-English question to the correct FeedOracle evidence APIs automatically. Two-tier classifier: regex (fast) + DeepSeek LLM fallback for complex queries. Returns signed evidence bundle (SHA256 + pack_id). No hallucinations — data from verified FeedOracle APIs. Examples: IsUSDS MiCA compliant? / What is recession risk? / Evaluate EURC for treasury.
Parameters schema
{
"type": "object",
"required": [
"question"
],
"properties": {
"symbol": {
"type": "string",
"description": "Optional token symbol override: USDC, EURC, RLUSD etc."
},
"question": {
"type": "string",
"description": "Natural language question e.g. Is USDC MiCA compliant?, What is peg status of EURC?, Current recession risk?"
}
}
}Parent server
FeedOracle Compliance Agent
https://github.com/feedoracle/feedoracle-managed-agents
1/7 registries