Connector guide3-minute readEnglish · Deutsch · Italiano

Cómo conectar SAP S/4HANA Cloud a Gemini — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

HCBy HelpCode teamUpdated 3 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

No install? Use cloud.anythingmcp.com directly.

Sign in, install the connector in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

TL;DR

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

💡 ¿Sin instalación? Usa cloud.anythingmcp.com directamente. Inicia sesión, pulsa Connectors → SAP S/4HANA Cloud, pega tus credenciales, genera una MCP API key — listo. Sin Docker, sin git clone, sin servidor local.

SAP S/4HANA Cloud + Gemini

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

Requisitos previos

Las instrucciones de configuración completas están incluidas en el conector (visibles en el store al seleccionarlo). Las variables de entorno requeridas:

S4_BASE_URL, S4_TOKEN_URL, S4_CLIENT_ID, S4_CLIENT_SECRET

Paso 1 — Obtener credenciales

Setup (one-off, done by the S/4 admin):

  1. In your S/4HANA Cloud tenant open Communication Arrangements and create one for SAP_COM_0008 — Business Partner Integration (and others as needed: 0109 Sales Order, 0026 Purchase Order, 0186 Billing).
  2. Create a Communication User + Communication System. Pick OAuth 2.0 as the authentication method, grant type Client Credentials.
  3. S/4 generates a Client ID, Client Secret, and a per-tenant Token URL like https://my300000.authentication.eu10.hana.ondemand.com/oauth/token.
  4. The tenant Base URL is https://my300000.s4hana.cloud.sap (your tenant ID replaces 300000).
  5. Set the four env vars below.

…(continued in the in-app connector instructions)

Paso 2 — Instalar el adapter

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

Paso 3 — Añadir el conector en Gemini

Gemini CLI lee servidores MCP desde ~/.gemini/settings.json (o %APPDATA%\gemini\settings.json en Windows). Añade:

{
  "mcpServers": {
    "anythingmcp": {
      "httpUrl": "https://cloud.anythingmcp.com/mcp",
      "headers": { "Authorization": "Bearer YOUR_MCP_API_KEY" }
    }
  }
}
  1. Obtén tu MCP API key desde AnythingMCP → Perfil → MCP API Keys → Nueva Key.
  2. Guarda el archivo y reinicia gemini.
  3. Ejecuta /mcp en la Gemini CLI — SAP S/4HANA Cloud debería aparecer como disponible.
  4. Vertex AI Studio: pasa https://cloud.anythingmcp.com/mcp al array tools de tu petición con el mismo header Bearer.

Herramientas disponibles

ToolWhat it does
s4_list_business_partnersList business partners (combined customers + suppliers) from API_BUSINESS_PARTNER
s4_get_business_partnerGet one business partner by its 10-character ID
s4_list_customersList customer master records (subset of business partners)
s4_list_suppliersList supplier master records (subset of business partners)
s4_list_sales_ordersList sales orders (headers)
s4_get_sales_orderGet one sales order by its 10-char number
s4_list_sales_order_itemsList the items (line entries) of a given sales order
s4_list_purchase_ordersList purchase orders (headers)
s4_get_purchase_orderGet one purchase order by its 10-char number
s4_list_billing_documentsList billing documents (customer invoices, credit memos)
s4_list_outbound_deliveriesList outbound delivery headers (goods leaving the warehouse)
s4_list_journal_entriesList journal entry items (general ledger postings)
s4_list_productsList materials / products (item master)
s4_get_productGet one product/material by its ID
s4_list_purchase_requisitionsList purchase requisition items (pre-PO demand requests)

FAQ

¿Gemini 1.5 Pro o 2.x soportan MCP? Sí — Gemini CLI ≥ 0.4 y la API de tools de Vertex AI aceptan conectores MCP httpUrl con header Bearer.

Siguientes pasos

¿Te ha sido útil esta guía?

Ready to ship

Ship MCP to your stack in 60 seconds.

Spin up AnythingMCP on managed Cloud or self-host it on your infrastructure. Free for 7 days, no credit card.

Guías relacionadas

SS
connectors

Cómo conectar SAP S/4HANA Cloud a ChatGPT — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

SS
connectors

Cómo conectar SAP S/4HANA Cloud a Claude — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

SS
connectors

Cómo conectar SAP S/4HANA Cloud a Cursor — via MCP

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

SS
connectors

SAP S/4HANA Cloud a MCP — Pilota SAP S/4HANA Cloud desde cualquier agente IA

Drive SAP S/4HANA Cloud Public Edition from any AI agent: business partners, customers, suppliers, sales orders, purchase orders, billing documents, products, journal entries. OAuth 2.0 client_credentials via BTP Communication Arrangement.

SB
connectors

Cómo conectar SAP Business One a Gemini — via MCP

Drive SAP Business One ERP (popular Mittelstand SMB target in DACH) from any AI agent: business partners, items, sales orders, A/R invoices, quotations, deliveries. Service Layer OData v4. Session-cookie auth via /Login.

SC
connectors

Cómo conectar SAP Concur a Gemini — via MCP

Manage Concur expense reports, approvals, attendees, locations, users and travel itineraries from any AI agent. OAuth 2.0 refresh-token flow. Free developer sandbox on developer.concur.com.