Digital travel platform Agoda has announced the open-source release of its API Agent, a universal Model Context Protocol (MCP) server. It aims to help developers connect MCP clients to GraphQL and REST services using natural language, without having to build separate integrations for each service.

"Many teams want to unlock internal tools for AI, but writing MCPs for each one is a major effort. API Agent takes a novel, zero-effort approach to that transformation, and to our knowledge, is the first of its kind. We've open-sourced it in the hope that others can benefit from the same value we've seen," Idan Zalzberg, chief technology officer at Agoda, said.
Open-source API agent
The new open-source API agent enables the management of dozens of services without requiring an individual MCP server for each initiative.
API Agent allows developers to configure a target service, ask questions using natural language, and receive structured results.
The server automatically analyses schemas, generates the necessary queries, and executes them without requiring custom integration code or manual mapping.
To support more advanced queries, API Agent features SQL-based post-processing with DuckDB. This functionality enables sorting, aggregation, and joins even if the underlying services do not natively support them.
