pipeworx-io/mcp-deckofcards
MCP server for drawing and shuffling playing cards via Deck of Cards API
Platform-specific configuration:
{
"mcpServers": {
"mcp-deckofcards": {
"command": "npx",
"args": [
"-y",
"mcp-deckofcards"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for drawing and shuffling playing cards via Deck of Cards API. No authentication required.
| Tool | Description | |------|-------------| | new_deck | Create and shuffle a new deck (or multiple decks) of playing cards | | draw_cards | Draw one or more cards from an existing deck | | shuffle_deck | Shuffle (or re-shuffle) an existing deck |
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 }
}
}'MIT
Loading reviews...