Skip to main content
Glama

SAP OData to MCP Server

by Raistlin82

check-sap-authentication

Authenticate and validate SAP sessions for secure access to OData services, enabling natural language interactions with ERP data through conversational AI.

Instructions

🔐 Validate/associate authentication session. Call with session_id to authenticate.

Input Schema

NameRequiredDescriptionDefault
contextNoContext for authentication check
requestPreAuthNoWhether to request pre-authentication for upcoming operations (recommended: true)
session_idNoUser session ID obtained from OAuth authentication. Provide this to authenticate and associate with your MCP session.
validateSessionNoWhether to validate existing session

Input Schema (JSON Schema)

{ "properties": { "context": { "additionalProperties": false, "description": "Context for authentication check", "properties": { "anticipatedOperations": { "description": "Operations user plans to perform", "items": { "enum": [ "read", "create", "update", "delete", "analysis" ], "type": "string" }, "type": "array" }, "sessionType": { "description": "Type of session being initiated", "enum": [ "interactive", "batch", "demo" ], "type": "string" } }, "type": "object" }, "requestPreAuth": { "default": true, "description": "Whether to request pre-authentication for upcoming operations (recommended: true)", "type": "boolean" }, "session_id": { "description": "User session ID obtained from OAuth authentication. Provide this to authenticate and associate with your MCP session.", "type": "string" }, "validateSession": { "default": true, "description": "Whether to validate existing session", "type": "boolean" } }, "type": "object" }

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/Raistlin82/btp-sap-odata-to-mcp-server-optimized'

If you have feedback or need assistance with the MCP directory API, please join our Discord server