# Fintel Discovery — Financial Intelligence for AI Agents MCP server

Delivers public regulatory and market data from 11 key sources such as FINRA, SEC, Census, FRED

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-findimitrov-fintel-discovery

## Install
- Endpoint: https://ai.fin-discovery.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://ai.fin-discovery.com/mcp

## Tools
- SearchBrokerCheck (Search FINRA BrokerCheck — Individuals) - 
        Search FINRA BrokerCheck for registered individual brokers and financial
        representatives by name. Returns CRD number, current firm, registration
        status, and whether the individual has any disclosures on record.

        Use this tool when:
        - You need to find the CRD number for a named advisor or rep
        - You want to verify registration status for a specific individual
        - You are enriching a rep record that is missing a CRD

        Geographic workflow: if you don't know the rep's name, first use
        SearchBrokersByPlace to discover firms in an area, then use
        SearchBrokerCheckFirm to find the firm's CRD, then use this tool
        to find individuals at that firm.

        Narrow results with the optional 'state' parameter (2-letter code).
        To get the full profile after finding a CRD, use GetBrokerCheckDetail.

        Source: FINRA BrokerCheck public API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchBrokerCheckFirm (Search FINRA BrokerCheck — Firms) - 
        Search FINRA BrokerCheck for broker-dealer firms by name. Returns firm
        CRD, registration status, city, state, and disclosure flag.

        Use this tool when:
        - You need the CRD number for a broker-dealer firm (e.g. UBS, Raymond James)
        - You want to distinguish between similarly named firms by location
        - You are building a territory map of BD firms in a state

        Source: FINRA BrokerCheck public API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetBrokerCheckDetail (Get BrokerCheck Full Profile by CRD) - 
        Retrieve the full FINRA BrokerCheck profile for one individual using
        their CRD number. Returns complete employment history, exam qualifications,
        licenses held, and all disclosure details.

        Use this tool when:
        - You have a CRD (from SearchBrokerCheck) and want full profile detail
        - You need employment history, prior firms, or qualification data for a rep
        - You are performing due diligence on an individual advisor

        Source: FINRA BrokerCheck public API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchIAPDFirm (Search SEC IAPD — RIA Firms) - 
        Search the SEC Investment Adviser Public Disclosure (IAPD) database for
        registered investment advisor (RIA) firms by name. Returns firm CRD,
        registration status, AUM, employee count, state, and office city.

        Use this tool when:
        - You need the CRD or AUM for a named RIA firm
        - You are looking up Form ADV data for a firm
        - You want to distinguish between RIA firms (use IAPD) vs BD firms (use BrokerCheck)

        Geographic workflow: if you have a firm name from SearchBrokersByPlace and
        the firm is an RIA (registered investment advisor), search here to get the
        CRD, AUM, and regulatory status. Then use GetIAPDFirmDetail for full ADV data.

        Note: IAPD covers RIAs registered with the SEC. For broker-dealers,
        use SearchBrokerCheckFirm instead.

        Source: SEC IAPD public API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetIAPDFirmDetail (Get SEC Form ADV Detail by CRD) - 
        Retrieve the full Form ADV filing detail for one RIA firm by its CRD number.
        Returns all Form ADV Part 1 fields: client types, advisory activities, fee
        arrangements, custody information, office locations, and affiliated entities.

        Use this tool when:
        - You have a firm CRD (from SearchIAPDFirm) and want complete ADV detail
        - You need office locations, custodians, or affiliated BD information
        - You are building a detailed profile for a prospect RIA firm

        Source: SEC IAPD public API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchEdgar13F (Search SEC EDGAR — 13F Institutional Holdings) - 
        Search SEC EDGAR for 13F-HR institutional holdings filings by institution
        name. Returns filing date, entity name, period of report, and accession
        number. Any institution managing more than $100M in equity must file
        quarterly 13Fs — this reveals their fund strategies and product usage.

        Use this tool when:
        - You want to see what funds or ETFs a firm holds in their portfolios
        - You are researching an institution's investment strategy from public filings
        - You need a list of 13F filings for a specific manager over a date range

        Supports start_date and end_date filtering (YYYY-MM-DD format).
        Source: SEC EDGAR full-text search API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetEdgarCompanyFilings (Get SEC EDGAR Filings by CIK) - 
        Retrieve all SEC filings for a company or institution using its CIK
        (Central Index Key). Returns every filing on record: form type, date,
        accession number, and description. Useful for tracking all regulatory
        disclosures from a specific institution over time.

        Use this tool when:
        - You have a CIK and want to see all filing activity for a company
        - You want to track 13F, ADV, or ownership disclosure history
        - You need accession numbers to pull specific filing documents

        Find a CIK at: https://www.sec.gov/cgi-bin/browse-edgar?action=getcompany
        Source: SEC EDGAR data API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetTerritoryWealthProfile (Get Territory Wealth Profile — Census ACS) - 
        Retrieve US Census American Community Survey (ACS) income and wealth proxy
        data for a ZIP code or state. Returns median household income, median home
        value, total household count, and the count and share of households earning
        $100k or more — useful for scoring territory opportunity for financial advisors.

        Key metrics returned:
        - median_hh_income: Median household income (B19013)
        - median_home_value: Median owner-occupied home value (B25077)
        - total_households: Total household count (B11001)
        - hh_100k_plus: Households earning $100k+ (derived)
        - hh_100k_plus_pct: Share of households earning $100k+ (derived)

        Use this tool when:
        - You are scoring a territory for wealth potential by ZIP code
        - You want to compare household income distribution across territories
        - You need a demographic wealth proxy before overlaying advisor AUM data

        Requires cenpy Python package and optionally a free Census API key
        (api.census.gov/data/key_signup.html).
        Source: US Census Bureau ACS 5-Year estimates. Free with optional API key.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetTickerInfo (Get Ticker Info & Profile) - 
        Fetch the full Yahoo Finance profile for a stock, ETF, mutual fund, crypto,
        or index. Returns name, sector, industry, market cap, P/E ratio, 52-week
        range, beta, dividend yield, description, and 60+ other metadata fields.

        Use this tool when:
        - You need a quick summary of what a company or fund is and its valuation
        - You want sector/industry classification for a ticker
        - You need current price metadata like market cap, float, or short ratio

        Works for: stocks (AAPL), ETFs (SPY), mutual funds (VFINX),
        crypto (BTC-USD), indices (^GSPC), forex (EURUSD=X).

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetPriceHistory (Get Price History (OHLCV)) - 
        Fetch OHLCV (Open, High, Low, Close, Volume) price history for one ticker.
        Returns daily, weekly, monthly, or intraday bars over any period.

        Use this tool when:
        - You need historical price or volume data for a stock, ETF, or crypto
        - You want to analyze performance over a specific time range
        - You need to compute returns, volatility, or trend analysis

        Interval options: 1d (daily), 1wk (weekly), 1mo (monthly),
        1h (hourly, max 730 days), 5m/15m/30m (intraday, max 60 days).
        Period options: 1mo, 3mo, 6mo, 1y, 2y, 5y, 10y, ytd, max.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetMultiTickerHistory (Get Price History — Multiple Tickers) - 
        Fetch OHLCV price history for multiple tickers in a single call.
        Returns a flattened table with columns like 'AAPL_Close', 'SPY_Volume', etc.

        Use this tool when:
        - You are comparing performance across multiple securities
        - You need correlated price data for a portfolio or basket of tickers
        - You want to compute relative performance or correlation matrices

        Pass symbols as a space-separated or comma-separated string:
        'AAPL MSFT GOOGL' or 'SPY,QQQ,IWM'.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetOptionsExpirations (Get Options Expiry Dates) - 
        List all available options expiry dates for a ticker. Use this before
        calling GetOptionsChain to find a valid expiry date.

        Use this tool when:
        - You want to know which options contracts exist for a stock or ETF
        - You need a specific expiry date to pass into GetOptionsChain

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetOptionsChain (Get Options Chain (Calls & Puts)) - 
        Fetch the full options chain (calls and puts) for one expiry date.
        Returns strike price, bid, ask, last price, implied volatility, open
        interest, and volume for every contract.

        Use this tool when:
        - You are researching options strategies for a stock or ETF
        - You need implied volatility across strikes for a specific expiry
        - You want to see open interest to gauge market sentiment

        Call GetOptionsExpirations first to get valid expiry dates.
        If expiry_date is omitted, returns the nearest available expiry.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetFinancials (Get Financial Statements) - 
        Fetch income statement, cash flow statement, or balance sheet for a stock.
        Returns up to 4 years of annual data or 4 quarters of quarterly data,
        transposed so each row is one reporting period.

        Use this tool when:
        - You need revenue, net income, EPS, or operating margins
        - You want cash flow from operations, CapEx, or free cash flow
        - You need total assets, debt, equity, or liquidity ratios
        - You are doing fundamental analysis on a stock

        statement options: 'income', 'cashflow', 'balance'.
        freq options: 'yearly', 'quarterly', 'trailing' (TTM, income only).

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetEarningsHistory (Get Earnings History & Estimates) - 
        Fetch earnings history (EPS actual vs estimate, surprise %) and upcoming
        earnings dates with consensus estimates. Also returns forward EPS estimates
        by quarter and fiscal year.

        Use this tool when:
        - You want to see how a company has performed vs EPS expectations
        - You need the next earnings date and the consensus estimate
        - You are analyzing earnings surprise trends or growth trajectory

        Returns three sections: earnings_history, earnings_dates, earnings_estimate.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetAnalystRatings (Get Analyst Ratings & Price Targets) - 
        Fetch analyst buy/sell/hold consensus ratings, current price targets
        (low, high, mean, median), and the full history of analyst upgrades
        and downgrades with firm name, fromGrade, toGrade, and action.

        Use this tool when:
        - You want to know the current Wall Street consensus on a stock
        - You need analyst price target range (upside/downside to target)
        - You are tracking rating changes from major research firms

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetHolders (Get Holders & Ownership Data) - 
        Fetch ownership data for a stock: top institutional holders, mutual fund
        holders, and recent insider transactions (buys/sells by executives).

        Use this tool when:
        - You want to know which institutions or funds own a stock
        - You are checking for insider buying or selling activity
        - You need institutional ownership concentration data

        holder_type options: 'institutional', 'mutualfund', 'insider', 'all'.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetDividendsAndSplits (Get Dividends & Stock Splits) - 
        Fetch the full history of cash dividends, stock splits, and combined
        corporate actions for a ticker. Returns date, amount/ratio for each event.

        Use this tool when:
        - You need dividend history or yield calculation inputs
        - You are researching dividend growth over time
        - You want to verify stock split history for return calculations

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetFundProfile (Get Fund Profile (ETF / Mutual Fund)) - 
        Fetch ETF or mutual fund specific data: top holdings with weight %,
        sector allocations, expense ratio, bond credit quality ratings,
        and equity style characteristics.

        Use this tool when:
        - You need the top 10 holdings and their weights for an ETF or fund
        - You want sector allocation breakdown (tech %, financials %, etc.)
        - You need bond rating distribution for a fixed-income fund
        - You are comparing fund profiles for advisor recommendations

        section options: 'overview', 'holdings', 'sectors', 'bond_ratings',
        'equity_holdings', 'all'.

        Only works for ETFs and mutual funds. For stocks, use GetTickerInfo.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- LookupTicker (Lookup Ticker Symbol by Name) - 
        Search for a Yahoo Finance ticker symbol by company name, fund name,
        or keyword. Returns matching symbols with exchange and asset type.
        Use this when you have a name but need the ticker symbol.

        Use this tool when:
        - You know a company name but not its ticker symbol
        - You want to find the ticker for a specific ETF or mutual fund
        - You are disambiguating between similarly named securities

        asset_type options: 'stock', 'etf', 'mutualfund', 'index',
        'cryptocurrency', 'currency', 'future', 'all'.

        Source: Yahoo Finance via yfinance. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchFundsByCategory (Search Funds by Category — EDGAR Prospectus) - 
        Search SEC EDGAR for mutual fund and ETF filers by investment category or
        keyword. Queries N-1A and 485BPOS (and N-2 for closed-end) prospectus filings.
        Returns entity name, CIK, form type, and filing date.

        PRIMARY USE: Step 1 of fee comparison. Feed the returned CIKs directly into
        GetFundFees to retrieve expense ratios for each fund.

        Example queries:
        - keywords='commodity', fund_type='etf'      → commodity ETF universe
        - keywords='emerging markets equity'          → EM equity funds
        - keywords='short duration bond'              → short-term fixed income
        - keywords='S&P 500 index', fund_type='etf'  → S&P 500 index trackers

        Results are de-duplicated by CIK (one record per fund filer).
        Supports date filtering to restrict to recently updated prospectuses.

        Source: SEC EDGAR full-text search API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetFundFees (Get Fund Expense Ratios — XBRL rr: Taxonomy) - 
        Retrieve expense ratios and fee breakdown for a mutual fund or ETF using
        its SEC CIK. Reads structured XBRL data filed with prospectuses using the
        SEC Risk/Return (rr:) taxonomy. Returns:
          - net_expense_ratio    — total annual cost to the investor (%)
          - gross_expense_ratio  — before waivers/reimbursements (%)
          - management_fee       — advisor/sub-advisor fee (%)
          - distribution_12b1_fee — distribution and service fee (%)
          - other_expenses       — admin, custody, transfer agent fees (%)
          - acquired_fund_fees   — fees from underlying funds, if any (%)

        All values are expressed as percentages (e.g. 0.03 = 0.03%).

        PRIMARY USE: Step 2 of fee comparison. Accepts CIKs returned by
        SearchFundsByCategory. Run for multiple funds then rank by net_expense_ratio
        ascending to find the lowest-cost option in a category.

        With include_all_classes=True (default), returns one row per share class
        per period — useful for identifying the cheapest share class of a fund.
        With include_all_classes=False, returns the single most recent value only.

        Note: Not all funds file XBRL rr: data. If this tool returns an error,
        use GetFundProfile (yfinance) as a fallback for expense ratio data.

        Source: SEC EDGAR XBRL company facts API. No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- Get13FHoldings (Get 13F Holdings — Full Parsed Infotable) - 
        Fetch and parse the complete equity holdings table from a specific SEC 13F-HR
        filing. Any institution managing more than $100M in US equities must file
        quarterly — this reveals their exact portfolio positions.

        Returns one record per position:
          - name_of_issuer        — company name (e.g. 'APPLE INC')
          - cusip                 — 9-character CUSIP identifier
          - title_of_class        — share class (e.g. 'COM', 'ADR')
          - value_thousands       — market value in thousands USD
          - value_usd             — market value in USD
          - shares_or_principal   — number of shares (SH) or principal amount (PRN)
          - investment_discretion — SOLE, SHARED, or OTHER
          - put_call              — 'Put' or 'Call' for options; null for equities
          - voting_sole/shared/none — voting authority breakdown

        PRIMARY USE: Step 2 of institutional holdings workflow. Obtain cik and
        accession_no from SearchEdgar13F or GetEdgarCompanyFilings, then call this
        tool to get the actual positions.

        Use min_value_thousands to filter noise (e.g. 1000 = positions ≥ $1M).
        Use sort_by='value_desc' to see the largest positions first.
        Use limit (default 100) and offset for pagination — large filers can
        have 3,000+ positions. Check _has_more in the response to know if more
        pages exist.

        Source: SEC EDGAR Archives (13F infotable XML). No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchIAPDIndividual (Search SEC IAPD — Individual Advisors) - 
        Search SEC IAPD (Investment Adviser Public Disclosure) for individual
        investment advisor representatives (IARs) by name. Returns CRD number,
        current employer, registration states, and exam history.

        Use this tool when:
        - You need to look up an individual financial advisor (not a firm)
        - You want to verify an advisor's IA registration status
        - You are doing due diligence on a named investment advisor representative

        For firm lookups, use SearchIAPDFirm instead.
        For broker/dealer individuals, use SearchBrokerCheck instead.

        Source: SEC IAPD public API (api.adviserinfo.sec.gov). No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetIAPDIndividualDetail (Get SEC IAPD Individual Detail) - 
        Retrieve the full SEC IAPD profile for one individual investment advisor
        representative using their CRD number. Returns complete registration history,
        exam qualifications, employment history, and any disclosures.

        Use this tool when:
        - You have a CRD (from SearchIAPDIndividual) and need the full profile
        - You need an advisor's complete Form ADV Part 2B equivalent data
        - You are performing deep due diligence on an individual IAR

        Source: SEC IAPD public API (api.adviserinfo.sec.gov). No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchFredSeries (Search FRED Economic Series) - 
        Search the Federal Reserve Bank of St. Louis FRED database for economic
        data series by keyword. Returns series ID, title, frequency, units,
        seasonal adjustment, and date range.

        Use this tool when:
        - You need to find the right FRED series ID before fetching data
        - You want to discover what macro data is available for a topic
        - You are looking for interest rates, inflation, GDP, unemployment, or
          money supply series to provide macro context for financial analysis

        Common series IDs (use GetFredSeriesData after finding one):
        - DGS10: 10-Year Treasury Yield
        - CPIAUCSL: Consumer Price Index (CPI-U)
        - UNRATE: Unemployment Rate
        - GDP: Gross Domestic Product
        - FEDFUNDS: Federal Funds Rate
        - M2SL: M2 Money Supply

        Requires FRED_API_KEY environment variable (free at fred.stlouisfed.org).
        Source: Federal Reserve Bank of St. Louis FRED API.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetFredSeriesData (Get FRED Series Data) - 
        Fetch time-series observation data from FRED for a specific economic
        series. Returns date + value pairs with series metadata (title, units,
        frequency). Use SearchFredSeries first if you don't know the series ID.

        Use this tool when:
        - You need historical macro data (rates, inflation, GDP, unemployment)
        - You want to provide macro context alongside advisor or fund data
        - You are comparing economic conditions across time periods
        - You need the current value of a key economic indicator

        Pass observation_start / observation_end to limit the date range.
        Pass frequency to aggregate (e.g. 'm' for monthly, 'q' for quarterly).

        Requires FRED_API_KEY environment variable (free at fred.stlouisfed.org).
        Source: Federal Reserve Bank of St. Louis FRED API.
         Endpoint: https://ai.fin-discovery.com/mcp
