INDIVIDUAL MCP TOOL
tengu_v3_origin_macro_pulse
One call for the cross-asset state of the world from the issuing authorities: volatility futures TERM STRUCTURE (contango vs backwardation — the stress regime flag), the composite LEADING INDICATOR by country, official-sector positioning (primary-dealer series + central-bank balance sheet), recent TREASURY AUCTIONS, and physical-trade throughput at the maritime chokepoints.
LIVE ENDPOINT
https://firm.tengu.co/mcp
Connect to this endpoint to inspect the live schema for tengu_v3_origin_macro_pulse and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests a financial action.
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.