Live For equity research, credit and bank analysts, and fintech product teams

Financial answers your agent can cite.
Filings, banks, markets and chains behind one URL.

Ask what a company reported, how a bank is doing, what consumers are complaining about, or where the money sits on-chain — and get the answer with the filing or feed it came from. Your agent reads EDGAR, the FDIC, the CFPB and the exchanges directly, so a number is never something a model half-remembered from training.

One URL · no per-source API keys · free to start

What it answers

Grouped by the job, not by the database. Every question shown below was run against the live gateway before it was printed here.

Equity research, diligence

Company fundamentals, straight from the filing

“What was Apple's revenue in fiscal year 2025?”

Read out of the 10-K via XBRL company facts, with the filing behind it.

  • Any XBRL concept for any filer, and the same concept across peers for a like-for-like read
  • Insider transactions, institutional and fund holdings, 8-K catalysts as they post
Trading, research, product

Markets and prices

“What is the current price of Bitcoin in USD?”

Live spot price with the venue it came from.

  • Quotes, daily bars, company overviews, income statements and earnings from Alpha Vantage
  • Prediction-market pricing where an event has a market — useful for rate and policy odds
Crypto research, risk

On-chain and DeFi

“Which DeFi protocols have the most total value locked?”

Ranked TVL across 8,019 protocols, with chain breakdowns and fee data.

  • Protocol detail, chain-level TVL, stablecoin supply and yield opportunities
Credit, bank analysis, compliance

Institution health and conduct

  • FDIC institution search, financials, summaries, and the historical failure record
  • CFPB consumer complaints by company and product, with narrative detail
  • Macro context from FRED — rates, spreads, employment, anything the Fed publishes

A real answer, with its receipt

“Which DeFi protocols have the most total value locked?”

defi_tvl_protocols · DefiLlama
{
  "total_matched": 8019,
  "showing": 50,
  "protocols": [
    {
      "name": "Binance CEX",
      "slug": "binance-cex",
      "tvl": 138537169310.57
    },
    ...
  ]
}

Run live on 2026-08-11. The agent receives the ranked figures, not prose about them, so it can filter, compare and cite without a second round trip.

Where the answers come from

Primary sources only. No scraped aggregators, and no model-written summary standing in for a record.

Filings

SEC EDGAR — full-text filing search, company facts, XBRL concepts and frames, insider transactions, institutional holdings, and 8-K events as they land.

Banks

FDIC — institution search and profiles, quarterly financials, industry summaries, and the failure history.

Consumers

CFPB — the public consumer-complaint database, searchable by company, product and issue.

Markets

Alpha Vantage quotes, daily series, fundamentals and earnings; crypto spot pricing and market data.

On-chain

DefiLlama — protocol and chain TVL, fees, stablecoins and yields across the DeFi surface.

Macro

FRED — the full Federal Reserve economic series catalogue, searchable and fetchable by series.

Connect it in about a minute

One URL, scoped so your agent sees these 101 tools rather than the whole catalogue. Works in Claude, ChatGPT, Cursor, Gemini and anything else that speaks MCP.

gateway URL
https://gateway.pipeworx.io/mcp?vertical=fintech

Free to start — no card, no API keys. Paid usage is credits, priced per call; see pricing.

Common questions

What data sources are included in the FinTech vertical?

SEC EDGAR (filings, XBRL financials, full-text search across all submissions), FDIC BankFind (call reports, enforcement, failure history), CFPB (consumer complaint database), Alpha Vantage (real-time quotes, fundamentals), and DeFi APIs. Covers insider trading (Form 4), activist investors (13D), material events (8-K), and bank health alongside live market data.

Can my AI agent monitor insider trading or 13D filings in real time?

Yes. EDGAR full-text search and the recent_changes meta-tool let an agent watch a ticker or CIK for new Form 4 insider trades, 13D activist filings, 8-K material events, or any other SEC form. recent_changes accepts a since window (e.g., 7d, 30d) and returns structured items rather than HTML.

Do I need an Alpha Vantage API key for real-time stock quotes?

Bring your own — Alpha Vantage's free tier is 25 calls per day, and the shared demo key returns rate-limit errors. Sign up for a free personal key in about 30 seconds at alphavantage.co/support/#api-key. SEC and FDIC data require no keys.

How current is the financial data — is anything cached or stale?

SEC EDGAR is queried live (filings appear within minutes of acceptance). Alpha Vantage quotes are live with end-of-day fundamentals. CFPB and FDIC publish on their own cadence (CFPB roughly daily, FDIC quarterly). Every response carries _meta.cache.fresh_until so an agent can reason about freshness before reusing data.