← jawz.ai

INDIVIDUAL MCP TOOL

get_etf_profile

ETF look-through for Chapter 2 Mode 2.

jawz.ainone authenticationAvailability not checked

LIVE ENDPOINT

https://jawz.ai/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_etf_profile 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

jawz.ai

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.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.

Related tools

  • get_started — Orientation for a new Jawz connection, and for questions about what Jawz is, what it covers, or how it is used.
  • get_world_brief — Read the Jawz World Brief — the weekly Mako-bylined market read published at jawz.
  • get_prices — Live prices for one or more holdings.
  • get_macro_regime — Get current macro regime (GREEN/YELLOW/RED) with business cycle positioning.
  • get_regime_history — Macro regime read-history — a timeseries of how the regime and its drivers have moved over recent weeks.
  • get_liquidity_history — Global-liquidity read-history — a timeseries of central-bank liquidity over recent weeks.
  • get_conditions_history — Financial-conditions read-history — a timeseries of how conditions have moved over recent weeks.
  • get_data_health — Freshness 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.