Integration

Model Context Protocol

Connect your local LLM client or agent directly to the Cards catalog using the standardized Model Context Protocol (MCP) server.

mcp-config.json
{
  "mcp": {
    "servers": {
      "pass-the-deal-mcp": {
        "command": "npx",
        "args": ["mcp-remote", "https://cards.jessefoote.com/api/mcp"]
      }
    }
  }
}

Example Prompts

Try using these suggested prompts with your assistant once the MCP connection is established:

"List the games"
"Pick a random game"
"Submit a new game"
"Read the pending queue"