Data Collection
lastlookdata.com
Fetches US Treasury yields and other economic data series from the Federal Reserve Economic Data (FRED) API.
ENDPOINT 1
https://mcp.lastlookdata.com/mcp
MCP server metadata
- Name
- lastlook-data
- Version
- 2.12.0
Known tools 24
get_treasury_yield_currentReturns the most recent 30-year US Treasury constant maturity yield (DGS30) from FRED.
Inferred read-onlyget_treasury_yield_by_dateReturns the 30-year US Treasury yield for a specific date.
Inferred read-onlyget_current_valueReturns only the single most recent value for any supported FRED series.
Inferred read-onlyget_value_by_dateReturns the value of any supported FRED series for a specific date.
Inferred read-onlyget_fx_rate_by_dateReturns the exchange rate for a G10 currency pair on a specific date.
Inferred read-onlyget_fx_rate_seriesReturns historical daily exchange rates for a G10 currency pair.
Inferred read-onlyget_yield_curveReturns 2s10s (2-year vs 10-year) and 3m10y (3-month vs 10-year) Treasury yield curve spreads with inversion signal.
Inferred read-onlyget_policy_spreadReturns the spread between the Effective Federal Funds Rate (EFFR) and Interest on Reserve Balances (IORB), with an interpretation of Fed policy stance.
Inferred read-onlyget_economic_calendarReturns upcoming FRED economic data release dates — CPI, jobs report, GDP, Treasury rates, and more.
Inferred read-onlyget_bundle_refi_signalReturns 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-onlyget_bundle_purchase_marketReturns 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 effectsget_bundle_rate_environmentReturns 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-onlyget_bundle_mortgage_pulseReturns 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-onlyget_bundle_macroReturns 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-onlyget_bundle_fx_dashboardReturns all 9 G10 FX spot rates in one call: EURUSD, GBPUSD, USDJPY, USDCHF, USDCAD, AUDUSD, NZDUSD, USDSEK, USDNOK.
Inferred read-onlyget_bundle_energyReturns 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-onlyget_bundle_context_briefReturns a pre-formatted natural-language paragraph summarizing 15+ economic indicators — rates, inflation, employment, mortgage market, energy prices, and FX.
Inferred read-onlyget_crypto_priceReturns the current USD price, 24h % change, market cap, and 24h volume for any supported cryptocurrency.
Inferred read-onlyget_crypto_historyReturns historical daily closing prices for any supported cryptocurrency over 30, 90, or 365 days.
Inferred read-onlyget_bundle_cryptoReturns the top 20 cryptocurrencies by market cap in one call: price, 24h change, 7d change, market cap, and volume.
Inferred read-onlyget_edgar_companyReturns financial fundamentals for any US public company from SEC EDGAR XBRL filings: revenue, net income, total assets, stockholders equity, and EPS.
Inferred read-onlyCONNECT 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.
lastlookdata.com is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.