SAP BusinessObjects BI icon

SAP BusinessObjects BI

Enables querying live SAP BusinessObjects BI data from AI clients like Claude Desktop through CData JDBC Drivers.

소개

This software serves as a Model Context Protocol (MCP) server, designed to bridge the gap between large language models (LLMs) and live SAP BusinessObjects BI data. By wrapping the CData JDBC Driver for SAP BusinessObjects BI, it transforms complex relational data into an accessible MCP interface. This allows LLMs like Claude Desktop to retrieve and interact with information using natural language questions, eliminating the need for SQL knowledge. While this specific project offers read-only access, it provides a foundational mechanism for AI-driven data exploration.

주요 기능

  • Leverages CData JDBC Drivers for robust data connectivity
  • Enables natural language querying of SAP BusinessObjects BI data by LLMs
  • Provides tools for schema introspection (get_tables, get_columns)
  • Supports SQL SELECT query execution through the MCP interface
  • Exposes SAP BusinessObjects BI data via Model Context Protocol (MCP) interface
  • 0 GitHub stars

사용 사례

  • Integrating SAP BusinessObjects BI data sources with large language model applications
  • Allowing AI clients to retrieve live SAP BusinessObjects BI data through natural language queries
  • Programmatically accessing SAP BusinessObjects BI data via JSON-RPC requests for custom applications