Connector guide2-minute read19 MCP toolsEN · DE · IT

如何将 Sorare 连接到 ChatGPT — GPT 的幻想足球

通过 AnythingMCP 内置的 MCP 连接器将 Sorare 的 NFT 幻想足球数据引入 ChatGPT。Bcrypt 登录和 30 天的 JWT 缓存为你处理。

HCBy HelpCode teamUpdated 2 min read Open source on GitHub

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

chatgpt · 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
    Open source AGPL-3.0
  • 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 ChatGPT 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

Skip the install. Get this working in under 2 minutes.

Start a free trial on cloud.anythingmcp.com, add the Sorare Fantasy Football in one click, then point your AI client (Claude, ChatGPT, Copilot or Cursor) at the generated MCP endpoint. No Docker, no git clone, zero engineering experience required.

Start free trial

Summary

通过 AnythingMCP 内置的 MCP 连接器将 Sorare 的 NFT 幻想足球数据引入 ChatGPT。Bcrypt 登录和 30 天的 JWT 缓存为你处理。

试试这样问

Sorare Fantasy Football 的示例提示

点击任意提示即可复制,然后粘贴到 Claude、ChatGPT、Cursor、Gemini、Copilot 或 OpenClaw 中,在该连接器上运行。

Sorare Fantasy Football · 通过 MCP 实时
分享
Opus 4.7

Claude 是 AI,可能会出错。请核对回答。

Sorare

💡 不想安装?直接使用 cloud.anythingmcp.com 登录,点击 Connectors → Sorare,粘贴你的 Sorare 邮箱和密码,生成一个 MCP API 密钥 — 完成。无需 Docker,无需 git clone,无需运行本地服务器。你可以跳过下面的本地安装步骤,直接进入客户端连接部分。

将 Sorare 连接到 ChatGPT

ChatGPT 支持自定义连接器中的 模型上下文协议 和开发者工具界面。通过 AnythingMCP 将 Sorare 的 GraphQL API 作为 MCP 工具暴露,你可以在 ChatGPT 对话中查询卡片、球员、阵容和转会市场 — 无需 OAuth 认证或令牌管理。

你可以做什么

  • "拉取我当前的 Sorare 阵容,告诉我这轮比赛我最弱的地方在哪里。"
  • "列出 2024 赛季铸造的每一张稀有的 Vinícius Júnior 卡片。"
  • "现在有限版 Bukayo Saka 卡片的底价是多少?"
  • "查找在接下来的 90 分钟内结束的利物浦球员拍卖。"
Watch on YouTube →

🔒 视频通过 两次点击同意模式 嵌入 — 在你按下播放之前,什么都不会传送到 Google。

前提条件

  • 活跃的 Sorare 账户(建议使用专用的只读账户;禁用 2FA 以便无头使用)。
  • AnythingMCP 在本地或 cloud.anythingmcp.com 上运行。
  • ChatGPT Plus / Team / Enterprise(自定义连接器仅限付费层)。

第一步 — 获取你的 Sorare 访问权限

  1. 登录 https://sorare.com。
  2. (可选)为 MCP 创建一个专用的只读 Sorare 账户,并禁用其 2FA。

第二步 — 在 cloud.anythingmcp.com 上安装 Sorare 适配器(无代码)

  1. 登录 cloud.anythingmcp.com
  2. 打开 Connectors → Sorare → Install
  3. 粘贴:
    • SORARE_EMAIL — 你的 Sorare 账户邮箱
    • SORARE_PASSWORD — 你的明文密码(在登录前本地 bcrypt 哈希;绝不以未加密形式存储)
  4. Profile → MCP API Keys → New Key 下生成一个 MCP API 密钥。复制它。

没有 AUD 字段 — 适配器将 JWT 受众硬编码为 anythingmcp

第三步 — 在 ChatGPT 中添加连接器(无代码,4 次点击)

  1. 在 ChatGPT 中,打开 Settings → Connectors → Add custom connector
  2. 填写:
    • Name: Sorare
    • URL: https://cloud.anythingmcp.com/mcp
    • Authentication: Bearer token → 粘贴步骤 2 中的 MCP API 密钥
  3. 点击 Save
  4. ChatGPT 会自动发现所有 18 个 Sorare 工具,并将它们显示在连接器列表中。

就这样 — 开始提示。ChatGPT 只能访问 公共 HTTPS URL,这正是 cloud.anythingmcp.com

高级:自托管 AnythingMCP 并将其暴露给 ChatGPT

如果你更愿意在自己的硬件上运行 AnythingMCP,你仍然需要一个公共 HTTPS URL,以便 ChatGPT 可以访问它。

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

打开 http://localhost:3000/connectors/store,安装 Sorare,生成密钥,然后通过 Cloudflare Tunnel、ngrok 或任何带 TLS 的反向代理暴露 4000 端口。在 ChatGPT 连接器表单中使用该 HTTPS URL,而不是 cloud.anythingmcp.com

