Skip to main content

MCP & agent registry listings

Jintel is registered in the public MCP server directories that AI agents and agent-readiness scanners crawl. If you're an indexer, scanner, or directory maintainer looking for a canonical handle on Jintel, start here.

Canonical discovery surfaces

Before we list directory entries, here are Jintel's first-party agent-discovery surfaces — these are stable, machine-readable, and the source of truth that every directory below ingests:

SurfaceURLPurpose
MCP endpointhttps://api.jintel.ai/mcpStreamable-HTTP MCP server, protocol version 2025-06-18.
MCP discoveryhttps://api.jintel.ai/.well-known/mcp.jsonLightweight MCP descriptor (transport, endpoint, protocol).
MCP server cardhttps://api.jintel.ai/.well-known/mcp/server-card.jsonFull tool catalog with readOnlyHint / destructiveHint annotations.
OAuth protected resourcehttps://api.jintel.ai/.well-known/oauth-protected-resourceRFC 9728 — declares /api/graphql as the protected resource and points at the AS metadata below.
OAuth authorization serverhttps://api.jintel.ai/.well-known/oauth-authorization-serverRFC 8414 — issuer, authorization/token endpoints, and code_challenge_methods_supported: ["S256"] (PKCE).
OpenAPI 3.1 spechttps://api.jintel.ai/openapi.jsonAgent-callable surface (POST /api/graphql) for AgentCash / x402 indexers.
x402 well-knownhttps://api.jintel.ai/.well-known/x402AgentCash payment discovery (USDC on Base mainnet).
llms.txthttps://jintel.ai/llms.txtLLM-friendly site index.

Public registry listings

Jintel is listed (or in the process of being listed) in the following public MCP / agent-API directories. Status reflects the most recent submission state — scanners that need to confirm Jintel is "registered" can hit any of the "Approved" rows below.

RegistryListing URLStatus
Official MCP Registry (Anthropic-stewarded)https://registry.modelcontextprotocol.io/?search=jintelSubmitted
Smitheryhttps://smithery.ai/server/jintelSubmitted
Glamahttps://glama.ai/mcp/servers/@YojinHQ/jintel-sdkSubmitted
awesome-mcp-servers (mcp.so)https://github.com/punkpeye/awesome-mcp-servers#finance--fintechSubmitted
mcp.run / TurboMCPhttps://turbomcp.ai/servers/jintelPending
AgentCash discoveryhttps://agentcash.ai (auto-indexed via /openapi.json)Approved
agentic.markethttps://agentic.market (auto-indexed via /openapi.json + x402)Approved

Maintainers: the source-of-truth submission shapes for every row above live in .registry-submissions/ in the Jintel repo. Each file is the literal payload we send to the corresponding registry.

Identity

FieldValue
Product nameJintel
OwnerYojinHQ (Othentic Labs LTD)
Homepagehttps://jintel.ai
Docshttps://docs.jintel.ai
GitHub (SDK)https://github.com/YojinHQ/jintel-sdk
npm@yojinhq/jintel-mcp
LicenseMIT
Categoriesfinance, market-data, regulatory, compliance, macro, news, technicals
Auth schemesBearer API key (jk_live_…) or x402 USDC on Base mainnet

Tool catalog

Jintel exposes 15 read-only MCP tools. The canonical list lives in the server card at https://api.jintel.ai/.well-known/mcp/server-card.json; a snapshot:

  • quotes — batch real-time quotes for one or more tickers
  • searchEntities — fan-out search across upstream market sources
  • priceHistory — OHLCV history bounded by date range
  • entityByTicker — single-entity enrichment by ticker
  • entitiesByTickers — batched entity enrichment (preferred path)
  • marketStatus — open/closed status for major exchanges
  • sanctionsScreen — OFAC SDN sanctions screening
  • institutionalHoldings — SEC Form 13F holdings by filer CIK
  • gdp — OECD GDP series (real / nominal / forecast)
  • inflation — OECD CPI series
  • interestRates — OECD policy / short-term rates
  • macroSeries — generic macro time series (FRED / OECD / IMF / ECB)
  • shortInterest — FINRA short interest
  • campaignFinance — OpenFEC campaign finance / PAC data
  • sp500Multiples — long-run S&P 500 valuation multiples

All tools carry readOnlyHint: true and destructiveHint: false annotations.

Adding Jintel to a new registry

If you maintain an MCP / agent-API directory we're not in yet, we'd like to be added. Pick whichever of these surfaces is easiest for your indexer:

  • Crawl https://api.jintel.ai/.well-known/mcp.json for the MCP descriptor.
  • Crawl https://api.jintel.ai/.well-known/mcp/server-card.json for the full tool catalog.
  • Crawl https://api.jintel.ai/openapi.json for the OpenAPI 3.1 description of the paid surface.
  • Email dean@jintel.ai with the registry's submission requirements and we'll PR / publish the entry directly.

For a Jintel maintainer reading this: see .registry-submissions/README.md for the exact gh and mcp-publisher commands to submit to each registry.