{
  "name": "metavshn-servicetypes",
  "version": "1.0.0",
  "description": "Validate Metavshn connector serviceTypes.json files against the official schema and consistency rules.",
  "transport": "stdio",
  "runtime": { "node": ">=18" },
  "download": "https://metavshn.com/mcp/servicetypes-mcp.mjs",
  "schema": "https://metavshn.com/mcp/service-types.schema.json",
  "skill": "https://metavshn.com/mcp/SKILL.md",
  "example": "https://metavshn.com/mcp/example.serviceTypes.json",
  "ui": "https://metavshn.com/en/tools/serviceTypesAnalyzer",
  "install": {
    "mcpServers": {
      "servicetypes": {
        "command": "node",
        "args": ["/absolute/path/to/servicetypes-mcp.mjs"]
      }
    }
  },
  "tools": [
    {
      "name": "validate_service_types",
      "description": "Validate a serviceTypes.json document. Provide either `json` (raw text) or `url`.",
      "input": {
        "json": "string?",
        "url": "string?"
      }
    }
  ]
}
