app.oddsrail/polymarket-kalshi-trading
PYPI · ODDSRAIL · 2 COMPONENTS · SCANNED SEP 21
Cross-venue prediction markets for AI agents: Polymarket + Kalshi, costed and attributed
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 → Why this is hard to score →
Supply Chain Security50
- Malware scan not yet available for this package.Unverified
- No known CVEs affecting this package version or its production dependencies.Pass
- Runs hatchling.build at install time, a recognised native-build step with no shell scripting around it. View diagnostics → Pass
- 1 of 58 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency32
- 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
- License check failed: the license (MIT License) isn't a recognized OSI-approved license. See how to fix → Fail
- Actively maintained (last published 9 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (good).Pass
- Tool/resource definitions use about 3064 tokens (~72/item across 42 items; 42 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management63
- Stability observed for 19 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage67
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 0% of tool parameters carry a description.Fail
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- All 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
- An AI judge read all 43 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the app.oddsrail/polymarket-kalshi-trading MCP server?
app.oddsrail/polymarket-kalshi-trading runs locally as a PyPI package, launched with uvx oddsrail. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
pypi · oddsrail
claude mcp add app-oddsrail-polymarket-kalshi-trading -- uvx oddsrail
{
"mcpServers": {
"app-oddsrail-polymarket-kalshi-trading": {
"command": "uvx",
"args": [
"oddsrail"
]
}
}
} {
"servers": {
"app-oddsrail-polymarket-kalshi-trading": {
"command": "uvx",
"args": [
"oddsrail"
]
}
}
} codex mcp add app-oddsrail-polymarket-kalshi-trading -- uvx oddsrail
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"app-oddsrail-polymarket-kalshi-trading": {
"type": "local",
"command": [
"uvx",
"oddsrail"
],
"enabled": true
}
}
} openclaw mcp add app-oddsrail-polymarket-kalshi-trading --command uvx --arg oddsrail
mcp_servers:
app-oddsrail-polymarket-kalshi-trading:
command: "uvx"
args: ["oddsrail"] {
"McpServers": {
"app-oddsrail-polymarket-kalshi-trading": {
"Transport": "stdio",
"Command": "uvx",
"Arguments": [
"oddsrail"
]
}
}
} assistant mcp add app-oddsrail-polymarket-kalshi-trading -t stdio -c uvx -a oddsrail
{
"mcpServers": {
"app-oddsrail-polymarket-kalshi-trading": {
"command": "uvx",
"args": [
"oddsrail"
]
}
}
} 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.
- 20 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 57 to 60. That category is still filling its 30-day observation window: 17 days of observed history at the previous scan, 18 at this one. The score rises as the window fills, whether or not the server changes.
- 18 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.
- 16 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.
- 14 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- 13 Sept 26 +1
No change was recorded against any check on this day. Stability & Change Management went from 33 to 37. That category is still filling its 30-day observation window: 10 days of observed history at the previous scan, 11 at this one. The score rises as the window fills, whether or not the server changes.
- 12 Sept 26 +15
- Malware scan: unverified → pass ▲ security
- 11 Sept 26 +1
- Package version: 0.17.0 → 0.18.0 functional
- Package version: 0.17.0 → 0.17.1 functional
- 10 Sept 26 −15
- Malware scan: pass → unverified ▼ security
- Package version: 0.15.0 → 0.17.0 functional
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 21 Sept 2026 · Analysed pypi/oddsrail@0.18.0
Provenance No attestation
The registry publishes no build provenance for this version, so there is nothing to verify.
| Result | No attestation |
|---|---|
| Ecosystem | pypi |
Background: How many MCP packages publish verified provenance →
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| build_backend | allowlisted | hatchling.build |
Background: Why install scripts are a supply-chain risk →
Dependencies 58 packages
| Packages resolved | 58 |
|---|---|
| No linked repository | 1 |
| Tree resolution | Complete |
Background: SBOMs and build attestations, explained →
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. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
attribution_ledger ~63
Attribution ledger for the builder code in use: every trade carrying it, aggregated per Sunday-start week and per wallet, with the maintainer's own wallets split out into an honest 'external' line. Same public feed as https://oddsrail.app/attribution.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
builder_stats ~48
Builder attribution stats: the public builder leaderboard, and (if ODDSRAIL_BUILDER_CODE is set) matched trades attributed to this operator's code.
| Name | Type | Req | Description |
|---|---|---|---|
| time_period | string | – | – |
No output schema declared.
No examples provided.
cancel_all_orders ~41
KILL SWITCH — cancel every resting Polymarket order on the operator account at once. Use when exposure must go to zero fast. Respects dry-run.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
cancel_order ~28
Cancel an open order by id (respects dry-run).
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
No output schema declared.
No examples provided.
check_order ~159
CHECK BEFORE YOU PLACE: deterministic verification of a proposed order against the operator's intent, the live market and the guardrails. Pass the operator's own words as `intent`. Returns ok / caution / block with the evidence per check (market exists and is open, intent matches the market and the YES/NO side, price is sane vs the book, size and $1 minimum, guardrails, liquidity, resolution source) plus a one-line read-back. No model judges anything; nothing is sent.
| Name | Type | Req | Description |
|---|---|---|---|
| intent | string | – | – |
| market_id | string | yes | – |
| outcome | string | – | – |
| price | number | yes | – |
| side | string | yes | – |
| size | number | yes | – |
| venue | string | yes | – |
No output schema declared.
No examples provided.
closing_soon ~47
Markets closing within N hours on either venue, by volume — where trading activity concentrates.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | number | – | – |
| limit | integer | – | – |
| venues | string | – | – |
No output schema declared.
No examples provided.
compare_venues ~112
Find markets that may be the SAME event on both Polymarket and Kalshi. NOT an arbitrage scanner: matches are candidates from title similarity plus a close-date check, and a price difference between two candidates is not profit. Identical wording does not mean identical resolution criteria — read both, and run quote_cost on each leg, before acting.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| max_close_days_apart | integer | – | – |
| min_similarity | number | – | – |
| query | string | yes | – |
No output schema declared.
No examples provided.
dispute_risk ~71
PREMIUM SIGNAL — dispute-risk triage. Scores 0-100 how likely a market's resolution gets contested (UMA dispute risk) with transparent reasons. Takes the market slug, the Gamma id, or a CLOB token id (the market_id a search returns).
| Name | Type | Req | Description |
|---|---|---|---|
| id_or_slug | string | yes | – |
No output schema declared.
No examples provided.
find_markets ~110
Search BOTH Polymarket and Kalshi at once and return one normalised shape per market: venue, market_id (the id that venue's place_order takes), title, yes/no price as probabilities in (0,1), best bid/ask, spread, 24h volume, close time. Use this instead of the per-venue search tools when you do not already know the venue.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| query | string | yes | – |
| venues | string | – | – |
No output schema declared.
No examples provided.
get_market ~69
Get one market's details. Accepts the market slug, the Gamma market id, or either of its CLOB token ids (the market_id that find_markets and search_markets return), so a token id from a search can be passed straight in.
| Name | Type | Req | Description |
|---|---|---|---|
| id_or_slug | string | yes | – |
No output schema declared.
No examples provided.
get_orderbook ~35
Get the live orderbook (bids/asks) for a CLOB token id.
| Name | Type | Req | Description |
|---|---|---|---|
| token_id | string | yes | – |
No output schema declared.
No examples provided.
get_positions ~29
Current positions for a wallet address.
| Name | Type | Req | Description |
|---|---|---|---|
| address | string | yes | – |
| limit | integer | – | – |
No output schema declared.
No examples provided.
kalshi_balance ~21
Kalshi account balance (needs the operator's API key).
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
kalshi_cancel_order ~31
Cancel a Kalshi order by id (respects dry-run).
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
No output schema declared.
No examples provided.
kalshi_get_market ~25
Get one Kalshi market by ticker.
| Name | Type | Req | Description |
|---|---|---|---|
| ticker | string | yes | – |
No output schema declared.
No examples provided.
kalshi_get_orderbook ~67
Kalshi orderbook for a ticker, normalised to a YES-book bid/ask view (Kalshi publishes bid ladders only; asks are derived as 1 - NO bid). Raw ladders included.
| Name | Type | Req | Description |
|---|---|---|---|
| depth | integer | – | – |
| ticker | string | yes | – |
No output schema declared.
No examples provided.
kalshi_get_trades ~34
Recent public trades for a Kalshi ticker.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| ticker | string | yes | – |
No output schema declared.
No examples provided.
kalshi_open_orders ~29
Kalshi resting orders (needs the operator's API key).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
kalshi_place_order ~107
Place a Kalshi limit order. State it naturally: outcome yes|no, action buy|sell, price = probability of THAT outcome in (0,1). Translated to Kalshi's YES-book bid/ask internally. DRY-RUN by default.
| Name | Type | Req | Description |
|---|---|---|---|
| action | string | yes | – |
| count | number | yes | – |
| outcome | string | yes | – |
| price | number | yes | – |
| ticker | string | yes | – |
| time_in_force | string | – | – |
No output schema declared.
No examples provided.
kalshi_positions ~27
Kalshi positions (needs the operator's API key).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
kalshi_search_markets ~75
Search Kalshi markets. Kalshi has no text-search endpoint, so this pages open markets and filters on title/ticker; auto-generated MVE combo shards are excluded. Prices are dollar strings, not cents.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| min_volume | number | – | – |
| query | string | – | – |
No output schema declared.
No examples provided.
merge_positions ~72
Merge matching YES+NO shares back into USDC, GASLESS via the relayer. amount is in shares, or 'max' for the largest balanced amount held. Needs the operator's relayer key. DRY-RUN by default.
| Name | Type | Req | Description |
|---|---|---|---|
| amount | string | – | – |
| condition_id | string | yes | – |
No output schema declared.
No examples provided.
my_balance ~70
The operator's REAL Polymarket collateral: what open positions are worth at current marks, for the wallet this server trades with. Use this before position_size so the bankroll is the account's, not a number the agent assumed. In dry-run the paper bankroll is the one that matters; see paper_positions.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
my_fills ~35
Recent executions (fills) for the operator wallet — confirms what actually traded, with tx hashes.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
my_positions ~33
The operator's current Polymarket positions (uses the configured wallet; no address needed).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
open_orders ~16
List the operator wallet's open orders.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
order_status ~44
Status of one Polymarket order: resting, partially filled, filled, or gone. The lifecycle answer an agent needs after place_order.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | – |
No output schema declared.
No examples provided.
overshoot_signal ~79
PREMIUM SIGNAL — overshoot/fade detector. Analyzes a token's recent price series for fresh panic jumps and reports whether a fade setup is active plus this market's historical reversion tendency.
| Name | Type | Req | Description |
|---|---|---|---|
| hours | number | – | – |
| lookback_s | number | – | – |
| threshold | number | – | – |
| token_id | string | yes | – |
No output schema declared.
No examples provided.
paper_positions ~78
Paper-trading portfolio for dry-run: cash, positions at current marks, realized and unrealized P&L, resting paper orders (filled here if the market has crossed them). Dry-run Polymarket orders are papered against the live book automatically. Simulated: no queue, no impact, no fees, so results are an upper bound.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
paper_reset ~45
Reset the paper-trading ledger to its starting bankroll (ODDSRAIL_PAPER_BANKROLL, default 1000 USDC). Deletes simulated fills and positions; touches nothing real.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
place_order ~145
Place a limit order. DRY-RUN by default: returns the order it would post. Real trading needs ODDSRAIL_DRY_RUN=0 and POLYMARKET_PRIVATE_KEY. The operator's builder code is signed into the order. price is the implied probability in (0,1); size is in SHARES (notional = price * size), and the exchange enforces a $1 minimum notional on marketable orders. post_only=True rejects rather than crosses the book.
| Name | Type | Req | Description |
|---|---|---|---|
| post_only | boolean | – | – |
| price | number | yes | – |
| side | string | yes | – |
| size | number | yes | – |
| token_id | string | yes | – |
No output schema declared.
No examples provided.
position_size ~93
Fractional-Kelly position size for a binary contract, given your bankroll, the market price, and YOUR fair value estimate. Caps at a fraction of full Kelly and refuses negative-edge bets. Returns its assumptions — subtract quote_cost before trusting the number.
| Name | Type | Req | Description |
|---|---|---|---|
| bankroll_usd | number | yes | – |
| fair_value | number | yes | – |
| max_fraction_of_kelly | number | – | – |
| price | number | yes | – |
No output schema declared.
No examples provided.
price_history ~49
Recent price history for a CLOB token id: hours back, at fidelity_minutes resolution.
| Name | Type | Req | Description |
|---|---|---|---|
| fidelity_minutes | integer | – | – |
| hours | number | – | – |
| token_id | string | yes | – |
No output schema declared.
No examples provided.
quote_cost ~108
What a given size would ACTUALLY cost, by walking the order book rather than reading the top level. Returns average fill price, slippage vs best, notional, and the levels consumed — plus the venue's fee schedule where it publishes one. Call this before sizing any trade, and on both legs before acting on a cross-venue gap.
| Name | Type | Req | Description |
|---|---|---|---|
| market_id | string | yes | – |
| side | string | yes | – |
| size | number | yes | – |
| venue | string | yes | – |
No output schema declared.
No examples provided.
redeem_positions ~71
Redeem the winning shares of a RESOLVED market for USDC, GASLESS via the relayer. Pass exactly one of condition_id or market_id. Needs the operator's relayer key. DRY-RUN by default.
| Name | Type | Req | Description |
|---|---|---|---|
| condition_id | string | – | – |
| market_id | string | – | – |
No output schema declared.
No examples provided.
redeemable_positions ~61
What the operator can turn back into USDC now: redeemable (resolved, winning) positions and mergeable (hold both YES and NO) positions, with the ids the gasless tools take. Uses the configured wallet.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
No output schema declared.
No examples provided.
resolution_criteria ~94
READ BEFORE TRUSTING A PRICE: the full resolution contract for a market — what exactly resolves YES, who resolves it, from which sources. venue is 'polymarket' (pass the slug, the Gamma id, or the market_id a search returned, which is a CLOB token id) or 'kalshi' (pass the ticker).
| Name | Type | Req | Description |
|---|---|---|---|
| market_id | string | yes | – |
| venue | string | yes | – |
No output schema declared.
No examples provided.
search_markets ~55
Search Polymarket markets by text (Gamma public-search under the hood); empty query lists open markets. Returns token ids, prices, metrics, resolution info.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | – |
| query | string | – | – |
No output schema declared.
No examples provided.
server_info ~62
Server status: dry-run state, attribution config, enabled capabilities, venue reachability from this machine, and Polymarket's geoblock verdict for this machine's IP (advisory — not a compliance check). Call this before the first order of a session.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
settlement_audit ~132
Settlement-divergence audit for a cross-venue pair, on LIVE data (no pre-curated pair list). Compares close times, resolution sources, UMA dispute status and market structure, and returns ok / caution / block with reasons. polymarket_id takes the slug, the Gamma id or the market_id a search returned (a CLOB token id); kalshi_ticker takes the ticker. Run this before treating any cross-venue price difference as an edge.
| Name | Type | Req | Description |
|---|---|---|---|
| kalshi_ticker | string | yes | – |
| notional_usd | number | – | – |
| polymarket_id | string | yes | – |
No output schema declared.
No examples provided.
split_position ~114
Split USDC collateral into a full YES+NO share set for one market, GASLESS via Polymarket's relayer. amount_usdc is collateral in USDC (e.g. 25). Needs POLYMARKET_RELAYER_API_KEY and POLYMARKET_RELAYER_API_KEY_ADDRESS (polymarket.com -> Settings -> Relayer API keys). DRY-RUN by default. Never falls back to a gas-paying broadcast.
| Name | Type | Req | Description |
|---|---|---|---|
| amount_usdc | number | yes | – |
| condition_id | string | yes | – |
No output schema declared.
No examples provided.
watch_book ~96
Stream one Polymarket token's realtime market events (book snapshot, price changes, trades) for up to `seconds` (1-60) or `max_events`, then return them. Use after get_orderbook when you need to see the book MOVE before acting; a quiet market may deliver only the initial snapshot.
| Name | Type | Req | Description |
|---|---|---|---|
| max_events | integer | – | – |
| seconds | number | – | – |
| token_id | string | yes | – |
No output schema declared.
No examples provided.
What is the app.oddsrail/polymarket-kalshi-trading MCP server?
app.oddsrail/polymarket-kalshi-trading is an MCP server listed in the public MCP registry as app.oddsrail/polymarket-kalshi-trading. Cross-venue prediction markets for AI agents: Polymarket + Kalshi, costed and attributed. This page covers its PyPI package (oddsrail).
Is the app.oddsrail/polymarket-kalshi-trading MCP server safe to use?
app.oddsrail/polymarket-kalshi-trading scores 60 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the app.oddsrail/polymarket-kalshi-trading MCP server expose?
app.oddsrail/polymarket-kalshi-trading exposes 42 tools: search_markets, get_market, get_orderbook, price_history, get_positions, and 37 more. Their descriptions and schemas cost roughly 2,780 tokens of context every time the server is loaded.
Is the app.oddsrail/polymarket-kalshi-trading MCP server still maintained?
app.oddsrail/polymarket-kalshi-trading is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.