the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.mux/mcp",
"description": "The official MCP Server for the Mux API",
"repository": {
"url": "https://github.com/muxinc/mux-node-sdk",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "12.8.0",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@mux/mcp",
"version": "12.8.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your Mux access token ID",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MUX_TOKEN_ID"
},
{
"description": "Your Mux access token secret",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MUX_TOKEN_SECRET"
},
{
"description": "Your JWT signing key ID, for use with signed playback IDs",
"format": "string",
"isSecret": true,
"name": "MUX_SIGNING_KEY"
},
{
"description": "Your JWT private key, for use with signed playback IDs",
"format": "string",
"isSecret": true,
"name": "MUX_PRIVATE_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.mux.com",
"headers": [
{
"description": "Optional basic authorization header you can include, combining your Access Token and Secret using HTTP Basic Auth. If not provided, authorization will be handled via OAuth.",
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2025-09-18T20:19:27.742689Z",
"publishedAt": "2025-09-18T20:19:27.742689Z",
"updatedAt": "2025-09-18T20:19:27.742689Z",
"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+jsonhosted · an address you calllocal · you run it yourselfversion 12.8.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.