Test management over MCP: author cases, run manual executions, cut releases, read health
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@m00nsolutions/mcp-server · npm · 1.5.0
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.m00nreport/mcp-server",
"description": "Test management over MCP: author cases, run manual executions, cut releases, read health",
"title": "M00N Report",
"repository": {
"url": "https://github.com/m00nreport/mcp-server",
"source": "github",
"id": "1342312311"
},
"version": "1.5.0",
"websiteUrl": "https://m00nreport.com/documentation/mcp/quick-start",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@m00nsolutions/mcp-server",
"version": "1.5.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your M00N Report URL. Root origin, no /api suffix.",
"isRequired": true,
"format": "string",
"placeholder": "https://m00nreport.com",
"name": "M00N_API_URL"
},
{
"description": "An MCP key from Settings. Anything without the m00n_mcp_ prefix is refused before the first request.",
"isRequired": true,
"format": "string",
"isSecret": true,
"placeholder": "m00n_mcp_...",
"name": "M00N_API_KEY"
},
{
"description": "Adds per-request detail to stderr, including each tool call's arguments.",
"format": "boolean",
"default": "false",
"name": "M00N_DEBUG"
},
{
"description": "Request timeout in milliseconds. A bare number; anything else falls back to the default.",
"format": "number",
"default": "30000",
"name": "M00N_TIMEOUT_MS"
},
{
"description": "Accept a self-signed certificate. Self-hosted instances only.",
"format": "boolean",
"default": "false",
"name": "M00N_INSECURE_SSL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-23T07:32:12.87713Z",
"publishedAt": "2026-08-23T07:32:12.87713Z",
"updatedAt": "2026-08-23T07:32:12.87713Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 1.5.0last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.