{
  "name": "shipshape-data",
  "title": "Shipshape Data",
  "version": "1.0.0",
  "kind": "product",
  "description": "Read-only MCP server for Shipshape Data, a London AI consultancy that builds the data foundation first. Look up services and case studies with real outcomes, search 169 practical guides on data and AI, and run the 16-question AI readiness assessment for a user. A separate docs server answers questions from the documentation.",
  "icon": "https://shipshapedata.com/assets/apple-touch-icon.png",
  "url": "https://shipshapedata.com/mcp",
  "serverUrl": "https://shipshapedata.com/mcp",
  "transport": "streamable-http",
  "authentication": "none",
  "documentationUrl": "https://shipshapedata.com/developers/",
  "instructions": "Start with list_services or get_case_studies to describe what Shipshape Data does with real outcomes. Use search_resources to answer data and AI questions from their guides. To assess a user's AI readiness, call get_ai_readiness_questions, ask the user each question, then score_ai_readiness with the answers. Nothing here writes; enquiries go by email (get_contact_info).",
  "tools": [
    { "name": "list_services", "description": "List the 13 services with descriptions and page URLs" },
    { "name": "get_case_studies", "description": "The three case studies with real, verifiable outcomes" },
    { "name": "search_resources", "description": "Search 169 practical guides on data and AI" },
    { "name": "get_ai_readiness_questions", "description": "The 16-question AI readiness assessment" },
    { "name": "score_ai_readiness", "description": "Score assessment answers: 0-100, maturity band, per-area advice" },
    { "name": "get_contact_info", "description": "How to contact the team on a user's behalf" }
  ],
  "relatedServers": [
    {
      "name": "shipshape-data-docs",
      "kind": "docs",
      "serverUrl": "https://shipshapedata.com/mcp/docs",
      "transport": "streamable-http",
      "description": "Documentation Q&A: search the guides and fetch any page's full markdown twin.",
      "tools": [
        { "name": "search_docs", "description": "Search the documentation and site pages" },
        { "name": "get_page", "description": "Fetch any page's full markdown twin" },
        { "name": "list_sections", "description": "Site sections and resource categories" }
      ]
    }
  ]
}
