Unofficial local MCP server for Livespace CRM with read tools and guarded writes.
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.
livespace-crm-mcp · npm · 0.1.1
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.proAutomator/livespace-crm-mcp",
"description": "Unofficial local MCP server for Livespace CRM with read tools and guarded writes.",
"title": "Livespace CRM MCP Server",
"repository": {
"url": "https://github.com/proAutomator/livespace-crm-mcp",
"source": "github",
"id": "1324035008"
},
"version": "0.1.1",
"websiteUrl": "https://github.com/proAutomator/livespace-crm-mcp#readme",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "livespace-crm-mcp",
"version": "0.1.1",
"transport": {
"type": "streamable-http",
"url": "http://127.0.0.1:{MCP_PORT}/mcp",
"headers": [
{
"value": "Bearer {MCP_AUTH_TOKEN}",
"name": "Authorization"
}
]
},
"environmentVariables": [
{
"description": "Loopback port used by the local MCP server.",
"format": "number",
"default": "3020",
"name": "MCP_PORT"
},
{
"description": "Bare Livespace workspace subdomain, without protocol or domain suffix.",
"isRequired": true,
"format": "string",
"placeholder": "your-workspace",
"name": "LIVESPACE_SUBDOMAIN"
},
{
"description": "Per-user Livespace API key.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LIVESPACE_API_KEY"
},
{
"description": "Per-user Livespace API secret.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "LIVESPACE_API_SECRET"
},
{
"description": "Random bearer token of at least 32 bytes, also sent by the client.",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "MCP_AUTH_TOKEN"
},
{
"description": "Expose write tools. Keep false unless writes are deliberately required.",
"format": "boolean",
"default": "false",
"name": "LIVESPACE_MCP_ENABLE_WRITES"
},
{
"description": "Random HMAC key of at least 32 bytes. Required when writes are enabled.",
"format": "string",
"isSecret": true,
"name": "MCP_REQUEST_STATE_KEY"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-07T16:01:58.627226Z",
"publishedAt": "2026-08-07T16:01:58.627226Z",
"updatedAt": "2026-08-07T16:01:58.627226Z",
"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.1.1last 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.