MCP.so
登录

Limitless TCG MCP Server

@jpbullalayao

关于 Limitless TCG MCP Server

MCP Server for Limitless

基本信息

分类

其他

许可证

MIT license

运行时

node

传输方式

stdio

发布者

jpbullalayao

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "mcpServers": {
    "limitlesstcg": {
      "command": "npx",
      "args": [
        "limitlesstcg-mcp"
      ],
      "env": {
        "LIMITLESS_API_KEY": "<LIMITLESS_API_KEY_HERE>"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Limitless TCG MCP Server?

The Limitless TCG MCP Server lets LLMs integrate with the Limitless TCG API to retrieve tournament data, team and decklist information. It is designed for users who want to query Limitless TCG data through an MCP-compatible assistant such as Claude.

How to use Limitless TCG MCP Server?

Run the server with npx limitlesstcg-mcp api-key=<YOUR_API_KEY> or set the LIMITLESS_API_KEY environment variable. For Claude Desktop, add the server to your claude_desktop_config.json using the npx command and the environment variable.

Key features of Limitless TCG MCP Server

  • Access tournaments, details, standings, and pairings
  • Supports filtering by game, format, organizer, and pagination
  • Uses MCP resources with a limitless:// URI scheme
  • Authentication via X-Access-Key HTTP header
  • Connects to https://play.limitlesstcg.com/api

Use cases of Limitless TCG MCP Server

  • Ask an LLM for the latest Pokémon TCG tournaments
  • Retrieve standings for a specific tournament
  • Get match pairings for an ongoing event
  • Query the most popular decklists or restricted duos
  • Filter tournaments by game, format, or organizer

FAQ from Limitless TCG MCP Server

How do I get a Limitless TCG API key?

Go to your user API settings on the Limitless TCG platform, fill out the form at the top of the page, and once approved your key will appear there.

What endpoints does the server support?

The server connects to /tournaments, /tournaments/{id}/details, /tournaments/{id}/standings, and /tournaments/{id}/pairings.

How do I configure the server with Claude Desktop?

Add an entry to claude_desktop_config.json with the npx command and the LIMITLESS_API_KEY environment variable.

What is the default limit for tournaments returned?

The default limit for the tournaments list is 50, configurable via the limit query parameter.

评论

其他 分类下的更多 MCP 服务器