mcpbeat Sign in

TeleKashOracle MCP Server

by telekashoracle Your server? Claim it
local only

TeleKashOracle runs on your own machine — the client starts it, so there is no endpoint to ping. 44 installs a week from npm. Last commit 19 Mar 2026.

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

Installs per day peak 38 · avg 9 · -18% w/w
a month agotoday
44
Installs / week
npm · telekash-mcp-server
1
Stars
0 open issues
19 Mar 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check TeleKashOracle every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add mcp-server -- npx -y telekash-mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "telekash-mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp-server]
command = "npx"
args = ["-y", "telekash-mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "telekash-mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp-server": {
      "args": [
        "-y",
        "telekash-mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: SUPABASE_URL (Supabase project URL for TeleKash database), SUPABASE_ANON_KEY (Supabase anonymous key for read access to prediction markets). The author declared them in the registry entry; get the values from the project itself.

Alternatives to TeleKashOracle

same job, measured the same way
Bellwether MCP
by bellwethermetrics

Live prediction market data from Polymarket and Kalshi with VWAP pricing and reportability.

47 installs/wk local only
Skipseek
by skipseek

Polymarket, Manifold, Metaculus compared: one fair probability per question. No API key needed.

9 tools answering
O
Prediction Markets
by memoryapi

Prediction market data and crowd-sourced probability forecasts

3 tools answering
Polymarket Kalshi Trading
by oddsrail

Cross-venue prediction markets for AI agents: Polymarket + Kalshi, costed and attributed

answering
Odds API
by frontofgoal

Live soccer prediction-market odds and order-book depth from Polymarket.

5 tools answering
Polymarket MCP
by 0xchron

Read-only Polymarket prediction market data for AI agents.

174 installs/wk local only
Prediction Markets Data: Kalshi + Polymarket
by brenton-keller

Live Kalshi + Polymarket prices, orderbooks, trades, results. Pay per result via Apify.

answering
AIsa Prediction Markets
by aisa

Live odds and markets from the major prediction markets.

answering

TeleKashOracle — questions

Answers built from our own checks of this server.

Why is there no uptime for TeleKashOracle?
TeleKashOracle runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package telekash-mcp-server was installed 44 times last week.
How do I connect TeleKashOracle?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls telekash-mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use TeleKashOracle?
The npm package telekash-mcp-server was installed 44 times in the last week. Week over week that is -18%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is TeleKashOracle open source?
Yes — it is published under the MIT licence, written in JavaScript and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.