ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Deck of Cards API with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Simulate a full deck of cards via the Deck of Cards API. shuffle, draw, manage piles, and create custom decks for games or simulations.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 13 capabilities

The complete Deck of Cards API capability set.

These are the exact actions your AI can choose when you ask it to work with Deck of Cards API.

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 13 available through Deck of Cards API.

  1. 01

    Add to pile

    Add cards to a pile

  2. 02

    Create new deck

    Create a brand new deck in standard order

  3. 03

    Create partial deck

    Create a partial deck with specific cards

  4. 04

    Draw cards

    Draw cards from a deck

Capability set02 / 04

05-07

3 capabilities in this set.

Part of 13 available through Deck of Cards API.

  1. 05

    Draw from pile random

    Draw random cards from a pile

  2. 06

    List pile

    List cards in a pile

  3. 07

    Draw from pile

    Draw cards from a pile

Capability set03 / 04

08-10

3 capabilities in this set.

Part of 13 available through Deck of Cards API.

  1. 08

    Draw from pile bottom

    Draw cards from the bottom of a pile

  2. 09

    Reshuffle deck

    Reshuffle an existing deck

  3. 10

    Return pile to deck

    Return cards from a pile to the main deck

Capability set04 / 04

11-13

3 capabilities in this set.

Part of 13 available through Deck of Cards API.

  1. 11

    Shuffle new deck

    Can optionally use multiple decks. Create a new shuffled deck

  2. 12

    Shuffle pile

    Shuffle a specific pile

  3. 13

    Return to deck

    Return cards to the main deck

Observed, not estimated

910ms average. Fast in production.

Deck of Cards API is checked daily against the live service.

Daily averagePeak 1110ms
Aug 20Today
Fastest day
758ms
Slowest day
1110ms
14-day trend
Slowing+18%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 13 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Deck of Cards API, so you can see the experience inside your AI.

It does not authenticate your account with Deck of Cards API. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Deck of Cards API Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_ppGGatZULo8V8oGVrPXqMiye2E9qZMCChBXawpaI/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Deck of Cards API capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "deck-of-cards-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_ppGGatZULo8V8oGVrPXqMiye2E9qZMCChBXawpaI/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Deck of Cards API owners ask.

  • 01

    Can I create a deck that includes Jokers for games like Rummy?

    Yes! Use the create_new_deck capability and set the jokers_enabled parameter to true. This will add two Jokers to your standard 52-card deck.

  • 02

    Is it possible to draw cards from the bottom of a pile instead of the top?

    Absolutely. Use the draw_from_pile_bottom capability by specifying the deck_id and pile_name. You can also use draw_from_pile_random if you need a random card from the middle of a pile.

  • 03

    How do I simulate a casino game that uses 6 shuffled decks?

    Use the shuffle_new_deck capability and set the deck_count parameter to 6. This will return a single deck_id containing 312 cards (52 * 6) in a randomized order.