Coin Flip MCP ServerServer

TeglonLabs
GitHub
gamblingrandomMCP

Loading subscription status...

๐Ÿ’ก Description

This MCP server utilizes random.org's random number API to provide real random coin flips. It features configurable sides for generating random results, showcasing the Model Context Protocol (MCP).

๐Ÿ“ JSON Entries

{
  "mcpServers": [
    {
      "coin-flip": {
        "args": [
          "-y",
          "@modelcontextprotocol/server-coin-flip"
        ],
        "command": "npx"
      }
    }
  ]
}

๐Ÿ› ๏ธ Tools

flip_coin

โšก Features

  • True randomness from random.org
  • Customizable number of sides for coin flip
  • Special handling for edge cases

๐Ÿ’ฌ Example Queries

  • Flip a coin
  • Roll a 6-sided die
  • Give me a random number between 1 and 20