Everyone can list who raised last quarter, and that list already has a sales team pointed at it. What is hard to assemble by hand is the join — which of those companies is also hiring, which has a lien running out in a window where refinancing is a live question, which already borrows from two lenders — because each side is a different public dataset on a different filing cadence. Start with the key-less half to see whether the cohorts match who you sell to; the coverage follows US UCC and DOL records, and the lien tools are California and Colorado today.
A B2B sales-intelligence server over Fundz's business-event data: verified funding rounds, acquisitions, executive moves, UCC-1 lien filings and DOL Form 5500 benefit-plan filings, fused into cross-dataset cohorts and re-scored daily. Seven of its fourteen tools answer without an API key.
- The compound cohorts are the point: get_funded_and_hiring wants a verified round in the last 12 months and live hiring evidence together, and get_money_in_motion wants an executive move in the last 180 days alongside a verified round in the last 24
- get_refinancing_windows returns companies whose active UCC-1 liens lapse within 12 months — a lien expires after five years and the incumbent lender must re-file or lose priority, so each lapse is a dated conversation
- get_stacked_borrowers returns companies carrying secured debt from two or more distinct lenders with a filing in the last 24 months
- get_benefit_plans_in_play joins funding within 24 months to a Form 5500 filing: renewal timing, participant count against current headcount, and the incumbent carrier from Schedule A
- Two directories run the lookup the other way: get_lender_directory ranks 8,600+ UCC secured parties by filing volume with lapsing-soon exposure, and get_broker_directory ranks 65,000+ Form 5500 Schedule A brokers by filings carried and commission volume
- With a key: get_scored_leads scored against your ICP with buyer intent, buying stage and outreach guidance, plus get_events, get_market_pulse over 7- and 30-day windows, get_market_brief, manage_watchlist with get_watchlist_events, and get_usage
Runs over stdio as npx -y @fundzwatch/mcp-server. FUNDZWATCH_API_KEY is optional: leave it out and the seven key-less tools still return live data, or take a free key at fundz.net/api-trial for scored leads, watchlists and the full event feeds. UCC coverage is California and Colorado, with Colorado refreshed daily, and get_usage is the tool that reports calls made against your tier. MIT.
One command — npx -y @smithery/cli install @fundzwatch/mcp-server --client claude
