INDIVIDUAL MCP TOOL
tengu_v3_stream_realtime_guide
Agent protocol for real-time queries: which SSE feed maps to which intent (live price, signals, decisions, news, alerts), payload shapes, when to prefer SSE over REST, and fallback rules when flags are off
LIVE ENDPOINT
https://firm.tengu.co/mcp
Connect to this endpoint to inspect the live schema for tengu_v3_stream_realtime_guide and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.tengu-firm]
url = "https://firm.tengu.co/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"tengu-firm": {
"type": "http",
"url": "https://firm.tengu.co/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: tengu-firm
Remote MCP URL: https://firm.tengu.co/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"tengu-firm": {
"url": "https://firm.tengu.co/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"tengu-firm": {
"type": "http",
"url": "https://firm.tengu.co/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "tengu-firm",
"transport": "streamable-http",
"url": "https://firm.tengu.co/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
tengu_snapshot— Live price snapshot for one ticker: latest price plus basic trading stats.tengu_insider_clusters— Clusters of insider buying across companies: names where multiple distinct insiders bought around the same time.tengu_crypto— Live crypto quote from the market-data feed (real-time entitlement, 439 pairs): last-trade price, 24h change/volume (UTC-day basis), day + prev-day OHLC, optional last-7 daily bars, honest as_of.tengu_macro— One-call macro dashboard: VIX, DXY, treasury spreads, fear-greed, and the current regime read.tengu_regime— Current market regime label plus the model's regime probabilities.tengu_research_knowledge— Research knowledge basetengu_status— System status for the service.tengu_ready— Readiness flags showing which subsystems are up and serving.