← Registry

Analytics

jintel.ai

Provides financial market data including quotes, price history, and entity enrichment for equities, indices, and crypto.

1 endpoint16 known toolsFirst detected May 18, 2026Last detected September 6, 2026

ENDPOINT 1

https://api.jintel.ai/mcp

No auth detected

Known tools 16

quotes

Latest market quotes for one or more tickers (equities, indices, crypto).

Inferred read-only
searchEntities

Fan-out search across market connectors — resolve a name or ticker to canonical entities.

Inferred read-only
priceHistory

OHLCV price history for one or more tickers over a range and interval.

Inferred read-only
entityByTicker

Single entity lookup with nested sub-graphs (market, news, risk, technicals, financials, …) — the highest-leverage agent shape.

Inferred read-only
entitiesByTickers

Batch entity enrichment with nested sub-graphs — the cheapest way to cover N tickers in one round trip.

Inferred read-only
marketStatus

US market open/closed state, current session, next open / close timestamps.

Inferred read-only
sanctionsScreen

OFAC sanctions-list lookup by name (and optional country).

Inferred read-only
institutionalHoldings

13F institutional holdings snapshot for a filer (by CIK).

Inferred read-only
gdp

GDP series (real, nominal, or forecast) for a country, sourced from OECD.

Inferred read-only
inflation

CPI / inflation series for a country, sourced from OECD.

Inferred read-only
interestRates

Central-bank policy rates / interbank rates for a country, sourced from OECD.

Inferred read-only
macroSeries

Arbitrary FRED economic time series by series ID.

Inferred read-only
shortInterest

Short interest report from FINRA for a security.

Inferred read-only
campaignFinance

US PAC / committee data via OpenFEC — donations, expenditures, candidate ties.

Inferred read-only
sp500Multiples

S&P 500 valuation multiples (P/E, P/B, dividend yield, etc.).

Inferred read-only
screen

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.

Inferred read-only

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.jintel-ai]
url = "https://api.jintel.ai/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "jintel-ai": {
      "type": "http",
      "url": "https://api.jintel.ai/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: jintel-ai
Remote MCP URL: https://api.jintel.ai/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": {
    "jintel-ai": {
      "url": "https://api.jintel.ai/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "jintel-ai": {
      "type": "http",
      "url": "https://api.jintel.ai/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "jintel-ai",
  "transport": "streamable-http",
  "url": "https://api.jintel.ai/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for jintel.ai was fetched 2026-09-18T09:08:27.123Z.

Trust status Neutral

jintel.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.