← Top 100 / Full directory (5,940)

LastLook Data

Communication Remote Official Top 100 5 tools

LastLook Data gives AI agents real-time access to US financial market data: Treasury yields (2yr, 10yr, 30yr), mortgage rates, Fed funds rate, CPI, unemployment, GDP, WTI/Brent crude, natural gas, and G10 FX rates. Also includes derived indicators: yield curve spreads (2s10s, 3m10y) with inversion signal, Sahm Rule recession indicator, Fed policy spread (EFFR vs IORB), and upcoming FRED economic calendar. Data sourced from FRED and ECB. Pay per query via x402 on Base — no accounts, no API keys, no subscriptions.

Docs ↗

How to connect

1
Add the remote MCP URL
Paste this endpoint into Claude, ChatGPT, or Cursor MCP settings.
https://lastlook-data--zev.run.tools
2
Verify the tools loaded
Confirm tools/list returns the expected tools before relying on them in production.

Tools

(5)
  • get_treasury_yield_current

    Returns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED. Use this specifically for the 30-year Treasury rate. For other series use get_series instead.

  • get_treasury_yield_by_date

    Returns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format.

  • get_series

    Returns recent observations for any supported FRED data series. Use this to get current and historical values for mortgage rates, Treasury yields, Fed funds rate, CPI, SOFR, unemployment, GDP, energy prices, and more. Common use cases: - Current 30-yr mortgage rate: series_id=MORTGAGE30US, days=30 - Current 15-yr mortgage rate: series_id=MORTGAGE15US, days=30 - Current Fed funds rate: series_id=FEDFUNDS, days=30 - Current IORB (Interest on Reserve Balances): series_id=IORB, days=30 - Current EFF

  • get_fx_rate_current

    Returns the current exchange rate for a G10 currency pair. Source: European Central Bank. Supported: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK.

  • get_fx_rate_series

    Returns historical daily exchange rates for a G10 currency pair. Source: European Central Bank.

Related servers