Skip to content
Open Source 65+ Services · 290+ Tools Claude · Cursor · ChatGPT

Give every AI agent full access to SSCV2

65+ SSCV2 services, 290+ AI tools, OData-style queries — all via Model Context Protocol. Works with Claude, Cursor, ChatGPT, and any MCP-compatible host.

Example Tool Call
// Example: List all open cases
{
"tool": "cases_list",
"arguments": {
"$filter": "status eq 'open'",
"$top": 10,
"$expand": "account"
}
}
How It Works

From client to first query — in three steps

1
Step 1

Connect

Add the server to your MCP client via stdio — Claude Desktop, Cursor, Cline, Windsurf — or subscribe to the managed service on the SAP BTP marketplace.

2
Step 2

Authenticate

Point the server at your SSCV2 tenant with your own credentials. On BTP, access is XSUAA-secured and isolated per subscription.

3
Step 3

Ask

Your AI agent calls 290+ tools with OData-style queries — list open cases, convert leads, update opportunities. Pagination and rate limits are handled automatically.

Features

Give AI agents full SSCV2 access

65+ SSCV2 Services

Full coverage: CRM, Service, Activities, Sales, Products, Surveys, Mashups, Visits, Identity (incl. SCIM), Extensibility, Workflow, ML/AI, and more.

290+ AI Tools

Standard CRUD plus specialized actions: lead conversion, case status changes, opportunity stage transitions, attachment uploads, extension field provisioning, UI customization.

OData-Style Queries

$filter, $top, $skip, $expand, $select, $orderby — query SSCV2 data naturally.

Automatic Pagination

Up to 10,000 records per collection. paginate_all flag for larger datasets.

Rate Limit Handling

429 responses handled automatically with exponential backoff.

BTP Marketplace Ready

OSBA service broker, multi-tenant routing, XSUAA-secured. Subscribe to one server from any BTP subaccount; bring your own SSCV2 credentials per tenant.

API Coverage

The full SSCV2 API surface

Core CRM

Account, Contact, Individual Customer, Opportunity, Lead, Business Partner

Service

Case, Installed Base, Registered Product, Warranty, Functional Location, Service Level

Activities

Appointment, Task, Phone/Email/Chat/In-Person Interaction, Activity Plan, Visit

Sales

Sales Quote, Sales Territory, Campaign, Target Group, Survey, Survey Response

Products

Product, Product Group, Competitor, Competitor Product, Org Unit, Account Hierarchy

Extensions

Repository, Extension fields, UI customization, Custom services, Mashup, Page Layout, Alert, Notification, Workflow, ML/AI scenarios

Identity & Platform

IAM users, roles, tokens, OAuth2 configs, SCIM Users/Groups, Shell, Admin, I18N, Audit logs, CTI, Channels

Deployment Options

stdio for local AI clients (Claude Desktop, Cursor, Cline, Windsurf), StreamableHTTP for production on SAP BTP — multi-tenant via OSBA service broker.

stdio

stdio

Drop-in for Claude Desktop, Cursor, Cline, Windsurf, and any MCP-compatible AI client. Point at your SSCV2 tenant — done.

StreamableHTTP

StreamableHTTP

Multi-tenant on SAP BTP Cloud Foundry. Subscribe via the BTP marketplace — XSUAA-secured, OSBA service broker, tenant credentials isolated per subscription.

FAQ

Frequently Asked Questions

What is the Model Context Protocol (MCP)?
An open standard that lets AI assistants call external tools and data sources in a controlled way — see modelcontextprotocol.io. Our server implements it for SAP Sales & Service Cloud V2.
Which AI clients work with the MCP Server?
Claude Desktop, Cursor, ChatGPT, Cline, Windsurf — any MCP-compatible host. Locally via stdio, or over StreamableHTTP for the managed service on SAP BTP.
What do "65+ services and 290+ tools" cover?
The full SSCV2 API surface: accounts, contacts, opportunities, leads, cases, activities, products, surveys, workflow, extensibility, identity, and more. On top of CRUD there are specialized actions like lead conversion, case status changes, and attachment uploads — with OData-style queries ($filter, $expand, $top).
What is the difference between open source and the managed service?
The open-source server on GitHub is free — run it locally and point it at your SSCV2 tenant. The managed service runs multi-tenant on SAP BTP, subscribed via the BTP marketplace, in Free, Pro, and Enterprise plans. Paid enterprise deployment support is also available.
How is access secured?
The local stdio server runs in your environment with your own SSCV2 credentials. The managed service on SAP BTP is XSUAA-secured; each subscription brings its own SSCV2 credentials, isolated per tenant via the OSBA service broker.
Get started

Ready to put AI agents inside SSCV2?

Clone the open-source server for free, or subscribe to the managed multi-tenant service on SAP BTP. Three plans — Free, Pro, Enterprise.