Search

Deck of Cards MCP Server

Chat with AI and run tools instantly.

Deck of Cards API providing virtual playing card deck operations including shuffling, drawing cards, and deck management.

Managed
3 tools
Agent guide included

Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for Deck of Cards — workflow patterns, data models, and gotchas for your AI agent.

Deck of Cards

Virtual playing card deck API. Public, no auth. Rate limit ~100/min.

Data Model

  • Deck lifecycle — mint a fresh deck id, optionally include jokers, and treat the id as the session handle.
  • Draw operations — pull one or many cards while decrementing the remaining pile.
  • Shuffle — reset ordering for an existing deck id without allocating a new pile.

Gotchas

  • deck_id required: Every draw or shuffle reuses the identifier returned when the deck was created.
  • Deck persistence: Decks are session-based; no long-term storage.

Tools in this Server (3)

Deck Of Cards Draw Cards

Draw cards from an existing deck. Returns the requested number of cards and updates the remaining count. Perfect for card games, random selection, or...

Deck Of Cards New Deck

Create a new shuffled deck of playing cards. Returns a fresh deck ready for card games, with optional jokers. Perfect for implementing card games, si...

Deck Of Cards Shuffle Deck

Shuffle an existing deck of cards. Returns the deck to a shuffled state, either resetting to full deck or shuffling only remaining cards. Essential f...

Frequently Asked Questions

What is the Deck of Cards MCP server?

Deck of Cards API providing virtual playing card deck operations including shuffling, drawing cards, and deck management. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect Deck of Cards to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/deck-of-cards. Authentication is handled automatically.

How many tools does Deck of Cards provide?

Deck of Cards provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does Deck of Cards require?

Deck of Cards uses open data APIs — no authentication required.

Setup Instructions

Connect Deck of Cards to any MCP client in minutes

MCP URL
https://mcp.mcpbundles.com/bundle/deck-of-cards

One-click install:

The link prefills the Add custom connector dialog — you still review the values and click Add, then Connect to complete OAuth.

Or add manually

  1. Open claude.ai → Settings → Connectors.
  2. Click the + button and choose Add custom connector.
  3. Set Name to Deck of Cards and paste the MCP URL into Remote MCP server URL.
  4. Click Add. Deck of Cards will appear under Not connected — select it and click Connect to complete OAuth.
Name: Deck of Cards
Remote MCP server URL: https://mcp.mcpbundles.com/bundle/deck-of-cards
Authentication: OAuth

Custom connectors at claude.ai require a paid Claude plan (Pro, Max, Team, or Enterprise).

Try Deck of Cards now

No API key or third-party login required. Chat with AI and run tools instantly.

Deck of Cards MCP Server & Skill — 3 Tools