jawz
Server Details
Live macro data for AI agents: regime, conditions, liquidity, with input provenance. No signup.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
22 toolsget_chapterGet chapterRead-onlyInspect
Fetch the full content of a chapter by loop slug and node. Loops not marked open require entitlement; every published loop is currently open and free. Does not log an invocation; run_chapter is the variant that runs the framework and logs.
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Chapter node | |
| loop_slug | Yes | Loop slug |
Output Schema
| Name | Required | Description |
|---|---|---|
| node | No | |
| title | No | |
| content | No | |
| version | No | |
| loop_slug | No | |
| loop_title | No | |
| author_name | No | |
| terms_glossary | No |
get_china_liquidityGet China liquidityRead-onlyInspect
Read the latest Mako-curated PBoC balance-sheet publication (CNY trillions + source URL + as_of_month + note). Public read — suitable for surfacing directly when explaining the China leg of global liquidity. The same value is also embedded in get_financial_conditions.pillars.global_liquidity.components.china; this tool exists for direct/auditable access.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| row | No | |
| status | No | |
| terms_glossary | No |
get_conditions_historyGet conditions historyRead-onlyInspect
Financial-conditions read-history — a timeseries of how conditions have moved over recent weeks. Returns one row per sample date with the composite (loose/neutral/tight), direction (easing/stable/tightening), and every pillar's value + class: 10Y real yield, HY/IG credit spreads, DXY, VIX, global-liquidity class. The rate legs behind the real yield are exposed numerically too (dgs10_pct, t10yie_pct, t5yie_pct, t10y2y_pct), so a real-yield move can be read as nominal-led or breakeven-led rather than only as a fused number. Completes the Chapter 1 history trio with get_regime_history (the judgment) and get_liquidity_history (the flow) — this is the price of risk. Surfaces trajectory that a point read hides (e.g. HY spreads widening for six straight weeks while VIX stays calm), and grounds 'conditions are tightening' statements in observed pillar changes. Window deltas per pillar are in 'summary.deltas'; composite/direction/pillar classification changes are listed as events. The response includes a 'presentation' object whose 'display_markdown' is a pre-formatted table; 'data.rows' and 'summary' carry the same values structured. Rows are provenance-tagged 'observed' (live that day, true vintage) or 'reconstructed' (point-in-time from vintage data — each series as it was published on that date, ~4 months deep). Defaults to the last 12 weeks, weekly.
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | Sample cadence (default weekly) | |
| lookback_weeks | No | How many weeks of history to cover (default 12, clamped 1–52) |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | No | |
| tool | No | |
| status | No | |
| summary | No | |
| warnings | No | |
| generated_at | No | |
| presentation | No |
get_data_healthGet data healthRead-onlyInspect
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. Also reports whether the ingestion pipeline is keeping up, and carries plain-language notices when a scheduled update has not arrived. Applies when the reliability of a figure depends on how current its underlying data is.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| as_of | No | |
| notices | No | |
| sources | No | |
| any_stale | No | |
| collector | No | |
| terms_glossary | No | |
| any_unavailable | No |
get_drift_alertsGet drift alertsRead-onlyInspect
Portfolio-wide drift scan. Iterates Decision Records, calls score_position_drift on each, returns flagged positions with severity + why_flagged + review_questions. Flag types: drift_severe (review_now), drift_meaningful (deteriorated), fit_low_structural (score ≤2 but unchanged since entry — low by design, not decay), fit_low_decayed (score ≤2 AND below entry fit — deteriorated after entry), conviction_gap (|gap| ≥3), thesis_undocumented (entry_date or thesis missing). Backs Chapter 4 Mode 4.3 (Thesis Status Sweep) as the portfolio-wide drift scan; flagged names feed a Mode 4.2 (Position Retrospective).
| Name | Required | Description | Default |
|---|---|---|---|
| portfolio | Yes | Array of Decision Records — one per position the user wants scanned |
Output Schema
| Name | Required | Description |
|---|---|---|
| alerts | No | |
| as_of_date | No | |
| staleness_flags | No | |
| total_positions | No | |
| flagged_positions | No | |
| positions_without_records | No |
get_etf_profileGet ETF profileRead-onlyInspect
ETF look-through for Chapter 2 Mode 2.2 (Concentration Check). Given ETF ticker(s), returns each fund's top holdings with weights so the AI can overlay them with the user's direct positions and surface hidden single-name concentration. Each profile carries source='live' (Vanguard API, fresh) or source='catalog' (dated snapshot — see as_of). Holdings are TOP-N only, so any true-exposure figure computed from this is a floor, not exact. Bond and commodity ETFs return no holdings by design. Tickers not in the catalog come back in unknown_tickers; their contents are not known to Jawz and no holdings are returned for them.
| Name | Required | Description | Default |
|---|---|---|---|
| tickers | Yes | ETF ticker symbols to look through (e.g. ['QQQ','VGT','SPY']) |
Output Schema
| Name | Required | Description |
|---|---|---|
| coverage | No | |
| guidance | No | |
| profiles | No | |
| requested | No | |
| data_sources | No | |
| unknown_tickers | No |
get_event_calendarGet event calendarRead-onlyInspect
Scheduled US macro events (FOMC + CPI + NFP + PCE) with dates and consensus. Consensus values are Mako-curated and arrive with provenance (source, source_url, published_at, age_days). An event with no curated consensus carries consensus: null, which means the value is not published rather than zero. Mode 1.2 covers the qualitative-scenario path for events whose consensus is not published. consensus_metrics_expected lists the metric keys a complete consensus would carry for that event type. Market-implied pricing (what_is_priced / CME FedWatch) is a separate quantity and remains deferred. COVERAGE: only fomc, cpi, nfp and pce have dates in this calendar. ecb, boj and boe are accepted for consistency with the consensus vocabulary but carry NO dates, so filtering to them returns an empty list and says so in staleness_flags — that is 'not tracked here', never 'none is scheduled'. Coverage also runs to a fixed last date; a window past it is flagged rather than silently short.
| Name | Required | Description | Default |
|---|---|---|---|
| event_types | No | Filter by event types (default: fomc, cpi, nfp, pce). Only those four carry dates; ecb/boj/boe return empty with a staleness flag. | |
| lookahead_days | No | How many days forward to look (default 14) |
Output Schema
| Name | Required | Description |
|---|---|---|
| as_of | No | |
| events | No | |
| data_sources | No | |
| terms_glossary | No | |
| staleness_flags | No |
get_financial_conditionsGet financial conditionsRead-onlyInspect
Full 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. US net liquidity is retained as a sub-component. Returns composite + direction + per-pillar classifications + drivers. The scope and scope_note fields tell you whether the read is G4 or G3, and the China sub-component carries Mako-curated provenance (as_of_month, source_url, note). Pass summary_only:true for the lightweight one-line read used in regime composition.
| Name | Required | Description | Default |
|---|---|---|---|
| summary_only | No | If true, return composite + direction + one-line driver only |
Output Schema
| Name | Required | Description |
|---|---|---|
| as_of | No | |
| scope | No | |
| drivers | No | |
| pillars | No | |
| composite | No | |
| direction | No | |
| scope_note | No | |
| data_sources | No | |
| terms_glossary | No | |
| staleness_flags | No |
get_growth_indicatorsGet growth indicatorsRead-onlyInspect
Growth pillar indicators: industrial production (ISM proxy), consumer sentiment, yield curve, initial claims. Returns classification (green/yellow/red).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| as_of | No | |
| gdpnow | No | |
| data_sources | No | |
| classification | No | |
| terms_glossary | No | |
| staleness_flags | No | |
| ism_manufacturing | No | |
| leading_indicators | No | |
| consumer_sentiment_umcsent | No |
get_inflation_indicatorsGet inflation indicatorsRead-onlyInspect
Inflation pillar indicators: headline + core CPI, headline + core PCE (YoY and MoM), 5Y/10Y breakevens, wage growth. Returns classification (supportive/neutral/headwind).
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| cpi | No | |
| pce | No | |
| as_of | No | |
| breakevens | No | |
| wage_growth | No | |
| data_sources | No | |
| classification | No | |
| terms_glossary | No | |
| staleness_flags | No |
get_liquidity_historyGet liquidity historyRead-onlyInspect
Global-liquidity read-history — a timeseries of central-bank liquidity over recent weeks. Returns one row per sample date with the full decomposition (Fed / ECB / BoJ / PBoC in USD trillions), the active basis (g4/g3/us_fallback), and the supportive/neutral/draining classification, plus coverage (basis) changes and classification changes as events. History companion to get_financial_conditions (Chapter 1 Mode 1.5 Global Liquidity Read). Reading note, enforced by the artifact: when the basis flips g4↔g3 (China PBoC publication freshness), the headline total moves by the ~$7T China component, which is a coverage change rather than a liquidity move. The window trend is therefore computed on constant G3 basis, and every basis flip is listed with an explicit note. The response includes a 'presentation' object whose 'display_markdown' is a pre-formatted table; 'data.rows' and 'summary' carry the same values structured. Rows are provenance-tagged 'observed' (live that day, true vintage) or 'reconstructed' (point-in-time from vintage data — each series as it was published on that date, ~4 months deep). Defaults to the last 12 weeks, weekly.
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | Sample cadence (default weekly) | |
| lookback_weeks | No | How many weeks of history to cover (default 12, clamped 1–52) |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | No | |
| tool | No | |
| status | No | |
| summary | No | |
| warnings | No | |
| generated_at | No | |
| presentation | No |
get_loopGet loopRead-onlyInspect
Get metadata and chapter manifest for a loop by slug. Returns loop info and the list of chapter nodes with titles — no chapter content. All active loops are navigable by anyone.
| Name | Required | Description | Default |
|---|---|---|---|
| loop_slug | Yes | Loop slug (e.g. 'jawz') |
Output Schema
| Name | Required | Description |
|---|---|---|
| slug | No | |
| title | No | |
| version | No | |
| chapters | No | |
| visibility | No | |
| author_name | No | |
| description | No | |
| price_cents | No | |
| pricing_model | No | |
| terms_glossary | No | |
| improvement_model | No | |
| methodology_statement | No |
get_macro_regimeGet macro regimeRead-onlyInspect
Get current macro regime (GREEN/YELLOW/RED) with business cycle positioning. The response carries the same values three ways: 'presentation.display_markdown' is a pre-formatted rendering with tables, 'tables' is the structured form of those tables, and 'data' holds the raw values. A 'provenance' block lists each input with its as-of date and age in days.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| data | No | |
| tool | No | |
| status | No | |
| tables | No | |
| pillars | No | |
| summary | No | |
| warnings | No | |
| generated_at | No | |
| presentation | No | |
| staleness_flags | No |
get_pricesGet pricesRead-onlyInspect
Live prices for one or more holdings. Resolves raw tickers (stocks, ETFs, crypto, international listings) and returns price, value, and day change per symbol. Takes symbol + quantity pairs. When a US stock or ETF ticker collides with a crypto coin sharing the symbol (e.g. AIPO, WIRE resolving to coins rather than the funds), qualifying it as NASDAQ:AIPO / NYSE:WIRE / AIPO.US selects the equity path.
| Name | Required | Description | Default |
|---|---|---|---|
| holdings | Yes | Portfolio holdings to analyze |
Output Schema
| Name | Required | Description |
|---|---|---|
| holdings | No | |
| warnings | No | |
| timestamp | No | |
| totalValue | No |
get_regime_historyGet regime historyRead-onlyInspect
Macro regime read-history — a timeseries of how the regime and its drivers have moved over recent weeks. Returns one row per sample date (regime color, business-cycle quadrant, growth + inflation class, consumer sentiment, global liquidity, dominant risk, confidence) plus the transitions between them (e.g. SUMMER → FALL). Provides the observed history behind a 'what changed since …' question, rather than a comparison of two separate point reads. The response includes a 'presentation' object whose 'display_markdown' is a pre-formatted table; 'data.rows' and 'summary' carry the same values structured. Each row is provenance-tagged: 'observed' (captured live that day — true vintage) or 'reconstructed' (computed point-in-time from vintage data — each series as it was published on that date, so later revisions are excluded; depth-limited). Defaults to the last 12 weeks, weekly.
| Name | Required | Description | Default |
|---|---|---|---|
| interval | No | Sample cadence (default weekly) | |
| lookback_weeks | No | How many weeks of history to cover (default 12, clamped 1–52) |
Output Schema
| Name | Required | Description |
|---|---|---|
| data | No | |
| tool | No | |
| status | No | |
| summary | No | |
| warnings | No | |
| generated_at | No | |
| presentation | No |
get_startedGet started with JawzRead-onlyInspect
Orientation for a new Jawz connection, and for questions about what Jawz is, what it covers, or how it is used. Returns a description of the Jawz Loop, example opening prompts, a one-line live market read drawn from the current data layer, a note on the plain-English glossary included in Jawz responses, and a link to the full guide.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| live_now | No | |
| memory_note | No | |
| what_this_is | No | |
| audience_note | No | |
| first_prompts | No | |
| terms_glossary | No | |
| how_to_go_deeper | No | |
| if_rumo_is_connected | No |
get_weekly_data_releasesGet weekly data releasesRead-onlyInspect
Past week's data releases with H.4.1 net liquidity update. Anchored to Friday — most current when run Friday morning or later. Each release classifies actual vs consensus where BOTH are on file (both Mako-curated): surprise is hot / modestly hot / in-line / modestly cool / cool on the headline metric, vs_consensus is the same comparison stated neutrally as above/below/in-line, and metrics breaks it down per metric. hot/cool is DIRECTIONAL versus consensus, not a verdict — a hot CPI and a hot payrolls print mean opposite things for the same book. surprise: "n/a" means the comparison could not be made; implication names which half is missing. consensus_provenance.age_days is measured at week_ending, not at call time, so re-asking for an earlier week returns the same age it did the first time.
| Name | Required | Description | Default |
|---|---|---|---|
| week_ending | No | Week ending date (YYYY-MM-DD); defaults to last Friday |
Output Schema
| Name | Required | Description |
|---|---|---|
| as_of | No | |
| week_ending | No | |
| data_sources | No | |
| data_releases | No | |
| policy_events | No | |
| fed_h41_update | No | |
| terms_glossary | No | |
| staleness_flags | No |
get_world_briefGet World BriefRead-onlyInspect
Read the Jawz World Brief — the weekly Mako-bylined market read published at jawz.ai/brief. Returns the latest edition by default, or a specific one by slug (YYYY-MM-DD). Every claim in a brief traces to a Jawz tool read from its week. Setting list_only:true returns the available editions without their content.
| Name | Required | Description | Default |
|---|---|---|---|
| slug | No | Edition to fetch, YYYY-MM-DD. Omit for the latest. | |
| list_only | No | Return only the list of available editions (slug, title, regimeLine, takeaway). |
Output Schema
| Name | Required | Description |
|---|---|---|
| note | No | |
| slug | No | |
| title | No | |
| byline | No | |
| sections | No | |
| takeaway | No | |
| latest_url | No | |
| regimeLine | No | |
| canonical_url | No | |
| terms_glossary | No | |
| available_editions | No |
list_loopsList loopsRead-onlyInspect
List all available Jawz loops. Returns loop metadata, access status, and which loop is currently active for this user. Every published loop is free and open. Deprecated loops you are entitled to are included with deprecated: true.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| loops | No | |
| terms_glossary | No |
run_chapterRun chapterInspect
Returns a chapter's published framework text: its modes, the questions each asks, and the output format it describes. The framework is reference material for the assistant to apply as it judges appropriate. Repeat calls return the same chapter content — the text is not regenerated per call. Each call appends one usage-counter row and returns a new invocation_id used for feedback.
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Chapter node | |
| context | No | Optional user context (portfolio details, ticker, question) | |
| loop_slug | Yes | Loop slug |
Output Schema
| Name | Required | Description |
|---|---|---|
| node | No | |
| loop_slug | No | |
| loop_title | No | |
| author_name | No | |
| content_note | No | |
| invocation_id | No | |
| terms_glossary | No | |
| framework_content | No |
run_modeRun modeInspect
Returns the published framework text for one named mode within a chapter, rather than the full chapter. Repeat calls return the same mode content — the text is not regenerated per call. Each call appends one usage-counter row and returns a new invocation_id used for feedback.
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Chapter node | |
| context | No | Optional user context | |
| loop_slug | Yes | Loop slug | |
| mode_slug | Yes | Mode slug (e.g. 'equity-screen', 'regime-overlay') |
Output Schema
| Name | Required | Description |
|---|---|---|
| node | No | |
| loop_slug | No | |
| mode_slug | No | |
| loop_title | No | |
| author_name | No | |
| content_note | No | |
| invocation_id | No | |
| terms_glossary | No | |
| framework_content | No |
score_position_driftScore position driftRead-onlyInspect
Score how a single position's regime fit has drifted since entry. Returns regime_at_entry, regime_now, fit_score_at_entry, fit_score_now, drift_score (now - entry), drift_label (improved/stable/deteriorated/review_now), explanation, and review_questions. No buy/sell recommendation — output is observational. Supports Chapter 4 Mode 4.2 (Position Retrospective) for single-name regime-fit review and Mode 4.3 (Thesis Status Sweep) for per-position drift across the book.
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Ticker or instrument (e.g. AAPL, BTC, TLT) | |
| thesis | No | Original thesis text. Echoed back word-for-word in review questions. | |
| conviction | No | User-supplied conviction 1–10. Drives conviction_gap if a meaningful gap exists vs the regime fit score. | |
| entry_date | Yes | ISO date (YYYY-MM-DD) when the position was opened | |
| asset_class | Yes | Asset class for fit-score lookup, drawn from the holding's actual exposure (Chapter 2 Mode 2.1) rather than from the current regime. A hybrid holding is scored per sleeve and weight-blended. Drives the regime-fit calculation. | |
| symbol_type | No | Price-API hint. Inferred from asset_class if omitted. |
Output Schema
| Name | Required | Description |
|---|---|---|
| symbol | No | |
| price_now | No | |
| as_of_date | No | |
| entry_date | No | |
| regime_now | No | |
| asset_class | No | |
| drift_label | No | |
| drift_score | No | |
| explanation | No | |
| fit_score_now | No | |
| conviction_gap | No | |
| price_at_entry | No | |
| terms_glossary | No | |
| regime_at_entry | No | |
| staleness_flags | No | |
| review_questions | No | |
| total_return_pct | No | |
| fit_score_at_entry | No | |
| classification_warnings | No |
Frequently Asked Questions
Claiming proves that you control a remote MCP connector. It does not move, proxy, or interrupt the server.
Open the connector listing, choose Claim ownership, and sign in to Glama.
Complete one verification method:
GitHub identity — fastest for official registry listings. For a namespace such as
io.github.alice/server, link the matching GitHub user or an account that owns the GitHub organization, then choose Claim with GitHub.HTTP challenge — works when you can deploy a public file. Generate a token, publish the exact JSON Glama shows at
/.well-known/glama.jsonon the same origin as the connector, then choose Check HTTP challenge.DNS challenge — works when you control DNS but cannot change the server. Generate a token, create the exact TXT record Glama shows, wait for it to propagate, then choose Check DNS challenge.
After verification, Glama sends a confirmation email and gives you access to listing details, thumbnails, health checks, and analytics. Keep the HTTP file or DNS record in place: Glama periodically checks it and ownership remains verified while the token is discoverable.
The HTTP ownership file has this structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"claim": "glama_claim_..."
}Claim tokens are opaque, stable, and bound to the signed-in Glama account. They contain no email address or other personal information. If Glama can no longer discover a verified HTTP or DNS token, it starts a seven-day grace period before removing claim-based access. Restore the same token during that period to keep ownership verified. Never publish an email address, Glama session token, GitHub token, or connector credential as ownership proof.
If verification fails, confirm that you copied the current token exactly. The HTTP file must be public, return valid JSON with a successful HTTP response, and stay on the connector's origin. DNS changes may need more time to propagate. A claim cannot transfer to a different origin or hostname: if the connector target changes, Glama starts the grace period and the new target must be claimed separately after the previous claim is released.
For a connector linked to the official MCP Registry, registry updates continue to replace its name, description, and URL by default. After claiming, open Manage connector and enable Use Glama listing details as the source of truth if edits made on Glama should be preserved. Categories and thumbnails are always managed on Glama; registry linkage and technical connection settings continue to sync.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
To improve your MCP server's ranking:
Claim ownership of the server listing
Complete the server profile with an accurate description and thumbnail
Provide a test profile so Glama can connect to and evaluate the server
Keep tool definitions clear and complete to earn a high Tool Definition Quality Score (TDQS)
Route real usage through the Glama Gateway; more recorded successful server uses also improve the ranking
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Connectors
Market intelligence for AI agents. Real-time data, cross-market analysis, and regime detection.
Prediction markets, on-chain flows, ETF flows, equities and macro intelligence for AI agents.
Pre-reasoned Bitcoin & macro financial briefings for AI agents. Trend signals, regimes, 17 contexts.
Live crypto market signals for AI agents: perp liquidations, funding, OI positioning, yield, FX.
Related MCP Servers
- AlicenseAqualityDmaintenanceFinancial intelligence for AI agents. 31 tools across 8 data sources — regime, derivatives, stablecoin flows, momentum, volatility, macro, DeFi, weather patterns, political cycles, seasonality. The context layer between your agent and a bad trade.31319MIT
- AlicenseAqualityCmaintenanceNarrative & signal intelligence for AI agents: crypto/AI/macro convergence & divergence.21MIT
- AlicenseAqualityCmaintenanceRecession probability, capital rotation, macro cascade analysis, and real-time economic data for Claude, ChatGPT, Cursor, and any MCP client.23651MIT

oneqaz-trading-mcpofficial
AlicenseNot gradedqualityCmaintenanceProvides AI agents with real-time financial market intelligence including regime detection, adaptive signals, macro context chains, and cross-market analysis for crypto, US, and Korean stocks.MIT