Jintel
api.jintel.ai
· YojinHQ
Jintel is a paid GraphQL intelligence API for AI agents and developers — 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.
api.jintel.ai via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
D
Conformance score: 58/100
D-grade: significant issues — auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
agent-card.json changed within the last 7 days. We track these so downstream callers can react.
Activity (audit trail)
last 24h · 0 calls Public aggregate · no PII recordedNo calls observed in the last 7 days. Use the try-it console above to invoke this agent — calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-05-21 00:06:29 current | ca6c55f61d3c… |
view → |
Try it
Send a message to this agent live. Your prompt is proxied through Agenstry.
Endpoints
| Agent card | https://api.jintel.ai/.well-known/agent-card.json |
| Provider | https://jintel.ai |
| Docs | https://docs.jintel.ai |
Skills · 7 declared · mapped to canonical taxonomy
Real-time quotes, fundamentals, and OHLCV history for equities, ETFs, indices, and crypto, with crypto tickers routed transparently to the right upstream.
SEC filings (10-K, 10-Q, 8-K, Form 4), 13F institutional holdings, and Exhibit 21 consolidated subsidiaries.
Name-based OFAC SDN-list screening for KYC and counterparty due diligence (public-data convenience, not compliance-grade).
GDP, CPI, interest rates, balance of payments via OECD/IMF/ECB, and arbitrary FRED time-series by series ID.
RSI, MACD, Bollinger Bands, EMA, SMA, ATR, VWMA, and MFI computed from OHLCV history.
Financial news articles per-entity, social-mention rank, and Reddit/Twitter sentiment.
Federal litigation (CourtListener), FDA adverse events, government contract awards (USAspending), clinical trial registry, and campaign finance — rolled up per …
Health · last 3 probes
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/api.jintel.ai) [](https://agenstry.com/agents/api.jintel.ai) [](https://agenstry.com/agents/api.jintel.ai) [](https://agenstry.com/agents/api.jintel.ai)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"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"
]
}
]
}