← Registry

Data Collection

lastlookdata.com

Fetches US Treasury yields and other economic data series from the Federal Reserve Economic Data (FRED) API.

x402 supported1 endpoint24 known toolsFirst detected May 18, 2026Last detected September 15, 2026

ENDPOINT 1

https://mcp.lastlookdata.com/mcp

No auth detected

MCP server metadata

Name
lastlook-data
Version
2.12.0
Capabilities
tools.listChanged

Known tools 24

get_treasury_yield_current

Returns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED.

Inferred read-only
get_treasury_yield_by_date

Returns the 30-year US Treasury yield for a specific date.

Inferred read-only
get_current_value

Returns only the single most recent value for any supported FRED series.

Inferred read-only
get_value_by_date

Returns the value of any supported FRED series for a specific date.

Inferred read-only
get_series

Returns recent observations for any supported FRED data series.

Inferred read-only
get_fx_rate_current

Returns the current exchange rate for a G10 currency pair.

Inferred read-only
get_fx_rate_by_date

Returns the exchange rate for a G10 currency pair on a specific date.

Inferred read-only
get_fx_rate_series

Returns historical daily exchange rates for a G10 currency pair.

Inferred read-only
get_yield_curve

Returns 2s10s (2-year vs 10-year) and 3m10y (3-month vs 10-year) Treasury yield curve spreads with inversion signal.

Inferred read-only
get_recession_indicator

Returns the real-time Sahm Rule recession indicator.

Inferred read-only
get_policy_spread

Returns the spread between the Effective Federal Funds Rate (EFFR) and Interest on Reserve Balances (IORB), with an interpretation of Fed policy stance.

Inferred read-only
get_economic_calendar

Returns upcoming FRED economic data release dates — CPI, jobs report, GDP, Treasury rates, and more.

Inferred read-only
get_bundle_refi_signal

Returns a refinance signal bundle: current 30yr and 15yr mortgage rates, 52-week high/low range, MBS spread over 10Y Treasury, 30-day and 90-day rate trend, and a refi break-even threshold.

Inferred read-only
get_bundle_purchase_market

Returns a home purchase market bundle: current 30yr mortgage rate, median US home sale price (MSPUS), estimated monthly P&I payment on the median home assuming 20% down, annual income required to qualify at 28% DTI, affordability level signal, and housing starts.

Potential side effects
get_bundle_rate_environment

Returns a complete rate environment snapshot in one call: FEDFUNDS, SOFR, DGS2, DGS5, DGS10, DGS30, plus computed yield curve spreads (2s10s and 3m10y), Fed policy spread (EFFR vs IORB), and curve shape signal.

Inferred read-only
get_bundle_mortgage_pulse

Returns a complete mortgage market snapshot: 30yr and 15yr mortgage rates, 10Y Treasury yield, Fed funds rate, median home price (MSPUS), housing starts (HOUST), MBS spread (30yr mortgage minus 10Y), and 30-day rate trend signal.

Inferred read-only
get_bundle_macro

Returns a macro health snapshot: GDP, unemployment rate (UNRATE), CPI and core CPI, Fed funds rate, yield curve 2s10s spread, and Sahm Rule recession indicator.

Inferred read-only
get_bundle_fx_dashboard

Returns all 9 G10 FX spot rates in one call: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK.

Inferred read-only
get_bundle_energy

Returns current energy commodity prices in one call: WTI crude oil (DCOILWTICO), Brent crude (DCOILBRENTEU), US regular gasoline (GASREGCOVW), and Henry Hub natural gas (DHHNGSP).

Inferred read-only
get_bundle_context_brief

Returns a pre-formatted natural-language paragraph summarizing 15+ economic indicators — rates, inflation, employment, mortgage market, energy prices, and FX.

Inferred read-only
get_crypto_price

Returns the current USD price, 24h % change, market cap, and 24h volume for any supported cryptocurrency.

Inferred read-only
get_crypto_history

Returns historical daily closing prices for any supported cryptocurrency over 30, 90, or 365 days.

Inferred read-only
get_bundle_crypto

Returns the top 20 cryptocurrencies by market cap in one call: price, 24h change, 7d change, market cap, and volume.

Inferred read-only
get_edgar_company

Returns financial fundamentals for any US public company from SEC EDGAR XBRL filings: revenue, net income, total assets, stockholders equity, and EPS.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.lastlook-data]
url = "https://mcp.lastlookdata.com/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "lastlook-data": {
      "type": "http",
      "url": "https://mcp.lastlookdata.com/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: lastlook-data
Remote MCP URL: https://mcp.lastlookdata.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "lastlook-data": {
      "url": "https://mcp.lastlookdata.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "lastlook-data": {
      "type": "http",
      "url": "https://mcp.lastlookdata.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "lastlook-data",
  "transport": "streamable-http",
  "url": "https://mcp.lastlookdata.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for lastlookdata.com was fetched 2026-09-06T19:18:47.742Z.

Trust status Neutral

lastlookdata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.