About Integrating an LLM Client or AI Agent with Oracle Analytics Cloud (Preview)
Use this architecture diagram to understand how the Oracle Analytics Cloud MCP Server provides integration with an LLM client or AI agent and Oracle Analytics Cloud.
Transport Protocols
These supported transport protocols define how data moves between an LLM client or AI agent and Oracle Analytics Cloud via the Oracle Analytics Cloud MCP Server.
| Protocol | Description | Reason to Use |
|---|---|---|
stdio |
Provides standard input/output. | Use with local execution and CLI tools. |
HTTP + SSE |
Supports events sent by the server. | Use with remote deployment or web clients. |
