Generates true random coin flips using the random.org API.
An MCP server that provides true random coin flips using random.org's randomness API. This server demonstrates the Model Context Protocol by providing a tool for generating random outcomes with configurable sides.
flip_coin
- Flip a coin with configurable number of sides
sides
parameter (default: 2)Install dependencies:
npm install
Build the server:
npm run build
For development with auto-rebuild:
npm run watch
To use with Claude Desktop, add the server config:
On MacOS: ~/Library/Application Support/Claude/claude_desktop_config.json
On Windows: %APPDATA%/Claude/claude_desktop_config.json
{
"mcpServers": {
"coin-flip": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-coin-flip"]
}
}
}
Once connected to an MCP client like Claude Desktop, you can use natural language to interact with the coin flip tool. For example:
The server will use true randomness from random.org to generate the result.
Since MCP servers communicate over stdio, debugging can be challenging. We recommend using the MCP Inspector:
npx @modelcontextprotocol/inspector node build/index.js
Contributions are welcome! Please feel free to submit a Pull Request.
MIT
Analyzes manufacturing production capacity, including evaluations, equipment, processes, and factory distribution to assess enterprise strength.
PiAPI MCP server makes user able to generate media content with Midjourney/Flux/Kling/Hunyuan/Udio/Trellis directly from Claude or any other MCP-compatible apps.
AI-driven venture capitalist agents powered by Octagon Private Markets' real-time intelligence.
Perform bulk BNB and BEP20 token transfers on the BNB Smart Chain (BSC).
Multimodal MCP server for generating images, audio, and text with no authentication required
Provides accurate Islamic prayer times for locations throughout Malaysia using the waktusolat.app API.
Provides real-time prices for assets like precious metals and cryptocurrencies.
Provides time-related functions such as current time queries, timezone conversions, and time difference calculations.
An MCP server enabling AI agents to pay for services using HTTP 402 requests and MCP tools.
An MCP server for stock analysis, offering tools for chip distribution, pattern analysis, trend reversal detection, and market scanning.