Service-Types-Analyzer
Prüfe die serviceTypes.json eines Metavshn-Konnektors auf strukturelle und Schlüssel-Konsistenz.
100 % lokal — deine Datei verlässt den Browser nicht.
Eingabe
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"]
}
}
}