Analytics
jintel.ai
Provides financial market data including quotes, price history, and entity enrichment for equities, indices, and crypto.
ENDPOINT 1
https://api.jintel.ai/mcp
Known tools 16
searchEntitiesFan-out search across market connectors — resolve a name or ticker to canonical entities.
Inferred read-onlypriceHistoryOHLCV price history for one or more tickers over a range and interval.
Inferred read-onlyentityByTickerSingle entity lookup with nested sub-graphs (market, news, risk, technicals, financials, …) — the highest-leverage agent shape.
Inferred read-onlyentitiesByTickersBatch entity enrichment with nested sub-graphs — the cheapest way to cover N tickers in one round trip.
Inferred read-onlymarketStatusUS market open/closed state, current session, next open / close timestamps.
Inferred read-onlyinterestRatesCentral-bank policy rates / interbank rates for a country, sourced from OECD.
Inferred read-onlycampaignFinanceUS PAC / committee data via OpenFEC — donations, expenditures, candidate ties.
Inferred read-onlyscreenUS 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-onlyCONNECT 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.
jintel.ai is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.