Connector guide1-minute read19 MCP toolsEnglish · Deutsch · Italiano

SorareとMCP — NFTファンタジーフットボールを任意のAIエージェントに

AnythingMCPを使用してSorareのGraphQL APIをMCPサーバーとして公開します。Bcryptソルトによるログイン、30日間のJWTキャッシュ、カード、選手、ラインアップ、トランスファーマーケット用の18の使いやすいツール(5つのGraphQLビルトイン + 13の専用)を提供します。

HCBy HelpCode teamUpdated 1 min read Open source on GitHub

No credit card · 7-day trial · Self-host alternative available

any mcp client · Sorare connector
Pull my current Sorare lineup and tell me where I'm weakest this gameweek.
AI
Callingsorare_get_lineupplayer_recent_scores
Your Common Rivals lineup is solid up top, but the MF slot (Saúl) is your weakness — recent 5-game L5 = 34.2, well under your team average of 51.
sorare_current_usersorare_list_my_cardssorare_player_floor_pricesorare_live_sale_offerssorare_get_auction+ more
  • 7-day free trial
    No credit card required
  • GDPR & SOC 2 ready
    EU data residency, audit logs
  • Open-source on GitHub
    Source-available BSL-1.1
  • Works with ChatGPT, Claude, Gemini
    Any MCP-compatible client

What you'll be able to ask

Real prompts that work after a 4-minute setup.

Drop these into any MCP client once the connector is installed. Tools listed below each prompt are auto-called by the agent.

Pull my current Sorare lineup and tell me where I'm weakest this game week.
sorare_get_lineupplayer_recent_scores
List every rare Vinícius Júnior card minted in season 2024.
sorare_search_playerlist_player_cards
What's the floor price right now for limited Bukayo Saka cards?
sorare_player_floor_pricetoken_prices
Find auctions ending in the next 90 minutes for Liverpool players.
sorare_live_sale_offerssorare_get_auction

No install? Use cloud.anythingmcp.com directly.

Sign in, install the Sorare Fantasy Football in one click, paste the credentials, mint an MCP API key — done. No Docker, no git clone, no local server to run.

Open Cloud

Sorare

💡 インストール不要?cloud.anythingmcp.comを直接使用してください。 サインインし、Connectors → Sorareをクリックし、Sorareのメールアドレスとパスワードを貼り付け、MCP APIキーを発行 — 完了です。Dockerもgit cloneも不要で、ローカルサーバーを実行する必要もありません。以下のローカルインストール手順をスキップして、クライアント接続セクションに直接進むことができます。

モデルコンテキストプロトコルにおけるSorare

Sorareは、選手、カード、オークション、So5ラインアップに対して完全なGraphQLカバレッジを持つ、最大のライセンス付きNFTファンタジースポーツゲームです。AnythingMCPはそのGraphQL APIをMCPサーバーとしてラップし、Claude、ChatGPT、OpenClaw、Cursor、あなた自身のエージェントが自然言語でSorareデータを読み取り、操作できるようにします。

Sorareアダプターはビルトインで提供されます。維持するSDKはなく、トークンプラミングを書く必要もありません:エンジンはツールを初めて呼び出すときにソルトを取得し、bcryptとログインハンドシェイクを行い、結果として得られたJWTを30日間キャッシュし、401エラーが発生した際に透過的に再発行します。

AnythingMCPなしでSorareが不便な理由

ステップSorareが要求するもの
1GET /api/v1/users/{email} でアカウントごとのbcryptソルトを取得
2bcrypt.hashSync(plainPassword, salt) クライアントサイド
3bcryptハッシュを使用したGraphQL signInミューテーション
4JWT(約30日間の有効期限)を保存し、すべての呼び出しで Authorization: Bearer <jwt> + JWT-AUD: <aud> ヘッダーを渡す

これが**LOGIN_TOKEN**認証プロファイル全体で、アダプタ仕様で一度JSONとして宣言されます。維持するクライアントコードはありません。

Watch on YouTube →

🔒 このビデオは二回クリックの同意パターンを通じて埋め込まれています — 再生ボタンを押すまでGoogleには何も送信されません。

インストール

git clone https://github.com/HelpCode-ai/anythingmcp.git
cd anythingmcp && docker compose up -d

http://localhost:3000/connectors/storeを開き、Sorareを選択し、SORARE_EMAILSORARE_PASSWORDを貼り付けます。JWTのaudクレームはアダプタによって固定値(anythingmcp)に設定されるため、選択する必要はありません。

Profile → MCP API KeysからMCP APIキーを発行し、エージェントをhttp://localhost:4000/mcpに向けます。

利用可能なツール

ツール戻り値
sorare_current_user認証されたユーザーのスラグ、メール、ニックネーム
sorare_get_card_by_slugカードのメタデータ、所有者、現在のオークション
sorare_search_player名前 + クラブ + 国による選手検索
sorare_list_player_cards選手のために発行された最近のカード
sorare_list_my_cards認証されたユーザーが所有するカード
sorare_get_lineupSo5ラインアップのスコア、ランク、報酬、出場回数
sorare_transfer_market希少性 / 最大価格でフィルタリングされたアクティブオークション

トークンライフサイクル

JWTはconnector_auth_cacheに存在し(AES-256-GCMで暗号化)、expiredAtの24時間以内にプロアクティブに更新され、最初の401で置き換えられます。DELETE FROM connector_auth_cache WHERE connector_id = '<id>'を使用して取り消すことができ、次のツール呼び出しで最初から再ログインします。

次のステップ

Ready to ship

Your Sorare agent is one click away.

Install the connector, paste the key, prompt any MCP client. Free for 7 days, no credit card.