Analizzatore Service Types

    Convalida un file serviceTypes.json di un connettore Metavshn per coerenza strutturale e di chiavi.

    100% locale — il tuo file non lascia mai il browser.

    Input

    For AI agents (MCP)

    The same validator is available as a zero-dependency stdio MCP server. Point Claude Desktop, Cursor, Cline, Continue, or any MCP-capable agent at it.

    curl -L -o servicetypes-mcp.mjs https://metavshn.com/mcp/servicetypes-mcp.mjs
    
    # then in your agent's MCP config:
    {
      "mcpServers": {
        "servicetypes": {
          "command": "node",
          "args": ["/absolute/path/to/servicetypes-mcp.mjs"]
        }
      }
    }