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.6.tar.gz (15.1 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.6-py3-none-any.whl (11.3 kB view details)

Uploaded Python 3

File details

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

File metadata

  • Download URL: card_magic_mcp-1.0.6.tar.gz
  • Upload date:
  • Size: 15.1 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.6.tar.gz
Algorithm Hash digest
SHA256 63ed77ace16eef39694c905b039863c0f50798196e952908309c75ee43feda40
MD5 3f7776ac9a38af5e06b7da8ec2a343d6
BLAKE2b-256 342a035cdb11730a5572074cb077533098c6cb9b347aa07149c3ccdc5aad87be

See more details on using hashes here.

File details

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

File metadata

  • Download URL: card_magic_mcp-1.0.6-py3-none-any.whl
  • Upload date:
  • Size: 11.3 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.6-py3-none-any.whl
Algorithm Hash digest
SHA256 1819733d7d892fea78bc5b725ee3503f4c15dbc433023ad0bbde05dbd1093e3c
MD5 7e12c8aeb338d66aa2f5597645f90e46
BLAKE2b-256 8ecbec84eba5efee64bc932625f9b0bc3f2b70b198b93a9c7ca4e3ea207259d1

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