MCP Random Number
Generates true random numbers using atmospheric noise from random.org.
{{ message }}
maxbogo / mcp-random-number Public
- Notifications
- Fork1
- Star 5
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
5 stars
0 watching
1 fork
Report repository
Releases
No releases published
Packages
Contributors
Languages
- JavaScript 55.4%
- TypeScript 44.6%
관련 서버
Scout Monitoring MCP
스폰서Put performance and error data directly in the hands of your AI assistant.
Alpha Vantage MCP Server
스폰서Access financial market data: realtime & historical stock, ETF, options, forex, crypto, commodities, fundamentals, technical indicators, & more
MCP Bridge
A proxy server that enables existing REST APIs to be used as Model Context Protocol (MCP) servers.
Gemini CLI RAG MCP
A RAG-based Q&A server using a vector store built from Gemini CLI documentation.
MCP for Docs
Automatically downloads and converts documentation from various sources into organized markdown files.
Octopus Deploy Official MCP Server
The Octopus MCP Server provides your AI assistant with powerful tools that allow it to inspect, query, and diagnose problems within your Octopus instance, transforming it into your ultimate DevOps wingmate.
Ghost MCP
An MCP server for the Ghost blogging platform with Server-Sent Events (SSE) transport support.
Assay
The firewall for MCP tool calls. Block unsafe calls, audit every decision, replay anything. Deterministic policy enforcement with replayable evidence bundles.
JetBrains
Work on your code with JetBrains IDEs
Vibe Check
The definitive Vibe Coder's sanity check MCP server: Prevents cascading errors by calling a "Vibe-check" agent to ensure alignment and prevent scope creep
Mindpilot MCP
Visualize legacy code and inspect complex flows to understand your agent's operations.
mcpproxy-go
Open-source local MCP proxy server. Routes multiple MCP servers through a single endpoint with BM25 tool filtering, quarantine security, activity logging, and web UI.