Kalshi Kernel
OCI · GHCR.IO/COPYLEFTDEV/KALSHI-KERNEL:0.1.1 · SCANNED AUG 22
Unofficial safety-focused MCP server for Kalshi market data and explicitly authorized trading
Available components
How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →
Supply Chain Security0
- Malware scan not yet available for this package.Unverified
- Known CVEs could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
- Install-script risk not yet assessed.Unverified
- Dependency health could not be checked: this artifact ships no SBOM, so there is no dependency list to read. Publishing one would let us assess it.Unverified
Provenance & Transparency48
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (Apache-2.0).Pass
- Actively maintained (last published 0 days ago).Pass
- Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability76
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 1034 tokens (~129/item across 8 items; 8 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
- Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
Unverified: 2 categories
Categories scored 0 because we could not verify them: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
oci · ghcr.io/copyleftdev/kalshi-kernel:0.1.1
claude mcp add copyleftdev-kalshi-kernel -- docker run --rm -i ghcr.io/copyleftdev/kalshi-kernel:0.1.1
codex mcp add copyleftdev-kalshi-kernel -- docker run --rm -i ghcr.io/copyleftdev/kalshi-kernel:0.1.1
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"copyleftdev-kalshi-kernel": {
"type": "local",
"command": [
"docker",
"run",
"--rm",
"-i",
"ghcr.io/copyleftdev/kalshi-kernel:0.1.1"
],
"enabled": true
}
}
} mcp_servers:
copyleftdev-kalshi-kernel:
command: "docker"
args: ["run", "--rm", "-i", "ghcr.io/copyleftdev/kalshi-kernel:0.1.1"] {
"mcpServers": {
"copyleftdev-kalshi-kernel": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"ghcr.io/copyleftdev/kalshi-kernel:0.1.1"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 22 Aug 26 40
First indexed and scored.
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Aug 2026 · Analysed oci/ghcr.io/copyleftdev/kalshi-kernel:0.1.1
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | oci |
| Reason | No attestation published |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
amend_order ~201
Amend the price and/or maximum fillable quantity of an existing live or paper order.
| Name | Type | Req | Description |
|---|---|---|---|
| client_order_id | string | – | Existing client order identifier. |
| count | string | yes | Desired total maximum fillable quantity; pass the existing value when changing only price. |
| order_id | string | yes | Exchange or paper order identifier. |
| price | string | yes | Desired fixed-point dollar price; pass the existing value when changing only quantity. |
| product | string | yes | Product family containing the order. Allowed values: event, perp. |
| side | string | yes | Existing single-book order side required by the upstream amend operation. Allowed values: bid, ask. |
| subaccount | integer | – | Kalshi subaccount number; defaults to the primary account. Minimum: 0. Maximum: 63. |
| ticker | string | yes | Exact market ticker used for routing and validation. |
| updated_client_order_id | string | – | New idempotency identifier for the amended order. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
cancel_order ~95
Cancel the remaining quantity of one live or paper order.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Exchange or paper order identifier. |
| product | string | yes | Product family containing the order. Allowed values: event, perp. |
| subaccount | integer | – | Kalshi subaccount number; defaults to the primary account. Minimum: 0. Maximum: 63. |
| ticker | string | yes | Exact market ticker used for routing and validation. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
get_market ~54
Get the authoritative metadata and current status for one event-contract or perpetual market.
| Name | Type | Req | Description |
|---|---|---|---|
| product | string | yes | Product family containing the ticker. Allowed values: event, perp. |
| ticker | string | yes | Exact Kalshi market ticker. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
get_orderbook ~82
Get the locally reconciled order book for one market, including freshness and sequence metadata.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | integer | – | Maximum price levels to return on each side. Minimum: 1. Maximum: 100. |
| product | string | yes | Product family containing the ticker. Allowed values: event, perp. |
| ticker | string | yes | Exact Kalshi market ticker. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
get_portfolio ~75
Return balances, positions, resting orders, and recent fills from the selected live or paper ledger.
| Name | Type | Req | Description |
|---|---|---|---|
| product | string | yes | Product family to report. Allowed values: event, perp. |
| subaccount | integer | – | Kalshi subaccount number; defaults to the primary account. Minimum: 0. Maximum: 63. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
kernel_status ~32
Report the immutable execution mode, backend readiness, market-data freshness, and enabled capabilities. Call this before any trading operation.
Input schema present but exposes no named parameters.
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
place_order ~292
Validate and place one order through the configured execution backend. In paper mode this can only affect the local simulated ledger.
| Name | Type | Req | Description |
|---|---|---|---|
| cancel_order_on_pause | boolean | – | Cancel the resting order if exchange trading pauses. |
| client_order_id | string | – | Stable caller-provided idempotency identifier. The kernel generates one when omitted. |
| count | string | yes | Fixed-point contract quantity encoded as a decimal string. |
| expiration_time | integer | – | Optional Unix time in seconds; only valid with good_till_canceled. |
| post_only | boolean | – | Reject rather than immediately take liquidity. |
| price | string | yes | Fixed-point dollar price encoded as a decimal string. |
| product | string | yes | Product family containing the market. Allowed values: event, perp. |
| reduce_only | boolean | – | Prevent the order from increasing exposure. |
| self_trade_prevention_type | string | yes | Exchange self-trade prevention policy. Allowed values: taker_at_cross, maker. |
| side | string | yes | Single-book order side. Allowed values: bid, ask. |
| subaccount | integer | – | Kalshi subaccount number; defaults to the primary account. Minimum: 0. Maximum: 63. |
| ticker | string | yes | Exact Kalshi market ticker. |
| time_in_force | string | yes | Exchange time-in-force policy. Allowed values: fill_or_kill, good_till_canceled, immediate_or_cancel. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.
search_markets ~141
Find event-contract or perpetual markets using structured filters. Returns compact summaries suitable for choosing a ticker.
| Name | Type | Req | Description |
|---|---|---|---|
| cursor | string | – | Pagination cursor returned by a previous call. |
| event_ticker | string | – | Restrict event contracts to one event. |
| limit | integer | – | Maximum number of markets to return. Minimum: 1. Maximum: 1000. |
| product | string | yes | Product family to search. Allowed values: event, perp. |
| series_ticker | string | – | Restrict event contracts to one series. |
| status | string | – | Exchange market status filter. |
| tickers | array | – | Exact market tickers to include. |
| Name | Type | Req | Description |
|---|---|---|---|
| data | object | – | – |
| error | null|object | – | – |
| mode | string | yes | – |
| ok | boolean | yes | – |
No examples provided.