In this guide, we will explore how to connect your agents to one or more existing MCP servers. MCP (Model Context Protocol) enables your agents to dynamically discover and invoke tools using the MCP specification. This approach allows you to leverage already-running MCP servers in your infrastructure to provide domain-specific APIs and functionality to your agents.| docs.zeta-alpha.com
AI agents are only as useful as the tools they can securely and reliably access. The Model Context Protocol (MCP) standardizes how agents talk to external tools and data sources, and Zeta Alpha's Agents SDK offers a fast path from prototype to production, with streaming, tool execution, configuration, and deployment options out of the box.In this guide, we'll bootstrap a minimal chat agent, expose it over a REST API, and connect it to an MCP server with just a few lines of code.Getting StartedWe| Zeta Alpha