Maple

Field Notes · May 15, 2026

Databricks MCP Marketplace Fixes the Stale-Data Problem Agentforce Can't

Agentforce agents hallucinate less when they can check live credit scores. Databricks just shipped the plumbing to make that happen.

Agentforce agents running on Data Cloud often fail in production because they're reasoning over yesterday's snapshot. A loan approval agent that can't check today's Moody's rating or current property comps will either hedge every decision or approve deals that should wait. Databricks just shipped two pieces that fix this: an MCP Marketplace for live external data and Lakebase, a serverless state store that logs every external query for compliance.

The move matters because most mid-market B2B shops run a split stack: Agentforce for CRM automation, Databricks or Snowflake for analytics. Data Cloud gets you structured customer history, but it doesn't natively pull live web intelligence or third-party credit signals. You either build custom connectors (expensive, brittle) or your agents work blind. The MCP Marketplace packages providers like You.com (web sentiment), Moody's (institutional credit), and Cotality (real estate/mortgage) as queryable endpoints that agents can invoke inside Unity Catalog governance rails.

Why This Matters for Agentforce Deployments

If you're running Agentforce with Data Cloud and a Databricks lakehouse, you now have a viable pattern for agents that need external context. The loan approval example in the source is illustrative: the agent retrieves internal loan book data from Data Cloud, queries Moody's for real-time credit, Cotality for property valuations, and You.com for macroeconomic outlook, then surfaces a recommendation in Genie with full lineage logged in Unity Catalog. A credit officer clicks approve or reject; the entire chain is audit-ready.

This is not theoretical. Mid-market FinTechs shipping Agentforce today hit this exact wall when agents try to recommend pricing, approve credit, or flag fraud. You can't wait for batch ETL to refresh external signals. You need live lookups with governance, and MCP Marketplace gives you the hookpoints.

Lakebase as Stateful Memory

Lakebase is the less obvious piece but equally critical. Agents that span multiple days or hand off between Agentforce and Mosaic AI need persistent context. Lakebase stores agent decisions, intermediate reasoning, and external query results as a durable audit trail. This means an Agentforce agent can start a loan workflow, a Databricks agent can enrich it overnight with batch model scoring, and the next morning the Agentforce agent resumes with full memory. Every external lookup is logged, so when auditors ask why a loan was approved, you can show the exact Moody's snapshot the agent queried.

This fixes the compliance gap that kills agentic projects in regulated industries. If you can't prove what data the agent saw at decision time, you can't deploy it for credit, underwriting, or clinical triage.

The Snowflake Countermove

Snowflake has Cortex Analyst and can query external APIs via external functions, but it doesn't have an equivalent marketplace or first-party state store. You'd build this yourself with Streamlit and task history tables. Databricks just shipped it as product. If you're choosing between Snowflake and Databricks for a new Agentforce + lakehouse integration this quarter, MCP Marketplace tips the decision if you need live third-party enrichment.

Ship the integration now, tune the prompts later. The plumbing is finally there.