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-mcpMCP クライアントの設定
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"}}'公開ツール
ツール | 認証 | 説明 |
| none | 無料のアカウントを取り成し、API キー・クレーム URL・アップグレードURL を返す |
| none | ライブ・チーム、プレイヤー、スポーツ・キーを検索 |
| none |
|
| none | 公開ソースの鮮度・品質 Meta データ |
| none | ブックごとのファイブ・ゲートのカバレーション証明 |
| key 基 | すべてのスをルートキー |
| key 一覧 | ゲーム単位(h2h、スプレッド、トータル)オッズ |
| key | プレイヤー・プロップ・オッズ |
| key 用 | ブックメーカー間の最適価格 |
| key | 「このベットはずべきか」1 回の質問に公正価格 + 最ベット + 英語の BET/PASS 判定 |
| key | ユーザーの地域・ブックを覚え、判断をス使えるブックのみに限定 |
| none | マルルチ・レッグ・パレーの値する評価を、公正価格・ベストブック・EV・最弱列・相関・ペイアウト |
| key | 対象スポーツの +EV をベット可能なブックに限定しランキング、エ・ジ警を含む |
| 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
Maintenance
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
- AlicenseNot gradedqualityCmaintenanceEnables 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
- AlicenseAqualityDmaintenanceMCP 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.725MIT
- AlicenseBqualityDmaintenanceMCP-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.2915MIT
- AlicenseAqualityAmaintenanceA 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.1007320MIT
Related MCP Connectors
Sports Game Odds MCP — wraps the Sports Game Odds API (sportsgameodds.com)
The Odds API MCP — sportsbook odds across 70+ books, 30+ leagues
Live odds, cross-book +EV and graded player-prop results across 25 books. Hosted endpoint included.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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