Service Types Analyzer
Validate a Metavshn connector serviceTypes.json file for structural and key-reference consistency.
100% local — your file never leaves the 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"]
}
}
}