Skip to main content
Glama
JacobiusMakes

parlayapi-mcp

parlayapi-mcp

mcp-name: io.github.JacobiusMakes/parlayapi

ParlayAPI 用の MCP サーバーです。スポーツ・オッズ、予測市場データ、ライブ・ダッシュボードのプレビュー、ソース品質の証明、そしてシームレスなエージェント登録を、任意の MCP 互換クライアント(Claude Desktop、Cursor、OpenClaw、カスタム・アシスタント)向けのネイティブ・ツールとして公開します。

ぜ使うのか

MCP がない場合、ParlayAPI を使いたいエージェントは次のステップが必要です:

  • ブラウザでサインアップしてっとうユーザーにらう

  • ユーザーがキーをコピー&ペーストしてくれるのを待つ

  • HTTP リクエストを手動で組み立るて

この MCP サーバーはれば、エージェントはまずキー不要のディスカバリ・ツール(เช่น parlayapi_live_command_center()parlayapi_book_coverage())を呼び出し、ParlayAPI が実動していることを確認できます。利用者るフルフィードが欲らる入る場合は、parlayapi_signup(email) を呼び出し、動作する API キー、ダッシュボード・クレーム URL、クリックで利用する Stripe のアップグレード URL を取得。その後、parlayapi_get_odds()parlayapi_get_props() など元のまま直接呼び出せます。

Related MCP server: storm-mcp

インストール

# Quickest path, no venv:
uvx parlayapi-mcp --help

# Or install globally with pip:
pip install parlayapi-mcp

MCP クライアントの設定

Claude 기 deusktop

macOS で ~/Library/Application Support/Claude/claude_desktop_config.json をブ編集します(Windows の場合は %APPDATA%\Claude\claude_desktop_config.json):

{
  "mcpServers": {
    "parlayapi": {
      "command": "uvx",
      "args": ["parlayapi-mcp"],
      "env": {
        "PARLAYAPI_KEY": "your_key_here"
      }
    }
  }
}

キーがまだ なければ、env そのもの使用省いてください。サインアップ・ツールと、パブリックなライブ・プレビュー、価格、ソース品質、カバレッジ・ツールは、キー不要で動作します。有償データ用ツールは、キーの設定をうながエラーを返します。サインアップ後、新しいキーを env に入れて Claude Desktop を再起動してください。アンダースコア・スタイルを利用するクライアント向けには、PARLAY_API_KEY も受け付さい。

Cursor

.cursor/mcp.json に追加します:

{
  "mcpServers": {
    "parlayapi": {
      "command": "uvx",
      "args": ["parlayapi-mcp"],
      "env": { "PARLAYAPI_KEY": "your_key_here" }
    }
  }
}

OpenClaw

OpenClaw は openclaw mcp set コマンドで stdio の MCP サーバー定義だをできます。キー不要のこの設定により、アシスタントはサインアップ、価private、ライブ・プレビュー、ソーース品質、バックレッジ荒のツールをすぐに利用できます:

openclaw mcp set parlayapi '{"command":"uvx","args":["parlayapi-mcp"]}'

ユーザーが登録後、後、有償のデータ用 API キーを追加します:

openclaw mcp set parlayapi '{"command":"uvx","args":["parlayapi-mcp"],"env":{"PARLAYAPI_KEY":"your_key_here"}}'

公開ツール

ツール

認証

説明

parlayapi_signup

none

無料のアカウントを取り成し、API キー・クレーム URL・アップグレードURL を返す

parlayapi_live_search

none

ライブ・チーム、プレイヤー、スポーツ・キーを検索

parlayapi_live_command_center

none

/live の公開ベスト・ライン・プレビュー

parlay_source_quality

none

公開ソースの鮮度・品質 Meta データ

parlay_book_coverage

none

ブックごとのファイブ・ゲートのカバレーション証明

parlay_api_list_sports

key 基

すべてのスをルートキー

parlay_get_odds

key 一覧

ゲーム単位(h2h、スプレッド、トータル)オッズ

parlay_get_props

key

プレイヤー・プロップ・オッズ

parlay_get_best_line

key 用

ブックメーカー間の最適価格

parlay_verdict

key

「このベットはずべきか」1 回の質問に公正価格 + 最ベット + 英語の BET/PASS 判定

parlayapi_set_bettable_books

key

ユーザーの地域・ブックを覚え、判断をス使えるブックのみに限定

parlayapi_parlay_verdict

none

マルルチ・レッグ・パレーの値する評価を、公正価格・ベストブック・EV・最弱列・相関・ペイアウト

parlayapi_best_bets

key

対象スポーツの +EV をベット可能なブックに限定しランキング、エ・ジ警を含む

parlayapi_account_info

key

ティア・残クレジット・請求期間

リソース

parlayapi://docs/quickstart - Python と JS のコードサンプル。

ローカル開発

git clone https://github.com/JacobiusMakes/ParlayAPI
cd ParlayAPI/mcp-server
pip install -e .

# Run against the local API instead of production:
PARLAYAPI_BASE_URL=http://127.0.0.1:8080 \
PARLAYAPI_KEY=your_local_test_key \
parlayapi-mcp

ライセンス

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables users to search, analyze, and trade on Kalshi prediction markets directly through MCP-compatible clients. It supports portfolio management, market data retrieval, and limit order execution with production-grade authentication and rate limiting.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    MCP server that exposes the Storm cross-venue prediction-market intelligence API, enabling LLM clients to read canonical events, spreads, venue catalog, and alerts as native tool calls.
    7
    25
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    MCP-compatible server that gives AI agents access to alternative sports data across 30+ leagues — odds, events, probabilities, settlement, and futures for prediction markets, DFS platforms, and sportsbooks.
    29
    15
    MIT
  • A
    license
    A
    quality
    A
    maintenance
    A unified MCP server that aggregates 32 sports API providers into a single service, providing 336 tools for scores, stats, odds, esports, and more across 70+ sports.
    100
    73
    20
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/JacobiusMakes/parlay-api-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server