- MapInstrumentIds (Map Instrument IDs via OpenFIGI) - 
        Map financial instrument identifiers between different ID systems using
        Bloomberg's OpenFIGI service. Converts between ticker symbols, ISINs,
        CUSIPs, and FIGIs in a single call.

        Use this tool when:
        - You have a ticker and need the ISIN or CUSIP (or vice versa)
        - You are normalizing instrument IDs when combining data from EDGAR,
          Yahoo Finance, and other sources that use different ID schemes
        - You need to identify what exchange a security trades on

        Supported idType values:
        - 'TICKER': Stock ticker symbol (e.g. 'AAPL')
        - 'ID_ISIN': ISIN (e.g. 'US0378331005')
        - 'ID_CUSIP': CUSIP (e.g. '037833100')
        - 'ID_FIGI': Bloomberg FIGI

        Include 'exchCode': 'US' to target US exchanges for ticker lookups.

        Source: Bloomberg OpenFIGI API. No API key required (optional key raises rate limits).
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchFigiInstruments (Search Instruments via OpenFIGI) - 
        Search Bloomberg OpenFIGI for financial instruments by name or keyword.
        Returns FIGI, ticker, exchange, security type, and composite FIGI for
        each matching instrument.

        Use this tool when:
        - You know the company name but not the ticker or FIGI
        - You want to find all instruments (ETFs, options, futures) for a name
        - You need to discover what securities are associated with a company

        Use MapInstrumentIds instead if you already have a specific ID to convert.

        Source: Bloomberg OpenFIGI API. No API key required (optional key raises rate limits).
         Endpoint: https://ai.fin-discovery.com/mcp
