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.cejor6/kalshi-mcp-server",
"description": "MCP server for Kalshi prediction markets: native RSA-PSS auth, rate limiting, demo/prod safety.",
"title": "Kalshi Prediction Markets",
"repository": {
"url": "https://github.com/cejor6/kalshi-mcp-server",
"source": "github"
},
"version": "0.1.8",
"packages": [
{
"registryType": "pypi",
"identifier": "kalshi-mcp-server",
"version": "0.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Kalshi API key ID from https://kalshi.com/account/profile",
"isRequired": true,
"format": "string",
"name": "KALSHI_API_KEY_ID"
},
{
"description": "Filesystem path to the RSA private key PEM. Set this or KALSHI_PRIVATE_KEY_PEM.",
"format": "string",
"name": "KALSHI_PRIVATE_KEY_PATH"
},
{
"description": "Inline PEM contents, for hosted deploys without filesystem access.",
"format": "string",
"isSecret": true,
"name": "KALSHI_PRIVATE_KEY_PEM"
},
{
"description": "demo or prod. Defaults to demo for safety.",
"format": "string",
"name": "KALSHI_ENV"
},
{
"description": "Must be 1 for the server to start with KALSHI_ENV=prod. Defaults to 0.",
"format": "string",
"name": "KALSHI_ALLOW_PROD"
},
{
"description": "Must be 1 for order-placement tools to operate. Read-only by default (0).",
"format": "string",
"name": "KALSHI_TRADING_ENABLED"
}
]
},
{
"registryType": "oci",
"identifier": "ghcr.io/cejor6/kalshi-mcp-server:0.1.8",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Kalshi API key ID from https://kalshi.com/account/profile",
"isRequired": true,
"format": "string",
"name": "KALSHI_API_KEY_ID"
},
{
"description": "Inline PEM contents, for hosted deploys without filesystem access.",
"format": "string",
"isSecret": true,
"name": "KALSHI_PRIVATE_KEY_PEM"
},
{
"description": "demo or prod. Defaults to demo for safety.",
"format": "string",
"name": "KALSHI_ENV"
},
{
"description": "Must be 1 for the server to start with KALSHI_ENV=prod. Defaults to 0.",
"format": "string",
"name": "KALSHI_ALLOW_PROD"
},
{
"description": "Must be 1 for order-placement tools to operate. Read-only by default (0).",
"format": "string",
"name": "KALSHI_TRADING_ENABLED"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-05-31T19:06:33.817211Z",
"publishedAt": "2026-05-31T19:06:33.817211Z",
"updatedAt": "2026-05-31T19:06:33.817211Z",
"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.8last 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.