What problem does it solve? Agents and developers often need programmatic access to official SAP tutorial content without authentication, but lack a documented map of the public endpoints for discovery, retrieval, and search. ## Core Features & Use Cases - Catalog Discovery: Retrieve the full catalog of missions, groups, and tutorials as JSON via /build/catalog, plus navigation mappings and slug lookups. - Tutorial Retrieval: Fetch a specific tutorial as rendered HTML or structured .model.json using its lowercase slug. - Anonymous Search: Query the OData v4 search service with keywords, filters, and typed functions like search_tutorials and list_missions. - MCP Integration: Connect any MCP-capable agent to the public Streamable HTTP endpoints at /mcp/search and /mcp/graph for live tutorial search. - Use Case: An agent answering "How do I deploy a CAP app to BTP?" can search the catalog, fetch the relevant tutorial's structured JSON, and cite the official steps. ## Quick Start Ask the agent to search developers.sap.com for tutorials on a topic such as CAP and summarize the top results.