cd /news/ai-agents/why-we-bet-on-mcp-and-what-we-re-sti… Β· home β€Ί topics β€Ί ai-agents β€Ί article
[ARTICLE Β· art-18900] src=dev.to pub= topic=ai-agents verified=true sentiment=↑ positive

Why We Bet on MCP (And What We're Still Figuring Out)

Data Workers, an open-source autonomous agent swarm for data engineering, bet on the Model Context Protocol (MCP) to connect its AI agents to dozens of tools in the modern data stack, rather than building custom integrations. The team chose MCP, an open protocol developed by Anthropic that standardizes AI-tool interactions, because it provides a universal connector that allows a small team to interface with over 12,230 MCP servers covering databases, orchestrators, and BI tools. However, the team acknowledges that MCP solves the connector problem but not the intelligence problem, as agents still require custom logic for query execution and human escalation.

read2 min publishedMay 31, 2026

When we started building Data Workers, we had to make a foundational decision: how do our AI agents connect to the dozens of tools in a modern data stack? We could build custom integrations for each tool. We could use existing orchestration frameworks. Or we could bet on the Model Context Protocol (MCP).

We bet on MCP. Here is why, and what we are still figuring out.

MCP is an open protocol, originally developed by Anthropic, that standardizes how AI models interact with external tools and data sources. Think of it as a USB-C port for AI β€” a universal connector that lets an AI agent talk to any tool that implements the protocol.

The ecosystem has exploded. There are now 12,230+ MCP servers available, covering everything from databases to CI/CD tools to cloud platforms. A year ago, this number was in the hundreds.

The math is simple. Data Workers needs to connect to warehouses (Snowflake, Databricks, BigQuery, Redshift), orchestrators (Airflow, Dagster, Prefect), transformation tools (dbt, Spark), catalogs (Unity Catalog, Datahub, Hive Metastore), BI tools (Tableau, Looker, Power BI), and more.

Building and maintaining custom integrations for each of these is a full-time job for a team our size. With MCP, we get a standard interface. If a tool has an MCP server, our agents can connect to it. We are building custom MCP servers for each agent in our swarm.

MCP is the right bet for us. The alternative β€” building custom integrations β€” would consume our entire engineering bandwidth. MCP lets a small team connect to a broad tool landscape.

But MCP is not a silver bullet. It solves the connector problem, not the intelligence problem. Our agents still need to know what queries to run, how to interpret results, and when to escalate to a human. MCP gives us the plumbing. We still have to build the logic.

Originally published at https://dataworkers.io/blog/why-we-bet-on-mcp/. Data Workers is an open-source autonomous agent swarm for data engineering β€” see the repo.

── more in #ai-agents 4 stories Β· sorted by recency
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain β€” perfect for shipping the agent you just read about.

$git push zahid main
β†’ Live at https://your-agent.zahid.host βœ“
Get free account β†’ Pricing
from €0/mo Β· no card required
LIVE [news/why-we-bet-on-mcp-an…] indexed:0 read:2min 2026-05-31 Β· β€”