# LastLook Data MCP server

FRED macro data, Treasury yields, FX rates & macro indicators for AI agents. Pay-per-query via x402.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-zev-lll-lastlook-data
- Repository: https://github.com/zev-lll/lastlook-data
- Website: https://www.lastlookdata.com

## Install
- Endpoint: https://mcp.lastlookdata.com/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.lastlookdata.com/mcp

## Tools
- get_treasury_yield_current (Get Current 30-Year Treasury Yield) - Returns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED. Free — no payment required. For other series use get_current_value or get_series. Endpoint: https://mcp.lastlookdata.com/mcp
- get_treasury_yield_by_date (Get 30-Year Treasury Yield by Date) - Returns the 30-year US Treasury yield for a specific date. Business days only. Use YYYY-MM-DD format. Endpoint: https://mcp.lastlookdata.com/mcp
- get_current_value (Get Current FRED Series Value) - Returns only the single most recent value for any supported FRED series. Cheaper than get_series ($0.01 vs $0.05). Use this when you need just the latest reading — e.g. current CPI, unemployment rate, mortgage rate. Use get_series instead when you need historical observations. Endpoint: https://mcp.lastlookdata.com/mcp
- get_value_by_date (Get FRED Series Value by Date) - Returns the value of any supported FRED series for a specific date. Business days only. Use YYYY-MM-DD format. Endpoint: https://mcp.lastlookdata.com/mcp
- get_series (Get FRED Data 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 Fed funds rate: series_id=FEDFUNDS, days=30
- Current 10-yr Treasury yield: series_id=DGS10, days=30
- Current CPI (inflation): series_id=CPIAUCSL, days=30
- Current WTI crude oil: series_id=DCOILWTICO, days=30
The most recent observation in the returned array is the current value. Endpoint: https://mcp.lastlookdata.com/mcp
- get_fx_rate_current (Get Current G10 FX Rate) - Returns the current exchange rate for a G10 currency pair. Source: European Central Bank. Supported: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK. Endpoint: https://mcp.lastlookdata.com/mcp
- get_fx_rate_by_date (Get G10 FX Rate by Date) - Returns the exchange rate for a G10 currency pair on a specific date. Source: European Central Bank. Use YYYY-MM-DD format. Endpoint: https://mcp.lastlookdata.com/mcp
- get_fx_rate_series (Get G10 FX Rate History) - Returns historical daily exchange rates for a G10 currency pair. Source: European Central Bank. Endpoint: https://mcp.lastlookdata.com/mcp
- get_yield_curve (Get Yield Curve Spreads) - Returns 2s10s (2-year vs 10-year) and 3m10y (3-month vs 10-year) Treasury yield curve spreads with inversion signal. An inverted yield curve (negative spread) historically precedes recessions. Source: FRED. Endpoint: https://mcp.lastlookdata.com/mcp
- get_recession_indicator (Get Sahm Rule Recession Indicator) - Returns the real-time Sahm Rule recession indicator. A value >= 0.50 signals a recession is likely underway. Measures the rise in unemployment from its recent low. Source: FRED SAHMREALTIME. Endpoint: https://mcp.lastlookdata.com/mcp
- get_policy_spread (Get Fed Policy Spread (EFFR vs IORB)) - Returns the spread between the Effective Federal Funds Rate (EFFR) and Interest on Reserve Balances (IORB), with an interpretation of Fed policy stance. EFFR below IORB is the normal operating band. Source: FRED. Endpoint: https://mcp.lastlookdata.com/mcp
- get_economic_calendar (Get Economic Calendar) - Returns upcoming FRED economic data release dates — CPI, jobs report, GDP, Treasury rates, and more. Use this to find out when the next major economic data will be published. Endpoint: https://mcp.lastlookdata.com/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.zev-lll
- Version: 2.8.3
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 17, 2026
- Source: https://registry.modelcontextprotocol.io
