io.github.RCS-kz/mcp-1c✓
io.github.RCS-kz/mcp-1c · v0.1.0
{}server.json
The full server descriptor as registered with IndusMCP.
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.RCS-kz/mcp-1c",
"description": "MCP server for 1C:Enterprise — read+write CRM/ERP through Claude/Cursor/Cline.",
"repository": {
"url": "https://github.com/rcs-kz/mcp-1c",
"source": "github"
},
"version": "0.1.0",
"websiteUrl": "https://www.npmjs.com/package/@rcs-kz/mcp-1c",
"packages": [
{
"registryType": "npm",
"identifier": "@rcs-kz/mcp-1c",
"version": "0.1.0",
"runtimeHint": "node>=16, python>=3.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "URL of the 1C HTTP service (with MCPService extension installed)",
"isRequired": true,
"name": "MCP_1C_BASE"
},
{
"description": "1C user with API access",
"isRequired": true,
"name": "MCP_1C_USER"
},
{
"description": "Password for the 1C user",
"isRequired": true,
"isSecret": true,
"name": "MCP_1C_PASSWORD"
},
{
"description": "RCS license token (Solo free, Pro 9900 KZT/mo, Team 39900 KZT/mo)",
"isRequired": true,
"isSecret": true,
"name": "RCS_LICENSE_KEY"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}