Back to Home
rahulsethi icon

SAPDatasphereMCP

Verified Safe

by rahulsethi

Overview

An experimental Model Context Protocol (MCP) server that enables AI agents to interact with SAP Datasphere for read-only data operations, including discovering assets, previewing data, describing schema, and running simple queries.

Installation

Run Command
sap-datasphere-mcp

Environment Variables

  • DATASPHERE_TENANT_URL
  • DATASPHERE_OAUTH_TOKEN_URL
  • DATASPHERE_OAUTH_CLIENT_ID
  • DATASPHERE_OAUTH_CLIENT_SECRET
  • DATASPHERE_VERIFY_TLS
  • DATASPHERE_MOCK_MODE

Security Notes

Configuration relies on environment variables for sensitive credentials (OAuth client ID/secret), which is a good practice, preventing hardcoded secrets. No explicit 'eval' usage or code obfuscation was found. Network calls use `httpx` with configurable timeouts. A significant security risk is the optional ability to disable TLS verification (`DATASPHERE_VERIFY_TLS=0`), which can make communication vulnerable to man-in-the-middle attacks if enabled without proper understanding and justification (e.g., specific corporate proxy setups). By default, TLS verification is enabled, which is the recommended secure setting.

Similar Servers

Stats

Interest Score36
Security Score8
Cost ClassMedium
Avg Tokens1000
Stars1
Forks0
Last Update2025-12-12

Tags

SAP DatasphereMCPAI AgentsData IntegrationRead-Only