@pipeworx/deckofcards
Connect: https://gateway.pipeworx.io/deckofcards/mcp · Install: one-click buttons
Tools: 3
Tools
- new_deck — Create a shuffled deck of playing cards. Returns deck_id and remaining count. Use deck_count to combine multiple decks (e.g., 2 for 104 cards).
- draw_cards — Draw cards from a deck. Returns card details (suit, value) and remaining count. Specify count to draw multiple cards at once.
- shuffle_deck — Reshuffle a deck and reset all drawn cards back in. Returns updated remaining card count.
Tools
-
draw_cards— Draw cards from a deck. Returns card details (suit, value) and remaining count. Specify count to draw multiple cards at once. -
new_deck— Create a shuffled deck of playing cards. Returns deck_id and remaining count. Use deck_count to combine multiple decks (e.g., 2 for 104 cards). -
shuffle_deck— Reshuffle a deck and reset all drawn cards back in. Returns updated remaining card count.