可用工具(共 18 个)

组别工具
身份 / 钱包sorare_current_user, sorare_wallet_balance, sorare_my_trophies_summary, sorare_user_by_slug
卡片 / 库存sorare_list_my_cards, sorare_get_card_by_slug, sorare_list_player_cards
球员 / 状态sorare_search_player, sorare_player_recent_scores, sorare_player_floor_price
市场与拍卖sorare_live_sale_offers, sorare_token_prices, sorare_get_auction, sorare_get_lineup
通用 GraphQL 逃生舱sorare_graphql_schema_url, sorare_graphql_schema, sorare_graphql_query, sorare_graphql_mutation, sorare_graphql_subscription

超越 18 个工具 — 你的 AI 可以调用 任何 Sorare GraphQL 操作

这些专用工具覆盖了最常见的入口点,但每个 GraphQL 连接器还配备了 sorare_graphql_schemasorare_graphql_querysorare_graphql_mutationsorare_graphql_subscription — 自动注入的逃生舱,让你的 AI 组合 任何 Sorare 的架构支持的操作。

这就是固定工具列表与真正代理之间的区别。询问:

"找到 3 张可能在下轮比赛中得分且低于其 30 天平均值 30 %+ 的有限卡片。仅限前 5 大联赛。"

…你的 AI 会遍历 Sorare GraphQL 架构,扫描 topPerformers,与 liveSingleSaleOffers 进行底价连接,交叉引用 tokenPrices 以获取 30 天平均值,并为你提供购买清单和保留计划。所有这些都来自一个提示,无需你手动进行 GraphQL。

👉 在 Sorare 发布公告 中查看完整的聊天会话 — 一个真实的 Claude 往返自主组合 €100 购买策略。

令牌轮换

JWT 的有效期约为 30 天。AnythingMCP 会在到期前 24 小时和任何 401 时重新签发它们 — ChatGPT 调用从未看到过过期的令牌。

常见问题

ChatGPT 说“连接器无法访问” — 出了什么问题? ChatGPT 无法看到 localhost。要么部署到 cloud.anythingmcp.com,要么通过 Cloudflare Tunnel 代理你的本地实例。

这需要 ChatGPT 企业版吗? 自定义连接器在 Plus、Team 和 Enterprise 上可用。

我可以让 Sorare 连接器只读吗? 可以 — 从适配器中删除变更工具(或在 AnythingMCP 中分配一个角色,仅允许 sorare_get_* / sorare_list_* / sorare_current_user 工具)。

下一步

这份指南对你有帮助吗?

Ready to ship

Your Sorare agent is one click away.

Install the connector, paste the key, prompt ChatGPT. Free for 7 days, no credit card.

相关指南

connectors

用 AI 击败 Sorare 市场 — 发现低估卡片,构建胜利阵容

不再刷 Sorare 应用。让 Claude、ChatGPT、Copilot 或 Gemini 扫描实时转会市场,比较地板价,交叉检查球员状态,每天早上自动推荐买入卡片。一个 MCP 连接器,所有客户端。

connectors

如何将 Sorare 连接到 Claude — 通过 MCP 的 NFT 幻想足球

使用 AnythingMCP 将 Sorare 的 GraphQL API 连接到 Claude。以自然语言查询卡片、球员、阵容和转会市场。Bcrypt 登录 + 30 天令牌缓存自动处理。

connectors

如何将 Sorare 连接到 GitHub Copilot — 通过 MCP 的 NFT 幻想足球

使用 AnythingMCP 将 Sorare 的 GraphQL API 连接到 GitHub Copilot Chat。以自然语言查询卡片、球员、阵容、拍卖、钱包和转会市场。Bcrypt 加盐登录和 30 天 JWT 缓存自动处理。

connectors

如何将 Sorare 连接到 Cursor — 通过 MCP

使用 AnythingMCP 将 Sorare 的 GraphQL API 连接到 Claude。以自然语言查询卡片、球员、阵容和转会市场。Bcrypt 登录 + 30 天令牌缓存自动处理。

connectors

如何将 Sorare 连接到 Gemini — 通过 MCP

使用 AnythingMCP 将 Sorare 的 GraphQL API 连接到 Claude。以自然语言查询卡片、球员、阵容和转会市场。Bcrypt 登录 + 30 天令牌缓存自动处理。

connectors

如何将 Sorare 连接到 OpenClaw — 自托管 AI + NFT 梦幻足球

使用 OpenClaw 的本地 AI 助手通过 AnythingMCP 查询 Sorare 的 GraphQL API。支持 Bearer 认证的可流式传输 HTTP MCP 传输,bcrypt 登录和 30 天令牌缓存。