WORLD CUP 2026

Top mispricings — 10K sim vs. Kalshi

14d to kickoff

BITCOIN EDGE

Live BTC edge vs. Kalshi hourly markets

PICK OF THE DAY

Today's Oracle play

How To Use Claude To Analyze Kalshi Markets (Without Copy-Pasting Numbers)

Connect Claude directly to a prediction-markets quant desk. One command wires up 22 tools — expected value, Kelly sizing, Bayesian updating, base-rate gaps — so you can ask questions in plain English instead of pasting prices into a calculator.

Article hero reading 'Ask Claude, Not A Calculator', beside a board showing 22 tools, 15 free with no key, and a worked example returning a 14.5 percent edge.
Article hero reading 'Ask Claude, Not A Calculator', beside a board showing 22 tools, 15 free with no key, and a worked example returning a 14.5 percent edge.
The 7 Oracles
The PredictionMarketsPicks Oracles
July 26, 2026

Use these tools

There is a specific kind of tedium every prediction-markets trader knows. You are reading about a market. You have a view. Now you tab out to a calculator, type in the price, type in your estimate, read a number, tab back, and lose the thread of what you were thinking about.

Multiply that by nine markets on a Sunday and the friction stops being trivial. It quietly changes which markets you bother to check.

So we removed the tab-out. Claude can now call our quant desk directly — 22 tools, sitting behind the same models that run our public tool pages — and answer in the same conversation where you are already thinking.

What this actually is

It's an MCP server. MCP is the open standard for letting an AI host call external tools, and ours is hosted — a URL, not a download. You point Claude at it once and the tools appear.

The important part is what the tools are. Claude is good at reading a situation and terrible at arithmetic it does in its head. Ask a language model "what's my edge at 62 cents if I think it's 71 percent" and you will get a confident number that is sometimes wrong. Ask a model that can call an EV function and you get the same answer every time, because a deterministic calculator computed it.

The model brings judgment. The tools bring the math. Neither should be doing the other's job.

Connect it in one command

Claude Code:

claude mcp add --transport http predictionmarketspicks https://predictionmarketspicks.com/api/mcp/mcp

Claude desktop or web app: add this URL as a custom connector:

https://predictionmarketspicks.com/api/mcp/mcp

That's the whole setup. No install, no local process, no key for the free tools. It's a standard remote MCP server, so the same URL works in ChatGPT and Cursor — we're on the official MCP registry as com.predictionmarketspicks/quant.

The first thing to ask

Start with the question you'd actually have. Here's a real exchange, with real output from the live server:

> You: A Kalshi contract is trading at 62 cents. I think it's closer to 71 percent. Is there an edge, and what should I size?

Claude calls calculate_ev and gets back:

{ "edge_pct": 14.52, "signal": "BUY",
  "interpretation": "Market is 14.5% underpriced vs. your estimate" }

Then it calls kelly_size against a $2,000 bankroll:

{ "stake_dollars": 236.84, "fraction": "half",
  "full_kelly_pct": 23.7, "applied_fraction_pct": 11.8,
  "rating": "optimal" }

A 14.5% edge, and half-Kelly says $236.84 — about 11.8% of the roll, against a full-Kelly number of 23.7% that almost nobody should actually take. You got the sizing discipline for free, in the same breath as the edge.

Note what didn't happen: Claude didn't estimate either number. It routed both to a function.

More prompts worth stealing

What's free and what isn't

Fifteen of the 22 tools answer anonymously, no key, no account: every calculator, and the full NFL fantasy draft board (draft_board, best_available, player_outlook, compare_players, sleepers_and_busts, who_do_i_draft, adp_market_gaps).

Six need a Pro key, because they read live model output rather than computing from your inputs: cross-platform gap scanning, macro pulse, and our commodity and NFL edge models. One — edge alerts — is free on a 24-hour delay and real time with a key.

Everything the server returns is derived output: edges, tiers, model probabilities, sizing, and a link back to the tool page so you can check the working. It's analysis, not a data feed.

