Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.TeleKashOracle/mcp-server

NPM · TELEKASH-MCP-SERVER · SCANNED AUG 3

Prediction market probability oracle. 500+ markets from Kalshi, Polymarket & Metaculus.

Available components

+25 this week 68 Trust /100
Trust breakdown (6 categories)

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 Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (104 of 108), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 2629 tokens (~175/item across 15 items; 15 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 Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
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
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

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.

npm · telekash-mcp-server

# add to Claude Code
claude mcp add telekashoracle-mcp-server -- npx -y telekash-mcp-server
# add to Codex CLI
codex mcp add telekashoracle-mcp-server -- npx -y telekash-mcp-server
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "telekashoracle-mcp-server": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "telekash-mcp-server"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add telekashoracle-mcp-server --command npx --arg -y --arg telekash-mcp-server
# ~/.hermes/config.yaml
mcp_servers:
  telekashoracle-mcp-server:
    command: "npx"
    args: ["-y", "telekash-mcp-server"]
// mcp.json
{
  "mcpServers": {
    "telekashoracle-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "telekash-mcp-server"
      ]
    }
  }
}
Changelog

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.

  • 2 Aug 26 +49
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • License: unverified → pass functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
    • MCP protocol: unverified → pass functional
    • Stability: unverified → 0.23 functional
    • Schema quality: unverified → excellent functional
    • Licence: MIT functional
  • 1 Aug 26 +14
    • Tool coverage: unverified → 100 functional
  • 31 Jul 26 −38
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 43

    First indexed and scored.

Diagnostics

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 3 Aug 2026 · Analysed npm/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 104 packages

104 packages in the resolved dependency tree · 103 deprecated · 29 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 15 exposed · ~2,629 tokens

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.

Tool Tokens
compare_sources ~124

Compare prediction odds across Kalshi and Polymarket for the same event — find pricing discrepancies. Searches for markets matching your query on both Kalshi (CFTC-regulated) and Polymarket, then shows side-by-side probabilities. Use for arbitrage detection, cross-validating predictions, or understanding how regulated vs unregulated markets price the same event. Returns matched pairs with probability delta and which source is more bullish/bearish.

NameTypeReqDescription
querystringyesSearch query to find matching markets across sources (e.g., 'Trump', 'Bitcoin', 'Fed rate')

No output schema declared.

No examples provided.

create_market ~254

Create a custom prediction market on TeleKash. Markets are binary YES/NO questions that resolve on a specified date. Markets created via this tool are tagged as "agent-created" and appear alongside Kalshi/Polymarket/Metaculus markets. Other agents can query, predict on, and trade these markets. Requirements: - Clear YES/NO question in the title - Resolution date in the future - Category for discoverability - Resolution criteria (how to determine the outcome) Created markets start with 50/50 odds. Probability moves as predictions come in.

NameTypeReqDescription
categorystringyesMarket category
closes_atstringyesWhen trading closes (ISO 8601 datetime)
creator_idstringyesAgent identifier creating this market (used for attribution)
descriptionstringDetailed description and context for the market
resolution_criteriastringyesHow the outcome will be determined (e.g., 'Based on CoinGecko BTC price at midnight UTC')
resolves_atstringyesWhen the market resolves (ISO 8601 datetime, must be after closes_at)
titlestringyesThe prediction question (should be answerable with YES or NO)

No output schema declared.

No examples provided.

detect_arbitrage ~251

Detect cross-source arbitrage opportunities between Kalshi and Polymarket. Scans all active markets to find events priced differently across regulated (Kalshi) and unregulated (Polymarket) prediction markets. Returns actionable opportunities sorted by spread size, with buy/sell signals for each side. Academic research shows $40M+ extracted from prediction market mispricings annually. Cross-source spreads are structural — different regulation, user bases, and liquidity create persistent pricing gaps. Use when looking for: - Arbitrage opportunities between prediction market exchanges - Mispriced markets where consensus disagrees across sources - Risk-free profit opportunities from cross-source spread trading Example: If Kalshi prices "BTC $200K" at 35% and Polymarket at 28%, that's a 7% spread — buy YES on Polymarket, sell YES on Kalshi.

NameTypeReqDescription
categorystringFilter by category (default: all)
limitnumberMaximum arbitrage opportunities to return (default: 10, max: 25)
min_spreadnumberMinimum probability spread percentage to flag as arbitrage (default: 5, range: 1-50)

