Skip to main content

A Model Context Protocol (MCP) server that implements the famous Chico and Dico card magic trick algorithm. This server enables AI assistants to perform mathematical card magic by encoding and decoding card sequences based on combinatorial principles. The magic works by using the first 4 cards to predict the 5th card from any randomly selected 5-card hand, leveraging factorial number systems and permutation mathematics.

Project description

card-magic-mcp

License PyPI GitHub CI Downloads

中文文档

A Model Context Protocol (MCP) server that implements the Chico and Dico card magic trick algorithm. This server enables AI assistants to perform mathematical card magic by encoding and decoding card sequences based on combinatorial principles. The magic works by using the first 4 cards to predict the 5th card from any randomly selected 5-card hand, leveraging factorial number systems and permutation mathematics.

📦 Installation

Manual Installation

pip install card-magic-mcp

Installing 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

With Qwen Agent

Add this to function_list argument:

{
  "mcpServers": {
    "card_magic": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "--from",
        "card-magic-mcp",
        "card_magic_mcp"
      ]
    }
  }
}

With Claude Desktop

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "card_magic": {
      "command": "uv",
      "args": [
        "--directory",
        "path/to/card_magic_mcp",
        "run",
        "card_magic_mcp"
      ]
    }
  }
}

🔧 Available Tools

The MCP Server provides two main tools for card magic:

  • encode_cards: Encode 5 cards to hide the 5th card's information in the first 4
  • decode_cards: Decode the hidden 5th card from the arrangement of 4 visible cards

🃏 Card Format

  • Suits: ♠ (Spades), ♥ (Hearts), ♦ (Diamonds), ♣ (Clubs)
  • Ranks: A, 2, 3, 4, 5, 6, 7, 8, 9, 10, J, Q, K
  • Format: Each card should be written as {suit}{rank} with spaces separating multiple cards

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

card_magic_mcp-1.0.5.tar.gz (14.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

card_magic_mcp-1.0.5-py3-none-any.whl (10.8 kB view details)

Uploaded Python 3

File details

Details for the file card_magic_mcp-1.0.5.tar.gz.

File metadata

  • Download URL: card_magic_mcp-1.0.5.tar.gz
  • Upload date:
  • Size: 14.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for card_magic_mcp-1.0.5.tar.gz
Algorithm Hash digest
SHA256 a350ad514f21646423b3ad2745fab0fabe597773639a31d20c08682a640878cf
MD5 cedb2da3cc6a51b91dffd6442eb90313
BLAKE2b-256 0e308ba458b64ad6e27c0c9cee5506f78077677e5c0d511e345eb4877bf6b6db

See more details on using hashes here.

File details

Details for the file card_magic_mcp-1.0.5-py3-none-any.whl.

File metadata

  • Download URL: card_magic_mcp-1.0.5-py3-none-any.whl
  • Upload date:
  • Size: 10.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.1.0 CPython/3.10.14

File hashes

Hashes for card_magic_mcp-1.0.5-py3-none-any.whl
Algorithm Hash digest
SHA256 138d9b0e4b3b3029bb649636c4b6d9f4a35a500e701b8c8ad581ca62f60e2ed1
MD5 63513365e4ab3a85ce753ad778a86eac
BLAKE2b-256 af63bc03af5d1cb78777fb05491a758a8cc891ba6892aa24755de0f1143587cb

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page