MCP Random Number
Generates true random numbers using atmospheric noise from random.org.
{{ message }}
maxbogo / mcp-random-number Public
- Notifications
- Fork1
- Star 4
main
BranchesTags
Go to file
Code
| Name | Name | Last commit message | Last commit date |
|---|---|---|---|
| 6 Commits | |||
| number_dist_data | number_dist_data | ||
| src | src | ||
| .gitattributes | .gitattributes | ||
| .gitignore | .gitignore | ||
| LICENSE | LICENSE | ||
| package-lock.json | package-lock.json | ||
| package.json | package.json | ||
| readme.md | readme.md | ||
| tsconfig.json | tsconfig.json | ||
| View all files |
Repository files navigation
MCP Random Number
An MCP (Model Context Protocol) server that provides true random numbers from atmospheric noise via random.org.
Why?
LLMs struggle with generating truly random numbers. This chart shows the distribution bias of 100 random numbers (range 1-100) from 3 popular LLMs:
Installation
- Copy, Install, Build:
git clone https://github.com/maxbogo/mcp-random-number.git
cd mcp-random-number
npm install
npm run build - Connect to the MCP server:
Add the below json to your configuration with the appropriate/ABSOLUTE/PATH/TO/value:
{
"mcpServers": {
"mcp-random-number": {
"command": "node",
"args": ["/ABSOLUTE/PATH/TO/mcp-random-number/build/index.js"]
}
}
}
About
True random numbers from atmospheric noise(random.org) for LLMs
Readme
GPL-3.0 license
Activity
4 stars
0 watching
1 fork
Report repository
Releases
No releases published
Packages
Contributors
Languages
- JavaScript 55.4%
- TypeScript 44.6%
Related Servers
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
ast-impact-mapper-mcp
Uses TypeScript AST to determine which tests are affected by code changes
Graphify-ts
Local codebase context compiler for AI coding agents, turning TypeScript/Node workspaces into compact, verifiable context packs.
Text Classification (Model2Vec)
A server for text classification using static embeddings from Model2Vec, supporting multiple transports like stdio and HTTP/SSE.
MCP Bridge by Appfactor
Connect any API to any AI agent
git-mcp
A Git MCP server that doesn't suck
Create MCP App
Bootstrap Model Context Protocol (MCP) servers and clients in TypeScript with best practices, examples, and proper tooling setup.
Toolkit MCP Server
Provides system utilities and tools like IP geolocation, network diagnostics, system monitoring, crypto operations, and QR code generation.
Godot MCP Pro
Premium MCP server for Godot game engine with 84 AI-powered tools for scene editing, scripting, animation, tilemap, shader, input simulation, and runtime debugging.
BloodHound-MCP
integration that connects BloodHound with AI through MCP, allowing security professionals to analyze Active Directory attack paths using natural language queries instead of Cypher.
MCP Remote Machine Control
Provides remote machine control capabilities, eliminating SSH overhead for token-efficient system operations.