live · AI Agents & Fintech · JSON · API for agents
Latest MarketIntell alpha signals across crypto + US equities, each with a public post-mortem (24h + 7d outcomes).
{
"name": "alpha_signals",
"kind": "read",
"impl": "imperative",
"description": "Latest MarketIntell alpha signals across crypto + US equities, each with a public post-mortem (24h + 7d outcomes).",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"enum": [
"crypto",
"us_equities",
"india_stocks"
]
}
}
},
"page": "/"
}MarketIntell signal win-rate stats (1h / 4h / 24h). Same numbers as marketintell.ai/accuracy.
{
"name": "signal_performance",
"kind": "read",
"impl": "imperative",
"description": "MarketIntell signal win-rate stats (1h / 4h / 24h). Same numbers as marketintell.ai/accuracy.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Trending + top gainers + top losers across crypto + US equities.
{
"name": "screener",
"kind": "read",
"impl": "imperative",
"description": "Trending + top gainers + top losers across crypto + US equities.",
"inputSchema": {
"type": "object",
"properties": {
"domain": {
"type": "string",
"enum": [
"crypto",
"us_equities"
]
}
}
},
"page": "/"
}MarketIntell server uptime + provider circuit-breaker state.
{
"name": "health",
"kind": "read",
"impl": "imperative",
"description": "MarketIntell server uptime + provider circuit-breaker state.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}Navigate this browser tab to the live MarketIntell alpha-signals feed.
{
"name": "open_signals_feed",
"kind": "action",
"impl": "imperative",
"description": "Navigate this browser tab to the live MarketIntell alpha-signals feed.",
"inputSchema": {
"type": "object",
"properties": {}
},
"page": "/"
}