- SearchLEI (Search GLEIF for Legal Entity Identifier (LEI)) - 
        Search the Global Legal Entity Identifier Foundation (GLEIF) database
        for Legal Entity Identifiers (LEIs) by entity name. Returns the 20-character
        LEI code, legal name, registration status, legal address, and jurisdiction.

        Use this tool when:
        - You need the LEI for a financial institution or fund company
        - You want to verify the legal registration of a firm
        - You are cross-referencing SEC EDGAR entities with their global LEI
        - You need to look up parent/subsidiary relationships (use GetLEIDetail)

        LEIs are required for regulatory reporting under MiFID II, EMIR, and Dodd-Frank.
        Cover 2M+ legal entities globally across 200+ jurisdictions.

        Source: GLEIF API (api.gleif.org). No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetLEIDetail (Get GLEIF LEI Detail) - 
        Retrieve the full GLEIF LEI record for one legal entity using its
        20-character LEI code. Returns legal name, registration status, legal
        address, headquarters address, managing LOU, and renewal dates.

        Use this tool when:
        - You have a LEI (from SearchLEI) and need full entity details
        - You want to verify the registration status and renewal date
        - You need the exact legal address and jurisdiction of an entity

        Source: GLEIF API (api.gleif.org). No API key required.
         Endpoint: https://ai.fin-discovery.com/mcp
- GetAdvisorBenchmarks (Kitces Advisor Practice Benchmarks) - 
        Return Kitces Research advisor practice benchmark data for independent
        and RIA-affiliated financial advisors. Covers median and top-quartile
        metrics across five categories:
          - revenue: revenue per client, total firm revenue, growth rates
          - fees: AUM fee schedules, retainer and hourly rates
          - technology: software adoption rates and tech spend
          - staffing: headcount, capacity, and support ratios
          - clients: household counts, AUM per client, retention rates
        Set category='all' (default) to retrieve all categories at once.
        Source: Kitces Research annual advisor benchmarking survey (2023–2024).
        No API key required — data is embedded as curated static reference.
         Endpoint: https://ai.fin-discovery.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.findimitrov
- Version: 1.0.2
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 11, 2026
- Source: https://registry.modelcontextprotocol.io
