MCP Hub
Back to servers

deckofcards

Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth)

Registry
Updated
Apr 2, 2026

mcp-deckofcards

MCP server for drawing and shuffling playing cards via Deck of Cards API. No authentication required.

Tools

ToolDescription
new_deckCreate and shuffle a new deck (or multiple decks) of playing cards
draw_cardsDraw one or more cards from an existing deck
shuffle_deckShuffle (or re-shuffle) an existing deck

Quickstart via Pipeworx Gateway

Call any tool through the hosted gateway with zero setup:

curl -X POST https://gateway.pipeworx.io/mcp \
  -H "Content-Type: application/json" \
  -d '{
    "jsonrpc": "2.0",
    "id": 1,
    "method": "tools/call",
    "params": {
      "name": "deckofcards_new_deck",
      "arguments": { "count": 1 }
    }
  }'

License

MIT

Reviews

No reviews yet

Sign in to write a review