Back to Jintel

Card snapshot

api.jintel.ai · 2026-05-21 00:06:29 UTC · ca6c55f61d3ccb65b8d21dc288b4e34022a42e06621913b3a3908372a08ac344

This is a frozen copy of the agent's agent-card.json as we observed it at the timestamp above. We capture a new snapshot every time the card's content hash changes. Useful for: forensic drift analysis, verifying downstream callers see the right version, reproducing routing decisions made historically.

{
  "name": "Jintel",
  "description": "Jintel is a paid GraphQL intelligence API for AI agents and developers \u2014 market quotes, fundamentals, regulatory filings (10-K/10-Q/13F/Exhibit 21), OFAC sanctions screening, macro indicators (GDP/CPI/rates), news, social sentiment, technical indicators, clinical trials, FDA events, federal litigation, government contracts, and supply-chain relationships behind one entity-centric GraphQL schema. The same surface is also exposed as a Model Context Protocol (MCP) server with 15 typed tools.",
  "url": "https://api.jintel.ai/mcp",
  "documentationUrl": "https://docs.jintel.ai",
  "version": "0.3.0",
  "protocolVersion": "0.1.0",
  "preferredTransport": "mcp",
  "provider": {
    "organization": "YojinHQ",
    "url": "https://jintel.ai"
  },
  "capabilities": {
    "streaming": false,
    "pushNotifications": false,
    "stateTransitionHistory": false
  },
  "defaultInputModes": [
    "text"
  ],
  "defaultOutputModes": [
    "text",
    "application/json"
  ],
  "securitySchemes": {
    "bearer": {
      "type": "http",
      "scheme": "bearer",
      "description": "Issue an API key via Google OAuth at https://jintel.ai/auth/google or wallet sign-in at /auth/siwx/verify."
    },
    "x402": {
      "type": "other",
      "description": "Pay per request in USDC on Base mainnet. First call returns HTTP 402 with a base64 quote; sign EIP-3009 and retry with PAYMENT-SIGNATURE header."
    }
  },
  "security": [
    {
      "bearer": []
    },
    {
      "x402": []
    }
  ],
  "skills": [
    {
      "id": "market-quotes",
      "name": "Market quotes & history",
      "description": "Real-time quotes, fundamentals, and OHLCV history for equities, ETFs, indices, and crypto, with crypto tickers routed transparently to the right upstream.",
      "tags": [
        "finance",
        "market-data",
        "quotes",
        "fundamentals",
        "history"
      ],
      "examples": [
        "Get the latest quote for AAPL, MSFT, and NVDA in one call",
        "Pull 1-year price history for SPY in daily bars",
        "Compare P/E and market cap across a watchlist"
      ]
    },
    {
      "id": "regulatory-filings",
      "name": "Regulatory filings",
      "description": "SEC filings (10-K, 10-Q, 8-K, Form 4), 13F institutional holdings, and Exhibit 21 consolidated subsidiaries.",
      "tags": [
        "finance",
        "compliance",
        "sec",
        "filings",
        "13f"
      ],
      "examples": [
        "List the most recent 10-K and 10-Q filings for AAPL",
        "Show subsidiaries disclosed in Tesla's latest Exhibit 21",
        "Pull all 13F holdings for filer CIK 0001067983"
      ]
    },
    {
      "id": "sanctions-screening",
      "name": "Sanctions screening",
      "description": "Name-based OFAC SDN-list screening for KYC and counterparty due diligence (public-data convenience, not compliance-grade).",
      "tags": [
        "compliance",
        "kyc",
        "ofac",
        "sanctions"
      ],
      "examples": [
        "Screen 'Acme Holdings' against OFAC SDN",
        "Check whether a counterparty appears on any sanctions list"
      ]
    },
    {
      "id": "macro-indicators",
      "name": "Macro indicators",
      "description": "GDP, CPI, interest rates, balance of payments via OECD/IMF/ECB, and arbitrary FRED time-series by series ID.",
      "tags": [
        "economics",
        "macro",
        "gdp",
        "cpi",
        "fred"
      ],
      "examples": [
        "What is US real GDP for the last 8 quarters",
        "Get CPI and federal funds rate for the past year",
        "Pull FRED series CPIAUCSL for 2010-2025"
      ]
    },
    {
      "id": "technicals",
      "name": "Technical indicators",
      "description": "RSI, MACD, Bollinger Bands, EMA, SMA, ATR, VWMA, and MFI computed from OHLCV history.",
      "tags": [
        "finance",
        "technical-analysis",
        "rsi",
        "macd"
      ],
      "examples": [
        "Compute RSI(14) and MACD for AAPL",
        "Bollinger Bands for SPY over the past 60 days"
      ]
    },
    {
      "id": "news-sentiment",
      "name": "News & social sentiment",
      "description": "Financial news articles per-entity, social-mention rank, and Reddit/Twitter sentiment.",
      "tags": [
        "news",
        "sentiment",
        "social"
      ],
      "examples": [
        "Get the latest 10 news articles mentioning NVDA",
        "Rank tickers by Reddit mention volume"
      ]
    },
    {
      "id": "due-diligence",
      "name": "Counterparty due diligence",
      "description": "Federal litigation (CourtListener), FDA adverse events, government contract awards (USAspending), clinical trial registry, and campaign finance \u2014 rolled up per entity.",
      "tags": [
        "compliance",
        "due-diligence",
        "litigation",
        "fda",
        "contracts"
      ],
      "examples": [
        "Pull federal court cases involving 'Boeing'",
        "List active clinical trials sponsored by Pfizer",
        "Show federal contract awards to Lockheed Martin in 2024"
      ]
    }
  ]
}