com.microsoft.esrp/esrp-oss-mcp-test
Quality Score
82
/100
The ESRP OSS MCP server exposes tools to discover & validate trusted Microsoft OSS Packages.
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://esrp-mcp-server-{env}.azurewebsites.net/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "npx",
"args": [
"-y",
"@microsoft/esrp-release-test-integration"
]
}
}
}Cline (cline_mcp_settings.json)
npx -y @microsoft/esrp-release-test-integrationClaude Desktop (uvx)
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "uvx",
"args": [
"esrp_release_test"
]
}
}
}Claude Desktop (Docker)
{
"mcpServers": {
"esrp-oss-mcp-test": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/sravanmsft/esrp-oss-mcp-test:latest"
]
}
}
}§03 MCP Quality Score · methodology
freshness
22
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.