An MCP server for the ASD-STE100 (Simplified Technical English) Issue 9 standard.
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
uvx biz-dfch-asdste100mcp
MCP client config
{
"mcpServers": {
"asd-ste100-simplified-technical-english": {
"command": "uvx",
"args": [
"biz-dfch-asdste100mcp"
]
}
}
}