MCP server
Model Context Protocol — Claude Desktop, Claude Code, and other MCP clients.
@yojinhq/jintel-mcp exposes Jintel as 11 MCP tools so Claude can fetch quotes, screen sanctions, pull filings, and more on your behalf.
Claude Desktop
Add to claude_desktop_config.json:
{
"mcpServers": {
"jintel": {
"command": "npx",
"args": ["-y", "@yojinhq/jintel-mcp"],
"env": { "JINTEL_API_KEY": "jk_live_your_key_here" }
}
}
}
Claude Code
Install the full plugin (MCP server + skill + slash commands):
claude plugin marketplace add YojinHQ/jintel-sdk
claude plugin install jintel@YojinHQ
export JINTEL_API_KEY=jk_live_your_key_here
Or install just the server:
claude mcp add jintel -- npx -y @yojinhq/jintel-mcp
Tools
jintel_quote, jintel_search, jintel_enrich, jintel_batch_enrich, jintel_sanctions_screen, jintel_price_history, jintel_short_interest, jintel_campaign_finance, jintel_institutional_holdings, jintel_fama_french, jintel_market_status.