Esrp MCP Server Test runs on your own machine — the client starts it, so there is no endpoint to ping.
The Microsoft OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
The linked repository no longer exists on GitHub — it was deleted or made private.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add esrp-mcp-server-test -- npx -y esrpmicrosoft-oss-mcp-test
{
"mcpServers": {
"esrp-mcp-server-test": {
"args": [
"-y",
"esrpmicrosoft-oss-mcp-test"
],
"command": "npx"
}
}
}
[mcp_servers.esrp-mcp-server-test]
command = "npx"
args = ["-y", "esrpmicrosoft-oss-mcp-test"]
{
"mcpServers": {
"esrp-mcp-server-test": {
"args": [
"-y",
"esrpmicrosoft-oss-mcp-test"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"esrp-mcp-server-test": {
"args": [
"-y",
"esrpmicrosoft-oss-mcp-test"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.