Enterprise Connectors
Fintel Discovery — Financial Intelligence for AI Agents logo. Fintel Discovery — Financial Intelligence for AI Agents MCP server connector.

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

Tools
32
Last Updated
Jun 14, 2026
Category
all
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the Fintel Discovery — Financial Intelligence for AI Agents MCP Server?

The Fintel Discovery — Financial Intelligence for AI Agents MCP server gives AI agents structured, permission-aware access to Fintel Discovery — Financial Intelligence for AI Agents through the Model Context Protocol. With 32 pre-built actions, agents can read, create, and update Fintel Discovery — Financial Intelligence for AI Agents data on behalf of authorized users.

Willow ships the Fintel Discovery — Financial Intelligence for AI Agents MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how Fintel Discovery — Financial Intelligence for AI Agents is being used by every AI agent in your stack.

Tools

SearchBrokerCheck

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.

SearchBrokerCheckFirm

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.

GetBrokerCheckDetail

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.

SearchIAPDFirm

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.

GetIAPDFirmDetail

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.

SearchEdgar13F

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.

GetEdgarCompanyFilings

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.

GetTerritoryWealthProfile

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.

GetTickerInfo

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.

GetPriceHistory

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.
1–10 of 32 tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

Edit descriptions
Change arguments
Select tools
Create New

Set Up Your Fintel Discovery — Financial Intelligence for AI Agents MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-fintel-discovery-financial-intelligence-for-ai-agents": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/fintel-discovery-financial-intelligence-for-ai-agents"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-fintel-discovery-financial-intelligence-for-ai-agents": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/fintel-discovery-financial-intelligence-for-ai-agents"
    }
  }
}

Claude Code

CLI
claude mcp add willow-fintel-discovery-financial-intelligence-for-ai-agents --transport http https://<org>.mcp-s.com/mcp/mcp/fintel-discovery-financial-intelligence-for-ai-agents

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/fintel-discovery-financial-intelligence-for-ai-agents",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for Fintel Discovery — Financial Intelligence for AI Agents

Willow adds the layer Fintel Discovery — Financial Intelligence for AI Agents and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

Fintel Discovery — Financial Intelligence for AI Agents MCP Server FAQ

What is the Fintel Discovery — Financial Intelligence for AI Agents MCP server?

The Fintel Discovery — Financial Intelligence for AI Agents MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write Fintel Discovery — Financial Intelligence for AI Agents data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's Fintel Discovery — Financial Intelligence for AI Agents MCP server different from the official one?

The official Fintel Discovery — Financial Intelligence for AI Agents MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the Fintel Discovery — Financial Intelligence for AI Agents MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the Fintel Discovery — Financial Intelligence for AI Agents MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in Fintel Discovery — Financial Intelligence for AI Agents, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which Fintel Discovery — Financial Intelligence for AI Agents actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow Fintel Discovery — Financial Intelligence for AI Agents MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved Fintel Discovery — Financial Intelligence for AI Agents MCP locally, you'll see it.

What does the Fintel Discovery — Financial Intelligence for AI Agents MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the Fintel Discovery — Financial Intelligence for AI Agents MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

Fintel Discovery — Financial Intelligence for AI Agents MCP Server | Willow