← jintel.ai

INDIVIDUAL MCP TOOL

entitiesByTickers

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

jintel.ainone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

jintel.ai

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.

Related tools

  • quotes — Latest market quotes for one or more tickers (equities, indices, crypto).
  • searchEntities — Fan-out search across market connectors — resolve a name or ticker to canonical entities.
  • priceHistory — OHLCV price history for one or more tickers over a range and interval.
  • entityByTicker — Single entity lookup with nested sub-graphs (market, news, risk, technicals, financials, …) — the highest-leverage agent shape.
  • marketStatus — US market open/closed state, current session, next open / close timestamps.
  • sanctionsScreen — OFAC sanctions-list lookup by name (and optional country).
  • institutionalHoldings — 13F institutional holdings snapshot for a filer (by CIK).
  • gdp — GDP series (real, nominal, or forecast) for a country, sourced from OECD.