API Agent
Officialby agoda-com
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_AGENT_PORT | No | Server port | 3000 |
| OPENAI_API_KEY | Yes | OpenAI API key (or custom LLM key) | |
| OPENAI_BASE_URL | No | Custom LLM endpoint | https://api.openai.com/v1 |
| API_AGENT_MODEL_NAME | No | Model (e.g., gpt-5.2) | gpt-5.2 |
| API_AGENT_ENABLE_RECIPES | No | Enable recipe learning & caching | true |
| API_AGENT_RECIPE_CACHE_SIZE | No | Max cached recipes (LRU eviction) | 64 |
| OTEL_EXPORTER_OTLP_ENDPOINT | No | OpenTelemetry tracing endpoint |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agoda-com/api-agent'
If you have feedback or need assistance with the MCP directory API, please join our Discord server