Card Magic MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Card Magic MCPHelp me arrange these playing cards: ♠J ♠4 ♣2 ♦3 ♦K"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
card-magic-mcp
A Model Context Protocol (MCP) server that implements the Chico & Dico card magic trick.
Chico & Dico's Card Magic: Randomly draw five playing cards, and the audience only needs to recite the first four cards in the order arranged by Chico, and Dico can know what the fifth card is.
You can experience this magic trick in the Smithery Playground.
🎭 Performance Steps
Tell the magician:
Help me arrange these playing cards ♠J ♠4 ♣2 ♦3 ♦KThis magician will separate the cards into two piles: the first four cards and the fifth card
Tell the other magician what the first four cards are, and they can tell you what the fifth card is:
The first four playing cards are [card1 card2 card3 card4], what is the fifth card?
Trust me, it's not through memory that it knows what the fifth card is, but through pure magic. To prevent the current dialog from remembering the fifth card, you can open a new Playground page. Tell it what the first four cards are and see if it can still guess correctly.
Related MCP server: CyberChef MCP Server
📦 Installation
Manual Installation
pip install card-magic-mcpInstalling via Smithery
To install Card Magic MCP Server for Claude Desktop automatically via Smithery:
npx -y @smithery/cli@latest install @luochang212/card-magic-mcp --client claude🚀 Usage
This MCP server can be integrated with Qwen Agent using two connection methods: stdio and sse.
For more examples, see examples/usage_remote.py
stdio: Local Call
Add the following configuration to the function_list parameter:
{
"mcpServers": {
"card_magic": {
"type": "stdio",
"command": "uvx",
"args": [
"--from",
"card-magic-mcp",
"card_magic_stdio"
]
}
}
}sse: Remote Call
Before calling, run the following code in the command line to start the MCP service:
HOST=0.0.0.0 PORT=8385 uvx --from card-magic-mcp card_magic_sseAdd the following configuration to function_list:
{
"mcpServers": {
"card_magic_sse": {
"url": "http://0.0.0.0:8385/sse"
}
}
}🔧 Available Tools
The MCP Server provides two tools for card magic:
encode_cards: Encode 5 cards to hide the 5th card's information in the arrangement of the first 4 cardsdecode_cards: Decode the hidden 5th card from the arrangement information of the first 4 visible cards
🃏 Card Format
Suits:
♠(Spades),♥(Hearts),♦(Diamonds),♣(Clubs)Ranks:
A,2,3,4,5,6,7,8,9,10,J,Q,KFormat: Each card should be written as
{suit}{rank}with spaces separating multiple cards
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityDmaintenanceEnables Magic: The Gathering players to manage decks and access card information through Claude, supporting gameplay actions like drawing cards and mulligans while providing Scryfall API integration for card lookups.Last updated14
- Flicense-qualityDmaintenanceEnables AI agents to discover, execute, and validate CyberChef operations for data encoding, decoding, encryption, and transformation tasks. Provides structured access to CyberChef's extensive catalog of data manipulation tools through natural language interactions.Last updated
- Alicense-qualityCmaintenanceProvides tools to interact with the Deck of Cards API (deckofcardsapi.com) for card operations such as drawing, shuffling, and managing decks through natural language.Last updated27MIT
- Flicense-qualityBmaintenanceProvides access to Magic: The Gathering card data via Scryfall API, including search, rulings, sets, and local deck management with multi-owner support.Last updated
Related MCP Connectors
Deck of Cards MCP — wraps deckofcardsapi.com (free, no auth)
500+ deterministic tools for AI agents: math, conversion, validation, hashing, encoding, date/time.
Tarot MCP — wraps tarotapi.dev (free, no auth)
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/luochang212/card-magic-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server