Analytics
jawz.ai
Provides financial market data including world briefs, live prices, and macro regime analysis.
ENDPOINT 1
https://jawz.ai/api/mcp
MCP server metadata
- Name
- jawz
- Version
- 0.2.0
Known tools 22
get_startedOrientation for a new Jawz connection, and for questions about what Jawz is, what it covers, or how it is used.
Inferred read-onlyget_world_briefRead the Jawz World Brief — the weekly Mako-bylined market read published at jawz.
Inferred read-onlyget_macro_regimeGet current macro regime (GREEN/YELLOW/RED) with business cycle positioning.
Inferred read-onlyget_regime_historyMacro regime read-history — a timeseries of how the regime and its drivers have moved over recent weeks.
Inferred read-onlyget_liquidity_historyGlobal-liquidity read-history — a timeseries of central-bank liquidity over recent weeks.
Inferred read-onlyget_conditions_historyFinancial-conditions read-history — a timeseries of how conditions have moved over recent weeks.
Inferred read-onlyget_data_healthFreshness status for every data source Jawz reads: per-source release date, latest observation date, expected cadence, age in days, and whether any source is stale or unavailable.
Inferred read-onlyget_financial_conditionsFull financial conditions read: global liquidity (Fed + ECB + BoJ central-bank balance sheets, FX-converted to USD; PBoC included when a fresh Mako-curated publication is available — basis 'g4' vs 'g3'), real yields, HY/IG credit spreads, DXY, VIX.
Inferred read-onlyget_growth_indicatorsGrowth pillar indicators: industrial production (ISM proxy), consumer sentiment, yield curve, initial claims.
Inferred read-onlyget_inflation_indicatorsInflation pillar indicators: headline + core CPI, headline + core PCE (YoY and MoM), 5Y/10Y breakevens, wage growth.
Inferred read-onlyget_event_calendarScheduled US macro events (FOMC + CPI + NFP + PCE) with dates and consensus.
Inferred read-onlyscore_position_driftScore how a single position's regime fit has drifted since entry.
Inferred read-onlyrun_chapterReturns a chapter's published framework text: its modes, the questions each asks, and the output format it describes.
Inferred read-onlyrun_modeReturns the published framework text for one named mode within a chapter, rather than the full chapter.
Inferred read-onlyget_china_liquidityRead the latest Mako-curated PBoC balance-sheet publication (CNY trillions + source URL + as_of_month + note).
Inferred read-onlyCONNECT 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.jawz]
url = "https://jawz.ai/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jawz": {
"type": "http",
"url": "https://jawz.ai/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jawz
Remote MCP URL: https://jawz.ai/api/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": {
"jawz": {
"url": "https://jawz.ai/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jawz": {
"type": "http",
"url": "https://jawz.ai/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jawz",
"transport": "streamable-http",
"url": "https://jawz.ai/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for jawz.ai was fetched 2026-08-29T15:51:12.201Z.
jawz.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.