Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.
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.
karbon-mcp-server · npm · 0.2.4
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.Mad-Man-Dan/karbon-mcp-server",
"description": "Unofficial MCP server for Karbon practice management: contacts, work, time, invoices, payments.",
"repository": {
"url": "https://github.com/Mad-Man-Dan/karbon-mcp-server",
"source": "github"
},
"version": "0.2.4",
"packages": [
{
"registryType": "npm",
"identifier": "karbon-mcp-server",
"version": "0.2.4",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Bearer token (Application Authorization Token) from Karbon → Settings → Connected Apps → API Applications",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KARBON_BEARER_TOKEN"
},
{
"description": "Access key (JWT starting with 'ey') from Karbon → Settings → Connected Apps → API Applications",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "KARBON_ACCESS_KEY"
},
{
"description": "Set to 'true' to disable all create/update tools (they are not registered at all)",
"format": "string",
"name": "KARBON_READ_ONLY"
},
{
"description": "Set to 'true' to enable the payment write tools (create/delete/reverse manual payments); off by default",
"format": "string",
"name": "KARBON_ALLOW_PAYMENT_WRITES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-16T05:43:29.898383Z",
"publishedAt": "2026-07-16T05:43:29.898383Z",
"updatedAt": "2026-07-16T05:43:29.898383Z",
"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 0.2.4last 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.