No output schema declared.

No examples provided.

get_divergences ~202

Find markets where prediction sources disagree — the highest-value signal in forecasting. When Kalshi, Polymarket, and Metaculus show different probabilities for the same event, at least one source is wrong. This tool finds those disagreements, ranked by spread size. Returns: - Markets with the largest cross-source probability gaps - Which source says what - Forecaster count from Metaculus (crowd wisdom depth) - Divergence classification: STRONG (>15%), MODERATE (8-15%), WEAK (3-8%) These are the markets where alpha exists. When sources converge, the edge disappears.

NameTypeReqDescription
categorystringFilter by category (crypto, politics, economics, sports, weather, other)
limitnumberNumber of divergences to return (default: 10, max: 50)
min_spreadnumberMinimum probability spread to include (default: 5 = 5%)

No output schema declared.

No examples provided.

get_edge ~227

Capital efficiency analysis — find markets with the best risk/reward for a given bankroll. Uses Kelly Criterion to compute optimal position sizes and expected value. Returns markets ranked by edge (expected profit per dollar risked). For each market: - Edge = your estimated probability minus market probability - Kelly fraction = optimal % of bankroll to allocate - Expected value per dollar risked - Risk classification (conservative/moderate/aggressive) Use this when an agent has limited capital and needs to maximize expected returns. Pairs with get_signal for probability estimates and track_prediction for accuracy tracking.

NameTypeReqDescription
agent_idstringAgent ID — uses your prediction history to estimate your edge (optional but recommended)
bankrollnumberTotal capital available for allocation (in dollars, default: 1000)
categorystringFilter by category
limitnumberNumber of opportunities to return (default: 10, max: 30)
min_confidencestringMinimum confidence grade to include (HIGH, MEDIUM, LOW — default: MEDIUM)

No output schema declared.

No examples provided.

get_history ~120

Get historical probability changes and trend data for a prediction market over time. Returns probability snapshots showing how odds, sentiment, and market consensus have shifted over 1h, 24h, 7d, or 30d. Use for trend analysis, momentum detection, volatility assessment, and understanding how predictions evolve. Essential for backtesting strategies, identifying probability swings, and spotting market-moving events.

NameTypeReqDescription
market_idstringyesThe market UUID or external_id (ticker)
timeframestringTime range for history (default: 24h)

No output schema declared.

No examples provided.

get_market_stats ~68

Get aggregate statistics across all prediction markets — totals, categories, sources, and volume. Returns total market count, active markets, category distribution, source breakdown (Kalshi vs Polymarket), and aggregate trading volume. Use for market overview, portfolio allocation decisions, or understanding the prediction market landscape.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_performance ~135

Get prediction performance metrics for an agent. Shows accuracy, Brier score, calibration, and prediction history. Returns: - Total predictions and resolution rate - Accuracy (% correct) - Brier score (0 = perfect, 1 = worst — lower is better) - Calibration curve (predicted probability vs actual outcome rate) - Recent predictions with outcomes Use this to evaluate an agent's forecasting ability or track your own improvement over time.

NameTypeReqDescription
agent_idstringyesThe agent identifier to check performance for
limitnumberNumber of recent predictions to return (default: 20, max: 100)

No output schema declared.

No examples provided.

get_probability ~204

Get real-time probability, odds, and likelihood for any prediction market outcome. Returns YES/NO probabilities (0-100%), trading volume, liquidity depth, and market metadata from Kalshi (CFTC-regulated) and Polymarket. Use this when asked about chances, odds, likelihood, forecasts, or predictions for any event — elections, crypto prices, sports, economics, weather, entertainment. Example queries: - "What are the odds Trump wins 2028?" → election forecasting - "What's the probability BTC hits $200K?" → crypto price prediction - "Will the Fed cut rates?" → economic forecasting, interest rates - "What's the chance of rain in NYC?" → weather betting - "Who will win the Super Bowl?" → sports odds

NameTypeReqDescription
market_idstringThe market UUID or external_id (ticker) to query
querystringNatural language query to search for a market (alternative to market_id)

No output schema declared.

No examples provided.

get_sentiment ~104

