Limitless TCG MCP Server
@jpbullalayao
About Limitless TCG MCP Server
MCP Server for Limitless
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"limitlesstcg": {
"command": "npx",
"args": [
"limitlesstcg-mcp"
],
"env": {
"LIMITLESS_API_KEY": "<LIMITLESS_API_KEY_HERE>"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
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-KeyHTTP 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.
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
Mobile Mcp
mobile-nextModel Context Protocol Server for Mobile Automation and Scraping (iOS, Android, Emulators, Simulators and Real Devices)
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments