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": "systems.blacklake/gateway",
"description": "Governed MCP gateway: approval gates, signed audit receipts, and cost control for agent tool calls.",
"version": "1.2.0",
"websiteUrl": "https://www.blacklake.systems",
"packages": [
{
"registryType": "npm",
"identifier": "blacklake",
"version": "1.2.0",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"packageArguments": [
{
"description": "Starts the MCP stdio bridge. Pairs with a local API started by npx blacklake serve.",
"value": "mcp",
"type": "positional"
}
],
"environmentVariables": [
{
"description": "URL of the BlackLake API the bridge forwards to. Defaults to http://localhost:3100 (the address npx blacklake serve listens on).",
"format": "string",
"name": "BLACKLAKE_API_URL"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://api.blacklake.systems/mcp",
"headers": [
{
"description": "Bearer <your BlackLake API key>. Create a key at https://console.blacklake.systems (free while in beta). Per-upstream gateway paths live at /mcp/u/<upstream-id>.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-24T18:24:48.495839Z",
"publishedAt": "2026-07-24T18:24:48.495839Z",
"updatedAt": "2026-07-24T18:24:48.495839Z",
"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 1.2.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.