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%
Server Terkait
Alpha Vantage MCP Server
sponsorAccess financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
Autoconsent MCP
A server for browser automation to create and test Autoconsent rules for web page consent management.
Overleaf MCP Server
MCP Server for Overleaf (Latex)
cellrank-MCP
A natural language interface for single-cell RNA sequencing (scRNA-Seq) analysis using the CellRank toolkit.
MCP Server for iOS Simulator
An MCP server that enables LLMs to interact with iOS simulators through natural language commands.
Remote MCP Server on Cloudflare
An example of a remote MCP server deployable on Cloudflare Workers, without authentication.
Photon
A TypeScript framework that turns a single class into an MCP server, CLI tool, and web dashboard with a marketplace of 35 ready-made photons.
gluestack-ui MCP Server
An MCP server tailored for React Native–first development using Gluestack UI
DevServer MCP
Manages development servers for LLM-assisted workflows, offering programmatic control through a unified TUI and experimental browser automation via Playwright.
FreeCAD MCP
A server to interact with FreeCAD models using the Model Context Protocol (MCP).
d2-mcp
Create, validate, and render diagrams from D2 (Declarative Diagramming) code into SVG and PNG formats.