Search

Deck of Cards MCP Server

Chat with AI and run tools instantly — no account needed.

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

3 tools
Agent guide included
Try it Free

No account needed. 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

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

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try Deck of Cards now

No sign-up required. Chat with AI and run tools instantly.

Deck of Cards MCP Server & Skill — 3 Tools