Limitless TCG MCP Server
@jpbullalayao
About Limitless TCG MCP Server
MCP Server for Limitless
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
Fetch the live tool list by running this server in a temporary sandbox using the button above.
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Comments