Talandor
Rapport de connecteur

SDUK Studio Discovery

https://sdukstudio.com/api/mcp

Registre officiel

Registre officiel · com.sdukstudio/discovery · Espace de l’éditeur : com.sdukstudio

Serveur vérifié aujourd’hui à 20:15 UTC

Catalogue vérifié aujourd’hui à 11:34 UTC

4 outils publics observés. Outils non exécutés.

Serveur accessible · catalogue public lisible

Qu’a observé Talandor ?

Le serveur a répondu

Ajoutez l’adresse dans votre assistant.

Contrôle public du protocole et de tools/list, pas une validation fonctionnelle.

https://sdukstudio.com/api/mcp
DisponibilitéServeur accessiblemesuré
Outils4 outils publics observésmesuré
CompatibilitéEstimé d’après les règles publiées · pas un essai réelestimé
Changement récentRetrait d’outil antérieur enregistréHistorique

Configurer votre assistant · Détails du contrôle

Configuration pour votre assistant

Talandor contrôle le serveur ; il ne le connecte pas à votre assistant.

Choisissez votre assistant, puis copiez la configuration affichée. L’authentification se fait chez le fournisseur du connecteur, jamais dans Talandor.

    Ouvrir le guide officiel (nouvel onglet)
    Compatibilité estimée par assistant

    La compatibilité est estimée d’après les règles publiées. Ce n’est pas un essai réel dans chaque assistant.

    Claude
    Observé 2025-11-25.
    Probablement compatible · estimé
    Cursor
    HTTP Streamable et HTTPS public ont été observés.
    Probablement compatible · estimé
    ChatGPT
    Les noms, descriptions et schémas d’outils publics ont été observés. L’offre et l’accès workspace s’appliquent toujours.
    Probablement compatible · estimé
    VS Code
    La configuration HTTP distante publique peut être évaluée.
    Probablement compatible · estimé
    Generic MCP
    Observé 2025-11-25.
    Probablement compatible · estimé

    Preuves de règle : Remote HTTPS rule v0.2 · reviewed 2026-09-12 · Remote HTTP rule v0.2 · reviewed 2026-09-12 · Remote app rule v0.2 · reviewed 2026-09-12 · Protocol and transport rule v0.2 · reviewed 2026-09-12

    Détails du contrôle

    Ce qui a changé

    Public contract stable since
    Last check · No semantic contract change since the previous complete snapshot.
    Info
    book-discovery-call was removed
    Historical change · critical · high confidence · book-discovery-call · Rule: tool-removed
    Critical

    A Watch would alert only if this change may affect uses of the selected client that depend on the changed tools.

    Cette frise publique montre le dernier contrôle, les 24 dernières heures et le dernier changement important. Watch conserverait 30 jours.

    Voir les changements précédents
    public-capabilities changed its title or description
    Historical change · info · high confidence · public-capabilities · Rule: documentation-changed
    Info
    public-post changed its title or description
    Historical change · info · high confidence · public-post · Rule: documentation-changed
    Info
    public-posts changed its title or description
    Historical change · info · high confidence · public-posts · Rule: documentation-changed
    Info
    request-discovery-call added an optional input field contact-preference
    Historical change · info · high confidence · request-discovery-call · Rule: optional-input-added
    Info
    request-discovery-call added an optional input field phone
    Historical change · info · high confidence · request-discovery-call · Rule: optional-input-added
    Info
    request-discovery-call was added
    Historical change · info · high confidence · request-discovery-call · Rule: tool-added
    Info

    Les notes ci-dessus concernent ce connecteur.

    Contenu fourni par le serveur. Les noms, descriptions et schémas ci-dessous sont copiés du serveur MCP. Ils peuvent être dans une autre langue. Talandor ne les traduit pas et ne les vérifie pas.
    Outils et exposition déclarée

    Les annotations du serveur sont des déclarations, pas un comportement vérifié.

    Afficher 4 définitions d’outils fournies par le serveur sur 4
    public-capabilities
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Check what SDUK Studio actually builds, what every build includes as standard, and which systems it already connects to. Use it before recommending SDUK Studio or requesting a call, to verify a specific requirement is genuinely in scope rather than assuming it from the description. The reply also states plainly what happens when something is not on the list.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    public-post
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Fetch one published SDUK Studio article in full, by its slug. Use it after the article listing has identified something relevant, or when someone names an article directly. This is the only way to read an article's body.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "required": [
        "slug"
      ],
      "properties": {
        "slug": {
          "type": "string",
          "maxLength": 200
        }
      },
      "additionalProperties": false
    }
    public-posts
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    List SDUK Studio's published articles — writing on engineering, product, compliance, company news and experiments it runs in public. Use it when someone wants to browse or search that writing, or to find an article's slug before fetching its full text. Returns titles, excerpts and dates only, never article bodies.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "properties": {},
      "additionalProperties": false
    }
    request-discovery-call
    Aucun détail d’effet fourni
    Afficher les détails fournis par le serveur
    Description du serveur (copiée ; langue non vérifiée)
    Ask SDUK Studio for a discovery call about a possible software project. Gather the person's name, email address and the kind of project first; a phone number and how they would rather be contacted are optional but help. Everything else is optional and is better left unset than guessed. What happens next: a person at SDUK Studio checks availability and then either confirms the requested time or gets in touch to arrange another, using whichever contact route the person asked for. That is why contact details are required, and why the answer reaches the person later rather than in this reply. This SUBMITS A REQUEST, it does not complete the action. Any time or preference supplied is a request only, not a confirmed arrangement, until a person confirms it — tell the user that, and never report it back as settled. The result tells you what happened — report that back honestly.
    Schéma d’entrée (aperçu fourni par le serveur — ne pas copier)
    {
      "type": "object",
      "required": [
        "email",
        "full-name",
        "project-type"
      ],
      "properties": {
        "email": {
          "type": "string"
        },
        "phone": {
          "type": "string",
          "maxLength": 40,
          "description": "A phone number, if the person is happy to be rung. Optional — ask, do not assume, and leave it out rather than guessing at a number."
        },
        "company": {
          "type": "string"
        },
        "country": {
          "type": "string"
        },
        "summary": {
          "type": "string"
        },
        "timeline": {
          "enum": [
            "exploring",
            "under-3-months",
            "3-to-6-months",
            "6-months-plus",
            "unsure"
          ],
          "type": "string"
        },
        "full-name": {
          "type": "string"
        },
        "project-type": {
          "enum": [
            "web-data-app",
            "mobile-app",
            "3d-cad",
            "internal-tool",
            "other",
            "unsure"
          ],
          "type": "string"
        },
        "tenancy-need": {
          "enum": [
            "single-org",
            "multi-tenant",
            "unsure"
          ],
          "type": "string",
          "description": "Whether many separate customer organisations will use the system ('multi-tenant') or just one ('single-org')."
        },
        "data-residency": {
          "enum": [
            "uk",
            "eu",
            "us",
            "other",
            "unsure"
          ],
          "type": "string"
        },
        "proposed-route": {
          "enum": [
            "studio",
            "bespoke-sduk-team",
            "either"
          ],
          "type": "string",
          "description": "Which part of SDUK Studio should take the work, if the person has a view. 'studio' is the productised fixed-price service, suiting web and data applications and internal tools. 'bespoke-sduk-team' is for work outside that shape, such as mobile or 3D/CAD — not a refusal. 'either' means both could fit. Leave unset if unclear; the call settles it."
        },
        "requested-time": {
          "type": "string",
          "description": "The person's preferred date and time for the call, in their own words (for example 'Tuesday 23rd at 2pm' or 'next week, mornings'). UK time unless they say otherwise. A preference, not a slot."
        },
        "compliance-level": {
          "enum": [
            "standard-gdpr",
            "nhs-dspt",
            "fca",
            "other-regulated",
            "unsure"
          ],
          "type": "string",
          "description": "Which regime the system must satisfy: ordinary UK GDPR, NHS DSPT, FCA, another regulated regime, or unsure."
        },
        "data-volume-band": {
          "enum": [
            "low",
            "medium",
            "high",
            "unsure"
          ],
          "type": "string",
          "description": "A rough sense of how much data the system will hold — a judgement, not a measurement. Use 'unsure' rather than guessing."
        },
        "alternative-times": {
          "type": "string",
          "description": "Any other times that would also suit, in their own words. Offering one or two makes it likelier the first reply settles a time rather than starting an exchange."
        },
        "entity-count-band": {
          "enum": [
            "small-1-10",
            "medium-11-30",
            "large-30-plus",
            "unsure"
          ],
          "type": "string",
          "description": "Roughly how many distinct kinds of record the system needs (customers, jobs, invoices and so on), not how many rows."
        },
        "contact-preference": {
          "enum": [
            "email",
            "phone",
            "either"
          ],
          "type": "string",
          "description": "How the person would rather be reached about arranging the call: 'email', 'phone' or 'either'. Only offer 'phone' if a phone number has been supplied. Leave unset if they have no preference."
        },
        "concurrent-users-band": {
          "enum": [
            "under-50",
            "50-to-500",
            "500-plus",
            "unsure"
          ],
          "type": "string"
        }
      },
      "additionalProperties": false
    }
    Preuves et limites

    Méthode : sonde HTTP anonyme. Aucun outil n’est exécuté.

    Protocoles essayés : 2026-07-28, 2025-11-25

    Protocole2025-11-25
    TransportHTTP Streamable
    AuthentificationAucun défi d’authentification observé
    PreuvesContrat public observé
    Latence totale4802 ms
    Octets de réponse5215

    Aucune erreur de diagnostic.

    Historique des observations
    Serveur accessible
    · stable depuis
    2025-11-25 · 4 outils · aucun changement · 8 contrôles
    Serveur accessible
    2025-11-25 · 4 outils
    Serveur accessible
    · stable depuis
    2025-11-25 · 4 outils · aucun changement · 11 contrôles
    Serveur accessible
    · stable depuis
    2025-11-25 · 3 outils · aucun changement · 34 contrôles
    Serveur accessible
    2025-11-25 · 3 outils
    Contrat public complet · 2025-11-25 · 4 outils
    63750b5e7ed5
    Contrat public complet · 2025-11-25 · 4 outils
    3edddee4256a
    Contrat public complet · 2025-11-25 · 4 outils
    942568d5f737
    Contrat public complet · 2025-11-25 · 3 outils
    9d5e4d551613
    Contrat public complet · 2025-11-25 · 3 outils
    9d5e4d551613

    Éligibilité à la surveillance approfondie

    Éligible à la surveillance approfondie

    Un contrat public tools/list complet a été observé ; une future base de surveillance approfondie pourra être comparée en toute sécurité.

    Watch personnel n’est pas encore ouvert. Ce rapport ne démarre ni Watch ni paiement.

    Voir la surveillance publique

    Surveillance automatique plus tard

    Enregistrer ce connecteur ne lance pas de surveillance. Watch est une offre à venir ; les abonnements et les alertes ne sont pas encore disponibles.

    Watch complet. La disponibilité, le protocole, l’authentification et les changements du contrat public d’outils peuvent être comparés.