The honest limits

It won't make you right. These tools compute the consequences of your estimate. If your 71% is wrong, a very precise edge calculation on a wrong number is still a losing position. The base-rate tool exists specifically to argue with you about this.

Claude can still misread the setup. It's the model that decides which tool to call and what to pass it. It is good at this and not perfect. If a number looks strange, ask it to show you the tool call — the inputs are usually where the problem is.

Probability inputs are percentages. Pass 71, not 0.71. If an answer comes back wildly negative with a confident SELL, that's almost always what happened.

Why we built it this way

Prediction markets reward people who do a small amount of arithmetic consistently, and punish people who skip it because it was annoying. Most traders know the math. Very few run it every single time, on every market, because tabbing out has a cost and that cost compounds into skipped checks.

Putting the desk inside the conversation is our answer. Ask the question where you're already thinking about it, and let the calculator be the thing that's always right.

The endpoint is live now: https://predictionmarketspicks.com/api/mcp/mcp. Full tool list and per-client setup on the MCP page, and if you'd rather click than prompt, every one of these runs on its own tool page too.

Trade responsibly. Nothing here is financial advice — it's arithmetic, run consistently.

Frequently Asked Questions

Can Claude analyze Kalshi markets?

Yes. PredictionMarketsPicks publishes a remote MCP server that Claude can call directly, giving it 22 prediction-market tools — expected value, Kelly sizing, Bayesian updating, odds conversion, base-rate gaps, a same-game combo builder and an NFL draft board. Once connected, you ask in plain English and Claude runs the math against our models instead of estimating it in its head.

Do I need an API key to use Claude with Kalshi analysis?

No key for 15 of the 22 tools. Every calculator — EV, Kelly, Bayesian updating, probability conversion, base-rate gap, combo edge — plus the full NFL draft board answers anonymously. A Pro key unlocks the 6 live-data tools (cross-platform gap scanning, macro pulse, commodity and NFL edge models). Edge alerts sit in between: free on a 24-hour delay, real time with a key.

How do I connect Claude to the PredictionMarketsPicks MCP server?

In Claude Code, run: claude mcp add --transport http predictionmarketspicks https://predictionmarketspicks.com/api/mcp/mcp. In the Claude desktop or web app, add that same URL as a custom connector. There is nothing to download and no local process to run — it is a hosted endpoint, so the same URL works in ChatGPT and Cursor too.

Is an AI's probability estimate good enough to trade on?

On its own, no — and that is the point of connecting the tools. A language model guessing an edge in its head is unreliable; a language model that calls a deterministic EV calculator returns the same answer every time. The model's job is reading the situation and framing the question. The math should come from the math.

Does this work with ChatGPT and Cursor too?

Yes. It is a standard remote MCP server over Streamable HTTP, not a Claude-only integration. Add https://predictionmarketspicks.com/api/mcp/mcp as a custom connector in any MCP-capable host. We list it on the official MCP registry as com.predictionmarketspicks/quant.

What does the MCP server actually return — raw market data?

Derived signals only: edge percentages, tiers, model probabilities, recommended sizing and a reference to the market. It is analysis output, not a data feed, and it always links back to the tool page so you can check the working yourself.

Read Next

Prediction-market edges, weekly. The only newsletter built for Kalshi & Polymarket traders.

No spam. Unsubscribe anytime.

7O

The 7 Oracles

Prediction Markets Desk

The 7 Oracles is the analyst collective behind PredictionMarketsPicks — calibrated, data-first coverage of Kalshi, Polymarket, DraftKings, and FanDuel markets.

About the Oracles
claude kalshiuse claude to analyze kalshiai prediction market analysiskalshi mcp serverclaude mcp prediction marketschatgpt kalshi analysisai kalshi tools

Want more analysis like this?

Get The 7 Oracles' daily prediction market breakdown — free, no fluff, straight to your inbox.

Get the daily edge in your inbox →