ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use SAP S/4HANA with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Manage purchase orders, business partners, inventory, and financial postings on SAP S/4HANA. the intelligent ERP.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 9 capabilities

The complete SAP S/4HANA capability set.

These are the exact actions your AI can choose when you ask it to work with SAP S/4HANA.

Capability set01 / 03

01-03

3 capabilities in this set.

Part of 9 available through SAP S/4HANA.

  1. 01

    Create business partner

    Provide JSON with BusinessPartnerCategory (1=Person, 2=Organization), FirstName/LastName or OrganizationBPName1. Create a new business partner

  2. 02

    Get business partner

    Get a specific business partner by ID

  3. 03

    Get gl balances

    Get G/L account balances

Capability set02 / 03

04-06

3 capabilities in this set.

Part of 9 available through SAP S/4HANA.

  1. 04

    Get material stock

    Returns available quantities across storage locations. Get material stock levels

  2. 05

    List purchase orders

    Filter by supplier, purchasing org, or status using OData $filter syntax. List purchase orders

  3. 06

    List sales orders

    Filter using OData syntax. List sales orders

Capability set03 / 03

07-09

3 capabilities in this set.

Part of 9 available through SAP S/4HANA.

  1. 07

    Create purchase order

    Provide JSON with CompanyCode, PurchaseOrderType, Supplier, PurchasingOrganization, PurchasingGroup, and line items in _PurchaseOrderItem array. Create a purchase order

  2. 08

    List business partners

    Use OData $filter syntax for filtering. e.g. BusinessPartnerCategory eq '2' for organizations. List SAP business partners

  3. 09

    Query odata

    Provide the service path and entity set. Supports $filter, $select, $expand. Execute a custom OData v4 query

Observed, not estimated

1020ms average. Fast in production.

SAP S/4HANA is checked daily against the live service.

Daily averagePeak 1103ms
Aug 21Today
Fastest day
762ms
Slowest day
1103ms
14-day trend
Improving-9%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 9 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of SAP S/4HANA, so you can see the experience inside your AI.

It does not authenticate your account with SAP S/4HANA. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

SAP S/4HANA Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_eqX5erHLdIAURtxCaYfxRaRdpIvxLK4SXtvRKzq9/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — SAP S/4HANA capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "sap-s4hana-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_eqX5erHLdIAURtxCaYfxRaRdpIvxLK4SXtvRKzq9/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions SAP S/4HANA owners ask.

  • 01

    What authentication does SAP S/4HANA require?

    SAP S/4HANA uses Communication Arrangements with a dedicated Communication User. You create a technical user in the Fiori Launchpad, assign it to a Communication System, and link it to the appropriate Communication Scenario (e.g. SAP_COM_0008 for Business Partners).

  • 02

    Can I create purchase orders through the agent?

    Yes. The create_purchase_order capability posts to the A_PurchaseOrder OData endpoint. Provide the supplier, purchasing organization, plant, material, quantity, and price. the agent returns the PO number on success.

  • 03

    Does it support querying custom OData services?

    Absolutely. The query_odata capability executes GET requests against any OData v4 service exposed via your Communication Arrangement, including custom CDS views. Full $filter, $expand, and $select support is included.

  • 04

    Can I check stock levels across multiple plants?

    Yes. The get_material_stock capability queries the A_MaterialStock OData service, returning current stock quantities by plant and storage location. You can filter by material number, plant, or storage location.