Discover Kong’s Volcano SDK: A Game-Changer for AI Workflows
Kong has launched the Volcano SDK, an open-source TypeScript framework designed for crafting multi-step workflows using multiple LLM (Large Language Model) providers. This innovative tool is engineered for seamless integration with the Model Context Protocol (MCP) and offers developers a streamlined approach to building AI applications.
What is the Volcano SDK?
Volcano is a TypeScript SDK that simplifies the creation of complex multi-step agent workflows. By utilizing just 9 lines of code, developers can achieve what typically requires over 100 lines when not using Volcano.
Key Advantages:
- Simplicity: Reduces the complexity of managing tool schemas, context, provider switching, and error handling.
- Efficiency: Enables developers to focus on creative problem-solving rather than repetitive coding.
Key Features of the Volcano SDK
Volcano provides a robust and chainable API that enhances productivity and supports the following functionalities:
Chainable API
- The
.then(...).run()pattern allows for easy transition of context between steps, making the coding process fluid and organized.
Native MCP Tool Use
- Developers can simply pass a list of MCP servers, and the SDK takes care of tool discovery and invocation automatically.
Multi-Provider LLM Support
- Pair different models for various tasks within the same workflow, like planning with one model and executing with another.
Production Features
- Automatic retries, per-step timeouts, connection pooling for MCP servers, and OpenTelemetry tracing enhance the reliability of workflows.
Integration with Kong’s MCP Architecture
Kong’s Konnect platform enhances the usability of the Volcano SDK by adding governance and access layers. Key features include:
- AI Gateway: This offers server autogeneration from Kong-managed APIs and centralized OAuth 2.1 for securing access to MCP servers.
- Developer Portal: Functions as an MCP server, eliminating manual credential workflows and making API catalogs easily accessible.
Key Takeaways
- Volcano SDK is an open-source TypeScript framework tailored for building efficient AI agents using MCP tool integration.
- It dramatically reduces the complexity of creating multi-step workflows with its chainable API and automatic tool discovery.
- The SDK is complemented by features like centralized OAuth, observability, and production-ready tools within Kong’s AI Gateway and Konnect.
Conclusion
Kong’s Volcano SDK emerges as a valuable tool for developers aiming to streamline AI workflows with efficiency and ease. By prioritizing MCP-native integration, it not only simplifies the coding process but also enhances reliability and observability in complex agent applications.
Related Keywords: Kong, Volcano SDK, TypeScript, Multi-LLM Workflows, Model Context Protocol, AI Development Framework, OpenSource Tools

