S

Knowledge Pack Files

Schufa Credit Bureau Skill Pack Files

Browse the source files that power the Schufa Credit Bureau MCP server knowledge pack.

Available free v0.1.0 Browser
$ sidebutton install schufa
Download ZIP
start/_skill.md
2.6 KB

Dashboard Overview

The Start page is the authenticated landing surface of app.schufa.de. It greets the user by first name and surfaces two primary CTAs — one routes to the score breakdown, the other to the stored data entries — plus a teaser card for the Identitätsschutz product.

Page Structure

+-- Banner (logo, profile avatar chip) ---------------+
+-- Tabs: Start | Score & Bonität | Identitätsschutz | Service +
|                                                      |
|  "Hallo {Vorname},"                                   |
|  [Zur Score-Berechnung] -> /bonidata/ngs              |
|                                                      |
|  "Welche Daten speichert die SCHUFA über mich?"      |
|  - Anfragen                                          |
|  - Vertragsdaten                                     |
|  - Zahlungsstörungen                                 |
|  [Zu den Einträgen] -> /bonidata                     |
|                                                      |
|  "Mit der SCHUFA sicher im Netz surfen?"             |
|  [Zum Identitätsschutz] -> /identitaetsschutz        |
|                                                      |
|  [Hilfe benötigt?]   [Feedback geben]                |
+--+ Footer (Datenschutz | AGB | Impressum | Cookies) +

Key Elements

ElementSelector hintNotes
Greeting headingmain h1, text starts with "Hallo "Includes user's Vorname
Score CTAbutton:has-text("Zur Score-Berechnung")Navigates to /bonidata/ngs
Entries CTAbutton:has-text("Zu den Einträgen")Navigates to /bonidata
Identitätsschutz CTAbutton:has-text("Zum Identitätsschutz")Navigates to /identitaetsschutz
Help buttonbutton:has-heading("Hilfe benötigt?")Opens help modal or routes to Service
Feedback buttonbutton:has-heading("Feedback geben")Opens product feedback survey

Common Tasks

Verify the user is logged in. Navigate /, snapshot, assert presence of the "Hallo {firstname}," heading. If a login form appears instead, session expired.

Jump to score detail. Click "Zur Score-Berechnung" — destination is /bonidata/ngs.

Jump to data entries. Click "Zu den Einträgen" — destination is /bonidata.

Coverage Status

Confidence is low because only the surface layout has been observed; the help-modal contents, feedback-survey flow, and per-element a11y attributes have not been verified.