Claude Code Policy: Write Managed Settings Fast
Read More
Enterprise Connectors
LastLook Data logo. LastLook Data MCP server connector.

LastLook Data MCP Server

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

ToolsTools
20
Last updatedLast Updated
Jun 14, 2026
CategoryCategory
All
Enterprise-grade security
SSO & authentication ready
Full governance & audit logs

What is the LastLook Data MCP Server?

The LastLook Data MCP server gives AI agents structured, permission-aware access to LastLook Data through the Model Context Protocol. With 20 pre-built actions, agents can read, create, and update LastLook Data data on behalf of authorized users.

Willow ships the LastLook Data MCP server as part of an enterprise control plane. Every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to a full audit trail, and integrates with Splunk and Loki for SIEM visibility. Connect from Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, or any custom agent. Install once, distribute org-wide, and see exactly how LastLook Data is being used by every AI agent in your stack.

Tools

Tool

get_treasury_yield_current

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.
Tool

get_treasury_yield_by_date

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

get_current_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.
Tool

get_value_by_date

Returns the value of any supported FRED series for a specific date. Business days only. Use YYYY-MM-DD format.
Tool

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 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.
Tool

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.
Tool

get_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.
Tool

get_fx_rate_series

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

get_yield_curve

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.
Tool

get_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.
1–10 of 20 tools
Customize tools

Customize Tools

Edit descriptions, modify arguments, select tools, or add new ones

ReviewEdit descriptions
ConfigureChange arguments
ApproveSelect tools
Create NewAdd tool

Set Up Your LastLook Data MCP Server in Minutes

Add the following configuration to your MCP client. Authentication is handled via OAuth. Compatible with Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code, n8n, and any MCP-compatible agent.

Claude Desktop

claude_desktop_config.json
{
  "mcpServers": {
    "willow-lastlook-data": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/lastlook-data"
    }
  }
}

Cursor

.cursor/mcp.json
{
  "mcpServers": {
    "willow-lastlook-data": {
      "type": "http",
      "url": "https://<org>.mcp-s.com/mcp/mcp/lastlook-data"
    }
  }
}

Claude Code

CLI
claude mcp add willow-lastlook-data --transport http https://<org>.mcp-s.com/mcp/mcp/lastlook-data

n8n

HTTP Request Node
{
  "url": "https://<org>.mcp-s.com/mcp/mcp/lastlook-data",
  "method": "POST"
}

Or click "Install with Willow" above to set up automatically with SSO and RBAC preconfigured.

Enterprise Governance for LastLook Data

Willow adds the layer LastLook Data and every other SaaS doesn't ship out of the box: every call runs behind SSO (Okta, Azure AD), enforces RBAC and least-privilege at runtime, writes to full audit logs, and detects shadow AI usage across your stack. One MCP gateway. Any agent. Every tool.

LastLook Data MCP Server FAQ

What is the LastLook Data MCP server?

The LastLook Data MCP server is a Model Context Protocol implementation that lets AI agents like Claude, Cursor, and ChatGPT read and write LastLook Data data through a standardized interface. Willow hosts and governs this server so enterprises can roll it out without a security review backlog.

How is Willow's LastLook Data MCP server different from the official one?

The official LastLook Data MCP server is scoped to a single user's account and does not include enterprise governance. Willow's version adds SSO, RBAC, audit logging, shadow AI detection, and centralized control over which actions agents can take across the entire org.

Which AI clients work with the LastLook Data MCP server?

Claude Desktop, Claude Code, Cursor, ChatGPT, VS Code with MCP support, n8n, and any custom agent built with OpenAI Agents SDK, LangChain, Vercel AI SDK, or Anthropic SDK.

Is the LastLook Data MCP server secure? How does Willow handle authentication?

Every call runs behind your existing SSO (Okta, Azure AD). Per-user OAuth scopes the agent to exactly what that user can do in LastLook Data, nothing more. No credentials reach the LLM. Every action writes to an audit trail.

Can I limit which LastLook Data actions agents can take?

Yes. Willow lets you scope agents to specific actions, specific projects, or specific environments. Toggle actions on or off in the dashboard, or enforce policy via infrastructure-as-code through GitHub.

How do I detect shadow LastLook Data MCP servers in my org?

Willow's browser extension and discovery service surface unmanaged MCP servers, skills, and AI agents across the org. If a developer installed an unapproved LastLook Data MCP locally, you'll see it.

What does the LastLook Data MCP server cost?

Pricing depends on org size and deployment model (SaaS, dedicated cloud, self-host). See withwillow.ai/pricing or contact sales for a quote.

How do I install the LastLook Data MCP server with Willow?

Install via the Willow Connect Panel in one click, or paste the JSON snippet above into your Claude Desktop, Cursor, or Claude Code config. SSO and RBAC inherit from your existing Willow setup.

Compare Willow MCP Gateway

See how Willow stacks up against other MCP platforms on governance, security, and enterprise readiness.

Your agents are already in the wild.

Give them a Basecamp. Go from AI chaos to AI work, in minutes.

LastLook Data MCP Server | Willow