← predictionmarketspicks.com

INDIVIDUAL MCP TOOL

nfl_power_ratings

The 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.

predictionmarketspicks.comnone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

predictionmarketspicks.com

CONNECT 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.

Related tools

  • calculate_ev — Calculate the expected-value edge on a Kalshi or Polymarket prediction-market contract.
  • kelly_size — Compute the optimal Kelly position size for a prediction-market contract.
  • bayes_update — Update a prior probability with one or more pieces of evidence using Bayes theorem.
  • convert_probability — Convert between implied probability, American odds, and decimal odds.
  • base_rate_gap — Compare 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.
  • combo_edge — Grade a same-game combo (parlay-style multi-leg position) on a prediction market against its fair value.
  • nfl_win_probability — Turn an NFL point spread and game total into win probability, projected score, cover probability, and over/under probability — using the PredictionMarketsPicks scoring-margin model.
  • find_arbitrage — Scan for cross-platform price gaps between Kalshi and Polymarket on the same sports contract (NBA, NHL, MLB, World Cup).