
Give Claude full access to your SSCV2 data
34 REST APIs, 200+ tools, OData-style queries — all via Model Context Protocol
// Example: List all open cases
{
"tool": "cases_list",
"arguments": {
"$filter": "status eq 'open'",
"$top": 10,
"$expand": "account"
}
}Features
Give AI agents full SSCV2 access
34 REST APIs
Every active SSCV2 service covered: CRM, Service, Activities, Sales, Products, and more.
200+ Tools
Specialized tools for sub-resources and business actions like status changes and lead conversion.
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.
Three Auth Modes
Basic, token (production), and bearer authentication. Deploy anywhere.
API Coverage
Core CRM
Account, Contact, Individual Customer, Opportunity, Lead
Service
Case, Installed Base, Registered Product, Warranty
Activities
Appointment, Task, Phone/Email/Chat Interaction
Sales
Sales Quote, Sales Territory, Campaign
Products
Product, Product Group, Competitor
IAM
SCIM User, SCIM Group, Token
Deployment Options
stdio (local dev with Claude Desktop) or StreamableHTTP (production on SAP BTP)
stdio
Local development with Claude Desktop. Zero config, instant setup.
StreamableHTTP
Production deployment on SAP BTP. Multi-user, scalable, enterprise-ready.
Ready to connect Claude to SSCV2?
Get started with the open-source MCP Server or contact us for enterprise deployment on SAP BTP.