If you're building applications with SAP's Cloud Application Programming Model, this server gives Claude direct access to your CDS model definitions and CAP documentation. It exposes two tools: search_model for fuzzy searching through compiled entities, services, and HTTP endpoints in your Core Schema Notation, and search_docs for semantic search across preprocessed CAP documentation using local vector embeddings. The semantic search runs entirely on your machine via onnxruntime-web. You'd reach for this when you want Claude to understand your service structure, entity relationships, and CAP-specific APIs without manually feeding context or repeatedly checking docs for Node.js query syntax and CDS modeling patterns.
claude mcp add --transport stdio cap-js-mcp-server -- npx -y @cap-js/mcp-server