{"name":"jintel","description":"Jintel finance intelligence — market quotes, fundamentals, regulatory filings (10-K/10-Q/13F/Exhibit 21), OFAC sanctions screening, macro indicators (GDP/CPI/rates), news, social sentiment, technicals, derivatives, ownership, analyst consensus, clinical trials, FDA events, federal litigation, government contracts. One GraphQL schema replaces a dozen vendors.","version":"0.3.0","serverUrl":"https://api.jintel.ai/mcp","protocolVersion":"2025-06-18","protocolVersions":["2025-06-18","2025-03-26","2024-11-05"],"transport":"streamable-http","documentation":"https://docs.jintel.ai/sdk/mcp","auth":{"type":"bearer","description":"Bearer API key (`jk_live_…`). Mint via Google OAuth (https://jintel.ai/auth/google) or SIWX wallet sign-in (POST /auth/siwx/verify). x402 pay-per-query is also supported on POST /api/graphql for wallet-only agents — see https://docs.jintel.ai/agents."},"categories":["finance","market-data","regulatory","compliance","macro","research"],"tools":[{"name":"quotes","description":"Latest market quotes for one or more tickers (equities, indices, crypto).","inputSchema":{"type":"object","required":["tickers"],"properties":{"tickers":{"type":"array","minItems":1,"maxItems":100,"items":{"type":"string"},"description":"One or more ticker symbols. Equities, indices (`^GSPC`), or crypto (`BTC`, `ETH`)."}}},"category":"market"},{"name":"searchEntities","description":"Fan-out search across market connectors — resolve a name or ticker to canonical entities.","inputSchema":{"type":"object","required":["query"],"properties":{"query":{"type":"string","minLength":1,"description":"Free-text query (name, ticker, or symbol)."},"type":{"type":"string","enum":["EQUITY","CRYPTO","INDEX"]},"limit":{"type":"integer","minimum":1,"maximum":50,"default":10}}},"category":"market"},{"name":"priceHistory","description":"OHLCV price history for one or more tickers over a range and interval.","inputSchema":{"type":"object","required":["tickers"],"properties":{"tickers":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":50},"range":{"type":"string","enum":["1d","5d","1mo","3mo","6mo","1y","2y","5y","10y","ytd","max"],"default":"1y"},"interval":{"type":"string","enum":["1m","5m","15m","30m","60m","1d","1wk","1mo"],"default":"1d"}}},"category":"market"},{"name":"entityByTicker","description":"Single entity lookup with nested sub-graphs (market, news, risk, technicals, financials, …) — the highest-leverage agent shape.","inputSchema":{"type":"object","required":["ticker"],"properties":{"ticker":{"type":"string","minLength":1,"description":"Single ticker symbol."}}},"category":"market"},{"name":"entitiesByTickers","description":"Batch entity enrichment with nested sub-graphs — the cheapest way to cover N tickers in one round trip.","inputSchema":{"type":"object","required":["tickers"],"properties":{"tickers":{"type":"array","items":{"type":"string"},"minItems":1,"maxItems":50}}},"category":"market"},{"name":"marketStatus","description":"US market open/closed state, current session, next open / close timestamps.","inputSchema":{"type":"object","properties":{}},"category":"market"},{"name":"sanctionsScreen","description":"OFAC sanctions-list lookup by name (and optional country). Public-data convenience, not compliance-grade.","inputSchema":{"type":"object","required":["name"],"properties":{"name":{"type":"string","minLength":1,"description":"Name to screen against the SDN list."},"country":{"type":"string","description":"ISO country code to bound the screen."}}},"category":"regulatory"},{"name":"institutionalHoldings","description":"13F institutional holdings snapshot for a filer (by CIK).","inputSchema":{"type":"object","required":["cik"],"properties":{"cik":{"type":"string","description":"SEC CIK (e.g. 0001067983 for Berkshire Hathaway)."},"limit":{"type":"integer","minimum":1,"maximum":500,"default":50}}},"category":"regulatory"},{"name":"gdp","description":"GDP series (real, nominal, or forecast) for a country, sourced from OECD.","inputSchema":{"type":"object","required":["country"],"properties":{"country":{"type":"string","description":"ISO 3-letter country code (e.g. USA, DEU, JPN)."},"type":{"type":"string","enum":["real","nominal","forecast"],"default":"real"}}},"category":"macro"},{"name":"inflation","description":"CPI / inflation series for a country, sourced from OECD.","inputSchema":{"type":"object","required":["country"],"properties":{"country":{"type":"string"}}},"category":"macro"},{"name":"interestRates","description":"Central-bank policy rates / interbank rates for a country, sourced from OECD.","inputSchema":{"type":"object","required":["country"],"properties":{"country":{"type":"string"}}},"category":"macro"},{"name":"macroSeries","description":"Arbitrary FRED economic time series by series ID.","inputSchema":{"type":"object","required":["seriesId"],"properties":{"seriesId":{"type":"string","description":"FRED series identifier (e.g. UNRATE, CPIAUCSL, DGS10)."},"filter":{"type":"object","additionalProperties":true}}},"category":"macro"},{"name":"shortInterest","description":"Short interest report from FINRA for a security.","inputSchema":{"type":"object","required":["ticker"],"properties":{"ticker":{"type":"string"},"filter":{"type":"object","additionalProperties":true}}},"category":"regulatory"},{"name":"campaignFinance","description":"US PAC / committee data via OpenFEC — donations, expenditures, candidate ties.","inputSchema":{"type":"object","required":["name"],"properties":{"name":{"type":"string"},"filter":{"type":"object","additionalProperties":true}}},"category":"regulatory"},{"name":"sp500Multiples","description":"S&P 500 valuation multiples (P/E, P/B, dividend yield, etc.).","inputSchema":{"type":"object","required":["series"],"properties":{"series":{"type":"string","enum":["pe-ratio","pe-ratio-ttm","shiller-pe","price-to-book","price-to-sales","dividend-yield","earnings-yield"]}}},"category":"market"},{"name":"screen","description":"US equity screener — filter a predefined universe (most actives, day gainers/losers, small caps, etc.) by price, gap %, change %, relative volume, dollar volume, and market cap.","inputSchema":{"type":"object","properties":{"filter":{"type":"object","properties":{"universe":{"type":"string","enum":["MOST_ACTIVES","DAY_GAINERS","DAY_LOSERS","AGGRESSIVE_SMALL_CAPS","GROWTH_TECHNOLOGY_STOCKS","UNDERVALUED_LARGE_CAPS","UNDERVALUED_GROWTH_STOCKS","MOST_SHORTED"],"description":"Predefined universe to scan (default MOST_ACTIVES). Each universe is capped at ~250 names."},"minPrice":{"type":"number","description":"Minimum share price (USD)."},"maxPrice":{"type":"number","description":"Maximum share price (USD)."},"minGapPercent":{"type":"number","description":"Minimum pre-market gap % vs previous close. Excludes tickers without pre-market data."},"maxGapPercent":{"type":"number","description":"Maximum pre-market gap %."},"minChangePercent":{"type":"number","description":"Minimum regular-session change %."},"maxChangePercent":{"type":"number","description":"Maximum regular-session change %."},"minRelativeVolume":{"type":"number","description":"Minimum relative volume (today's volume / 3-month average). e.g. 2.0 = 2x average. Excludes tickers without average volume."},"minDollarVolume":{"type":"number","description":"Minimum dollar volume today (volume × price, USD)."},"minMarketCap":{"type":"number","description":"Minimum market cap (USD)."},"maxMarketCap":{"type":"number","description":"Maximum market cap (USD)."},"limit":{"type":"integer","minimum":1,"maximum":100,"default":25},"offset":{"type":"integer","minimum":0,"default":0}}}}},"category":"market"}],"annotations":{"readOnly":true,"destructive":false},"vendor":{"name":"Yojin","url":"https://www.jintel.ai","contact":"support@jintel.ai"}}