Get AI-powered sentiment analysis, recommendation, and confidence score for any prediction market. Returns sentiment score (-1 to 1), actionable recommendation (bullish/bearish/neutral), and AI confidence level. Goes beyond raw probability — analyzes market psychology, crowd wisdom, and directional bias. Use for trade signals, contrarian analysis, or augmenting your own prediction models with market sentiment data.

NameTypeReqDescription
market_idstringyesThe market UUID or external_id (ticker)

No output schema declared.

No examples provided.

get_signal ~214

Get a structured pre-computed trading signal for any prediction market — TeleKash Probability Format (TPF). Combines probability, confidence, sentiment, noise filter, and cross-source data into one actionable signal. This is the complete intelligence package for autonomous agents. Returns: - probability with confidence grade (HIGH/MEDIUM/LOW/VERY_LOW) - sentiment score with recommendation (bullish/bearish/neutral) - noise filter (signal/weak/noise) — is this momentum real or random walk? - cross-source spread (if market exists on multiple exchanges) - actionable verdict: STRONG_BUY / BUY / HOLD / SELL / STRONG_SELL / NO_SIGNAL Use this as the single entry point when an agent needs to make a trade decision. One call replaces get_probability + get_sentiment + get_history + compare_sources.

NameTypeReqDescription
market_idstringThe market UUID or external_id (ticker)
querystringNatural language query to find the market (alternative to market_id)

No output schema declared.

No examples provided.

get_trending ~139

Get prediction markets with the biggest probability swings — momentum detection for trending events. Finds markets where odds moved most in the last 1h, 24h, 7d, or 30d. Surfaces breaking events, sentiment shifts, and market-moving news. Use when looking for actionable opportunities, volatile markets, or events where consensus is rapidly changing. Returns markets ranked by absolute probability change with direction (up/down) and current odds.

NameTypeReqDescription
limitnumberMaximum markets to return (default: 10, max: 25)
timeframestringLookback window for detecting swings (default: 24h)

No output schema declared.

No examples provided.

list_markets ~227

Browse and discover prediction markets across 7 categories with filtering and sorting. Lists active betting markets from Kalshi, Polymarket, and Metaculus. Filter by category, sort by trading volume, probability, or closing date. 500+ markets available. Categories: sports, crypto, politics, economics, pop_culture, weather, other. Use when exploring what predictions are available, finding trending markets, or discovering betting opportunities. Example queries: - "Show me crypto prediction markets" → Bitcoin, Ethereum, altcoin forecasts - "What sports markets are trending?" → NFL, NBA, soccer odds - "List political predictions" → elections, legislation, geopolitics - "What economic forecasts are available?" → GDP, inflation, interest rates

NameTypeReqDescription
categorystringFilter by category (default: all)
limitnumberMaximum markets to return (default: 10, max: 50)
sort_bystringSort order (default: volume)
sourcestringFilter by data source (default: all)

No output schema declared.

No examples provided.

search_markets ~192

Search 500+ prediction markets by keyword, topic, or natural language query. Full-text search across Kalshi, Polymarket, and Metaculus. Finds markets matching any topic — politics, crypto, sports, economics, entertainment, science, technology, weather. Returns matching active markets sorted by relevance and trading volume. Use when looking for specific predictions, events, or outcomes to bet on. Example queries: - "Trump election 2028" → presidential race odds - "Bitcoin price prediction" → BTC price target markets - "Super Bowl winner" → NFL championship odds - "AI regulation" → technology policy predictions - "Fed interest rate" → monetary policy forecasts

NameTypeReqDescription
limitnumberMaximum results to return (default: 10, max: 50)
querystringyesSearch query (e.g., 'Trump', 'Bitcoin', 'Super Bowl')

No output schema declared.

No examples provided.

track_prediction ~168

Record a prediction for performance tracking. Agents can log their predictions and later check accuracy via get_performance. Records: which market, predicted outcome (YES/NO), predicted probability, and confidence level. When the market resolves, your Brier score and calibration are computed automatically. Use this to build a track record. Agents with verified accuracy get higher trust scores.

NameTypeReqDescription
agent_idstringyesYour agent identifier (any string — use consistently across predictions)
market_idstringyesThe market UUID or external_id
predicted_outcomestringyesYour predicted outcome
predicted_probabilitynumberyesYour estimated probability (0.0-1.0) that YES wins. Required for Brier score.
reasoningstringBrief reasoning for the prediction (optional)

No output schema declared.

No examples provided.