Open execution contract for agents doing business work. 6 operators, one MIT-licensed spec.
What it says
The record the registry holds
Where it answers
https://api.chieflab.io/api/mcp · streamable-http
How you get it
It also ships as a package you run yourself.
@chieflab/mcp-server · npm · 0.1.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.bdentech/chieflab",
"description": "Open execution contract for agents doing business work. 6 operators, one MIT-licensed spec.",
"title": "ChiefLab",
"repository": {
"url": "https://github.com/bdentech/chiefmo-agent",
"source": "github",
"subfolder": "packages/mcp-server"
},
"version": "0.3.0",
"websiteUrl": "https://chieflab.io",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@chieflab/mcp-server",
"version": "0.1.0",
"runtimeHint": "node",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer key. Get one at https://chieflab.io/get-key. Or run `npx @chieflab/cli login` after install for a saved-config alternative.",
"isRequired": true,
"isSecret": true,
"name": "CHIEFLAB_API_KEY"
}
]
}
],
"remotes": [
{
"type": "streamable-http",
"url": "https://api.chieflab.io/api/mcp",
"headers": [
{
"description": "Bearer clp_live_<your-key> or clp_dev_<your-key>. Get one at https://chieflab.io/get-key (one click, no email) or programmatically via the chieflab_signup_workspace tool. Raw key (no `Bearer ` prefix) is also accepted for gateway compatibility.",
"isRequired": true,
"isSecret": true,
"name": "Authorization"
}
]
}
],
"_meta": {}
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-12T12:56:43.576464Z",
"publishedAt": "2026-05-12T12:56:43.576464Z",
"updatedAt": "2026-05-12T12:56:43.576464Z",
"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 0.3.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.