Analytics
predictionmarketspicks.com
Provides probability and expected value calculations for prediction markets, including Bayes updates, Kelly sizing, and odds conversion.
ENDPOINT 1
https://predictionmarketspicks.com/api/mcp/mcp
MCP server metadata
- Name
- predictionmarketspicks
- Version
- 1.0.0
Known tools 22
calculate_evCalculate the expected-value edge on a Kalshi or Polymarket prediction-market contract.
Inferred read-onlykelly_sizeCompute the optimal Kelly position size for a prediction-market contract.
Inferred read-onlybayes_updateUpdate a prior probability with one or more pieces of evidence using Bayes theorem.
Potential side effectsconvert_probabilityConvert between implied probability, American odds, and decimal odds.
Inferred read-onlybase_rate_gapCompare a market price against the historical base rate for a class of events and get the gap in percentage points plus a signal and sample-size quality.
Inferred read-onlycombo_edgeGrade a same-game combo (parlay-style multi-leg position) on a prediction market against its fair value.
Inferred read-onlynfl_power_ratingsThe PredictionMarketsPicks NFL power ratings — the Gridiron Edge Rating (GER) for all 32 teams, a defense-adjusted power number expressed as expected points vs an average team, with each team's rank and tier.
Inferred read-onlynfl_win_probabilityTurn an NFL point spread and game total into win probability, projected score, cover probability, and over/under probability — using the PredictionMarketsPicks scoring-margin model.
Inferred read-onlyfind_arbitrageScan for cross-platform price gaps between Kalshi and Polymarket on the same sports contract (NBA, NHL, MLB, World Cup).
Inferred read-onlymarket_pulseThe US macro-health composite (0–100) and regime plus the six category scores (growth, labor, inflation, rates, liquidity, sentiment).
Inferred read-onlycommodity_edgeGet today's highest-conviction silver or bitcoin trade signal from the PMP edge model — the Kalshi weekly-silver (KXSILVERW) or twice-daily bitcoin (KXBTCD) strike with the largest model edge, as a trade ticket: entry side and price, resolve criterion, model probability, edge in percentage points, confidence tier, and quarter-Kelly sizing.
Potential side effectsscan_mispricingsScan Polymarket contracts for mispricings against the PMP model (a probability swarm).
Inferred read-onlyedge_alertsRead the edge alerts our models generate on Kalshi — weather, bitcoin/silver/gold/oil, and mispricings — as a live feed.
Inferred read-onlynfl_edgeWhere the PredictionMarketsPicks NFL model disagrees with live Kalshi prices — the actionable edge across every NFL market: game moneylines this week, season win-total futures, MVP, and championship (playoff / conference / Super Bowl) odds.
Inferred read-onlynfl_prop_edgeNFL player-prop edges — the PredictionMarketsPicks projection vs the Kalshi prop line for passing yards, rushing yards, receiving yards, receptions, and anytime touchdown.
Inferred read-onlydraft_boardThe PredictionMarketsPicks 2026 fantasy football draft board (half-PPR) — every player ranked, blending our projection model with consensus ADP, showing projected points, ADP, draft round, and a SLEEPER / BUST value flag.
Inferred read-onlybest_availableGiven the current pick number and the players already drafted, return the best players still on the board (2026 half-PPR), each with projection, ADP, and a value flag, plus the biggest model value available.
Inferred read-onlyplayer_outlookA single player's 2026 fantasy outlook (half-PPR): projected points and per-game, floor/ceiling range, boom/bust odds, consensus ADP and draft round, our positional rank, and whether the model tags him a SLEEPER or a BUST vs the market, with a one-line thesis.
Inferred read-onlycompare_playersCompare 2–4 players side by side for a 2026 fantasy draft (half-PPR) — projection, floor/ceiling, ADP, draft round, and value flag — and get a pick recommendation plus which one is the best market value.
Inferred read-onlysleepers_and_bustsThe biggest gaps between the PredictionMarketsPicks model and consensus ADP for 2026 (half-PPR): SLEEPERS the model ranks well above their draft cost, and BUSTS it ranks below.
Inferred read-onlywho_do_i_draftRecommend the single best player to draft right now given the roster already on the user's team and their pick number, weighing positional need against the best value available (2026 half-PPR).
Inferred read-onlyadp_market_gapsFind the 2026 fantasy players whose Average Draft Position swings most between platforms — consensus vs ESPN, Sleeper, Yahoo, Underdog, etc.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.predictionmarketspicks]
url = "https://predictionmarketspicks.com/api/mcp/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"predictionmarketspicks": {
"type": "http",
"url": "https://predictionmarketspicks.com/api/mcp/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: predictionmarketspicks
Remote MCP URL: https://predictionmarketspicks.com/api/mcp/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"predictionmarketspicks": {
"url": "https://predictionmarketspicks.com/api/mcp/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"predictionmarketspicks": {
"type": "http",
"url": "https://predictionmarketspicks.com/api/mcp/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "predictionmarketspicks",
"transport": "streamable-http",
"url": "https://predictionmarketspicks.com/api/mcp/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.