There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
bmc-helix-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.rod-anami-kyndryl/bmc-helix-mcp",
"description": "A MCP Server for BMC Helix ITSM API.",
"repository": {
"url": "https://github.com/rod-anami-kyndryl/bmc-helix-mcp",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "bmc-helix-mcp",
"version": "0.1.1",
"transport": {
"type": "streamable-http",
"url": "http://localhost:{MCP_PORT}/mcp"
},
"environmentVariables": [
{
"description": "BMC Helix Entry level REST API URL endpoint.",
"isRequired": true,
"format": "string",
"default": "https://your-helix-instance.onbmc.com/api/arsys/v1/entry/",
"placeholder": "https://your-helix-instance.onbmc.com/api/arsys/v1/entry/",
"name": "HELIX_API_URL"
},
{
"description": "BMC Helix JWT Login endpoint URL.",
"isRequired": true,
"format": "string",
"default": "https://your-helix-instance.onbmc.com/api/jwt/login",
"placeholder": "https://your-helix-instance.onbmc.com/api/jwt/login",
"name": "HELIX_TOKEN_URL"
},
{
"description": "BMC Helix API Username/UserID.",
"isRequired": true,
"format": "string",
"placeholder": "your_username",
"name": "HELIX_USERID"
},
{
"description": "BMC Helix API User Password.",
"isRequired": true,
"format": "string",
"isSecret": true,
"placeholder": "your_password",
"name": "HELIX_PASSWORD"
},
{
"description": "Path to the retrieved BMC Helix TLS certificate chain.",
"format": "filepath",
"default": "./certs/helix-certs.pem",
"placeholder": "./certs/helix-certs.pem",
"name": "HELIX_CERT_PATH"
},
{
"description": "The port number on which the MCP Server should run.",
"format": "number",
"default": "4044",
"placeholder": "4044",
"name": "MCP_PORT"
},
{
"description": "Optional Bearer token to secure the MCP Server communication.",
"format": "string",
"isSecret": true,
"placeholder": "your_mcp_secret_token",
"name": "MCP_AUTH_TOKEN"
},
{
"description": "Set to true to run the MCP Server with secure TLS (HTTPS).",
"format": "boolean",
"default": "true",
"name": "MCP_TLS_ENABLED"
},
{
"description": "Path to the TLS private key file.",
"format": "filepath",
"default": "./certs/mcp-server.key",
"placeholder": "./certs/mcp-server.key",
"name": "MCP_TLS_KEY"
},
{
"description": "Path to the TLS certificate file.",
"format": "filepath",
"default": "./certs/mcp-server.crt",
"placeholder": "./certs/mcp-server.crt",
"name": "MCP_TLS_CERT"
},
{
"description": "Path to the TLS Certificate Authority (CA) file.",
"format": "filepath",
"default": "./certs/ca.crt",
"placeholder": "./certs/ca.crt",
"name": "MCP_TLS_CA"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-07-15T18:02:12.650789Z",
"publishedAt": "2026-07-15T18:02:12.650789Z",
"updatedAt": "2026-07-15T18:02:12.650789Z",
"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.